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.
Hello,
For some reason, I am unable to install extxyz by simply
pip install extxyzI get the error:
I then tried to
pip install git+https://github.com/libAtoms/extxyzbut 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.