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

Installation Error #36

Open
aalborz opened this issue Dec 18, 2018 · 1 comment
Open

Installation Error #36

aalborz opened this issue Dec 18, 2018 · 1 comment

Comments

@aalborz
Copy link

aalborz commented Dec 18, 2018

I'm getting an error when trying to install. When I go to the link to get Microsoft Visual
C++ Build Tools, I got a 404 Not Found!
Complete output from command c:\users\aalborzfard\appdata\local\programs\pyt
hon\python36\python.exe -u -c "import setuptools, tokenize;file='C:\Users\
AALBOR1\AppData\Local\Temp\pip-install-rhefjs4r\entropy\setup.py';f=getat
tr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close
();exec(compile(code, file, 'exec'))" install --record C:\Users\AALBOR
1\App
Data\Local\Temp\pip-record-2otn21ya\install-record.txt --single-version-external
ly-managed --compile:
running install
running build
running build_ext
building 'entropy' extension
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual
C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools

@prakritisharma
Copy link

You could do two things for this:

  1. Download the entropy wheels from https://www.lfd.uci.edu/~gohlke/pythonlibs/#entropy
  2. Open your command prompt in the folder with the wheel,

First ensure your pip is up to date:
pip install --upgrade pip

Then run the following code:
pip install --no-index --find-links=/path/to/downloaded package_name

Worked like magic for me!

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

2 participants