-
Notifications
You must be signed in to change notification settings - Fork 857
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
ERROR: Could not find a version that satisfies the requirement torch==1.1.0.post2 #1475
Comments
For more information, see pytorch/pytorch#10443 |
Hi @rjurney, thanks for posting and digging around on this! As far as upgrading to PyTorch 1.2: there are some breaking changes, and so we're planning to make the next version (likely v0.10.0) compatible with PyTorch 1.2. The staged PR (needs an update) is #1395. Now for install issues: I wasn't able to repro any issue with
Will one of those combos will work for you before we push the PyTorch 1.2 upgrade? |
Thanks for checking this out. Interesting. I’m using Anaconda Python on Ubuntu and OS X, and when I look at the list of artifacts and there is a 1.1.0.post2 so... I’m confused. I’ve had another issue like this with Anaconda pip recently. Is it possible for you to reproduce with Anaconda? |
Hm ok you're activating a new Anaconda environment, installing pip-tools, then using that to install Snorkel? And is there any chance you generated a In the meantime, will using |
@henryre Ok, yeah I think I did generate on Linux and then install in OS X. So that means I can only check in my requirements.in and not my requirements.txt and then I'll have to generate it each install. That makes sense. jazzband/pip-tools#585 explains things well. |
@henryre So now I'm running into problems with libraries like fast-bert require |
@rjurney got it. I expect more and more of these to pop up, and our next release will definitely be on PyTorch 1.2! |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
When will this release come out? It's there any timeline? |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Issue description
Snorkel requires a package version of torch that does not exist on PyPi.
Code example/repro steps
pip install snorkel
Expected behavior
Snorkel installed
System info
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: