libAtoms / extxyz

Extended XYZ specification and parsers
MIT License
12 stars 4 forks source link

Install on conda distrubution #13

Open cpashartis opened 1 year ago

cpashartis commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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.

cpashartis commented 1 year ago

Yeah, perhaps I should have mentioned I'm using python 3.10. Let me know when you manage to update it accordingly :)

Thanks,

Christopher Pashartis

On Fri, Mar 31, 2023 at 6:37 PM James Kermode @.***> wrote:

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.

— Reply to this email directly, view it on GitHub https://github.com/libAtoms/extxyz/issues/13#issuecomment-1492245813, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABZFJL4X7L2Z3N3AGL4Q3NDW64B5BANCNFSM6AAAAAAWOZCPEM . You are receiving this because you authored the thread.Message ID: @.***>