-
Notifications
You must be signed in to change notification settings - Fork 4
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
Comments
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. |
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. |
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
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABZFJL4X7L2Z3N3AGL4Q3NDW64B5BANCNFSM6AAAAAAWOZCPEM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hello,
For some reason, I am unable to install extxyz by simply
pip install extxyz
I get the error:
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.
The text was updated successfully, but these errors were encountered: