-
-
Notifications
You must be signed in to change notification settings - Fork 611
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
problems installing torch-geometric #1662
Comments
I think an issue here is that torch-cluster doesn't use a |
I think you'll see the same problem installing with |
Another workaround I found is to install the torch deps like this: |
@AndydeCleyre do you have an idea why the returned hashes might be different when using:
Could it be that the hashes are generated based on a binary in the pypi repo instead of this one? |
Yeah, I'm not too familiar with the hash logic, but I think when fetching remote hashes we currently rely on the Pinging @atugushev for some wisdom here Related: #1109 |
Oh, this might be an unknown bug where pip-compile wouldn't fetch hashes from packages listed in DetailsOnly a hash from PyPI
Hashes from
|
pip-sync requirements_lock.txt
reports missing torch for any of these packages:Environment Versions
$ python -V
= Python 3.9.5$ pip --version
= pip 22.2.1$ pip-compile --version
= version 6.8.0Steps to replicate
Expected result
pip-sync installed the packages
Actual result
Workaround:
but then the hashes are different than those created by pip-compile and need to be adjusted manually... Maybe there is a way to avoid this?
The text was updated successfully, but these errors were encountered: