pyglass icon indicating copy to clipboard operation
pyglass copied to clipboard

cannot install on linux

Open MarcYin opened this issue 2 years ago • 3 comments

pip3 install glassppy gives error:

ERROR: Could not find a version that satisfies the requirement glassppy (from versions: none)

MarcYin avatar May 24 '23 11:05 MarcYin

Seems like a compatibility problem. You can try building from the source.

hhy3 avatar May 24 '23 13:05 hhy3

Is it possible to build a anaconda package for it?

MarcYin avatar May 30 '23 14:05 MarcYin

I had the same error with Python 3.12, but Python 3.10 worked. But I still had to build from source anyway because the distribution was compiled for a different processor architecture, resulting in the error "Illegal instruction".

99991 avatar Nov 21 '24 08:11 99991