Skip to content
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

pip install pygmagnitude won't install on Python 2.7 because it requires pytorch which is not available for Python 2.7 (Windows) #52

Open
d97hah opened this issue Apr 20, 2019 · 0 comments

Comments

@d97hah
Copy link

d97hah commented Apr 20, 2019

C:\Python27>pip install -U pymagnitude
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
Requirement already up-to-date: pymagnitude in c:\python27\lib\site-packages (0.1.120)
Requirement already satisfied, skipping upgrade: numpy>=1.14.0 in c:\python27\lib\site-packages (from pymagnitude) (1.16.2+mkl)
Requirement already satisfied, skipping upgrade: xxhash>=1.0.1 in c:\python27\lib\site-packages (from pymagnitude) (1.3.0)
Requirement already satisfied, skipping upgrade: fasteners>=0.14.1 in c:\python27\lib\site-packages (from pymagnitude) (0.14.1)
Requirement already satisfied, skipping upgrade: annoy>=1.11.4 in c:\python27\lib\site-packages (from pymagnitude) (1.15.2)
Requirement already satisfied, skipping upgrade: lz4>=1.0.0 in c:\python27\lib\site-packages (from pymagnitude) (2.1.6)
Requirement already satisfied, skipping upgrade: h5py>=2.8.0 in c:\python27\lib\site-packages (from pymagnitude) (2.9.0)
Collecting torch (from pymagnitude)
Downloading https://files.pythonhosted.org/packages/5f/e9/bac4204fe9cb1a002ec6140b47f51affda1655379fe302a1caef421f9846/torch-0.1.2.post1.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "c:\users\d97ha\appdata\local\temp\pip-install-v9jcwa\torch\setup.py", line 11, in
raise RuntimeError(README)
RuntimeError: PyTorch does not currently provide packages for PyPI (see status at pytorch/pytorch#566).

Please follow the instructions at http://pytorch.org/ to install with miniconda instead.


----------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant