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

Visual C++ 14.0 is required #4

Open
vuluc88 opened this issue Feb 27, 2019 · 3 comments
Open

Visual C++ 14.0 is required #4

vuluc88 opened this issue Feb 27, 2019 · 3 comments

Comments

@vuluc88
Copy link

vuluc88 commented Feb 27, 2019

Even though I have installed VCpp 14.0 (2015), it's still occur this error. I have tried 2017 as well.

Error log:

Installing collected packages: nkf
Running setup.py install for nkf ... error
Complete output from command c:\path\to.env\scripts\python.exe -u -c "import setuptools, tokenize;file='C:\Users\ME\AppData\Local\Temp\pip-install-3er6cj5f\nkf\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record C:\Users\ME\AppData\Local\Temp\pip-record-n4s6a7nk\install-record.txt --single-version-externally-managed --compile --install-headers c:\path\to.env\include\site\python3.6\nkf:
running install
running build
running build_py
creating build
creating build\lib.win-amd64-3.6
copying nkf_codecs.py -> build\lib.win-amd64-3.6
running build_ext
building 'nkf' extension
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/

@methane
Copy link

methane commented Feb 27, 2019

https://bugs.python.org/issue35699

@vuluc88
Copy link
Author

vuluc88 commented Feb 27, 2019

https://bugs.python.org/issue35699

Hi,
So i need to installed VS2017 build tools? Is there a way to install that in no-internet machine?

@fumiyas
Copy link
Owner

fumiyas commented Feb 27, 2019

You should install and use the latest (or bug fixed version) distutils, I think.

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

3 participants