Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Issue with installing Datalab for Python in Windows 10 64 bit machine with VS2017 #676

Open
jkriba opened this issue Mar 24, 2018 · 3 comments

Comments

@jkriba
Copy link

jkriba commented Mar 24, 2018

Hi
I was trying to install the datalab using PIP in a Windows 10 64 bit machine. I do have visual Studio 2017 and 2015 already installed in that machine. I was struck up with the below issue,

building 'psutil._psutil_windows' 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

----------------------------------------

Command "c:\python36\python.exe -u -c "import setuptools, tokenize;file='C:\Users\jkrib\AppData\Local\Temp\pip-build-xw9orwyz\psutil\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\jkrib\AppData\Local\Temp\pip-nvb4r8oz-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\jkrib\AppData\Local\Temp\pip-build-xw9orwyz\psutil\

I tried installing everything , but it doesnt help. Please advice, thanks

Regards
JK

@ojarjur
Copy link
Contributor

ojarjur commented Mar 26, 2018

What happens if you run pip install psutil?

@QuinRiva
Copy link

I believe this is related to this issue: #634

The only solution I've found is to roll back to python 3.5

@QuinRiva
Copy link

Actually, I believe this commit (#680) may have resolved the issue by allowing a more recent vs of psutil

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

No branches or pull requests

3 participants