-
Notifications
You must be signed in to change notification settings - Fork 858
Closed
Labels
Description
Issue description
Installation with pip fails with
ERROR: Could not find a version that satisfies the requirement torch<1.2.0,>=1.1.0 (from snorkel) (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2) ERROR: No matching distribution found for torch<1.2.0,>=1.1.0 (from snorkel)
Code example/repro steps
pip install snorkel
Results in error as above. torch versions listed are not available.
Any reason torch 1.4 cannot be used?
Expected behavior
Successful install
System info
- How you installed Snorkel (conda, pip, source):
pip - Build command you used (if compiling from source):
- OS:
Windows 7 x64, Windows 10 x64, RHEL 7.5 - Python version:
3.7.4 - Snorkel version:
Current (0.9.3) - Versions of any other relevant libraries:
None, clean environment
Additional context
There seems to be little development and no releases for months now, that's why the requirements are impossible to meet anymore, is the project dead?