Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install on conda distrubution #13

Open
cpashartis opened this issue Mar 31, 2023 · 3 comments
Open

Install on conda distrubution #13

cpashartis opened this issue Mar 31, 2023 · 3 comments

Comments

@cpashartis
Copy link

Hello,

For some reason, I am unable to install extxyz by simply
pip install extxyz
I get the error:

ERROR: Could not find a version that satisfies the requirement extxyz (from versions: none)
ERROR: No matching distribution found for extxyz

I then tried to pip install git+https://github.com/libAtoms/extxyz
but this subsequently fails looking for the ftp server for ftp.pcre.org. This also seems to be the case when I try to use the setup.py from the source code.

Is anyone else having this issue or knows how to resolve it? My pip is perfectly fine as I installed packages just before it, the only added item I can give is I am on WSL2.

@jameskermode
Copy link
Member

Thanks for reporting, I'll take a look. We don't yet have binary wheels for Windows, but I would have expected WSL2 to work with the manylinux wheels. The failure to build from source is worrying as you say.

@jameskermode
Copy link
Member

Ah, I think I see the problem. What version of Python are you using? We haven't made a release in some time, so Python 3.10 and 3.11 are not yet supported. I'll enable them in the CI and make a new release soon.

jameskermode pushed a commit that referenced this issue Apr 1, 2023
@cpashartis
Copy link
Author

cpashartis commented Apr 2, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants