We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When installing pycorr on a new cluster with the command in the readme/documentation, I get the following error.
It doesn't currently cause problems but will in the future.
jlasker@c147:~$ python -m pip install git+https://github.com/cosmodesi/pycorr#egg=pycorr[mpi,jackknife,corrfunc] DEPRECATION: git+https://github.com/cosmodesi/pycorr#egg=pycorr[mpi,jackknife,corrfunc] contains an egg fragment with a non-PEP 508 name pip 25.0 will enforce this behaviour change. A possible replacement is to use the req @ url syntax, and remove the egg fragment. Discussion can be found at pypa/pip#11617
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When installing pycorr on a new cluster with the command in the readme/documentation, I get the following error.
It doesn't currently cause problems but will in the future.
jlasker@c147:~$ python -m pip install git+https://github.com/cosmodesi/pycorr#egg=pycorr[mpi,jackknife,corrfunc]
DEPRECATION: git+https://github.com/cosmodesi/pycorr#egg=pycorr[mpi,jackknife,corrfunc] contains an egg fragment with a non-PEP 508 name pip 25.0 will enforce this behaviour change. A possible replacement is to use the req @ url syntax, and remove the egg fragment. Discussion can be found at pypa/pip#11617
The text was updated successfully, but these errors were encountered: