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

Getting error when installing etherdelta module #14

Open
freezepro opened this issue May 18, 2018 · 1 comment
Open

Getting error when installing etherdelta module #14

freezepro opened this issue May 18, 2018 · 1 comment

Comments

@freezepro
Copy link

All goes well, but at some moment I am getting error. Any ideas?

copying cytoolz\tests\test_utils.py -> build\lib.win-amd64-3.5\cytoolz\tests
running build_ext
building 'cytoolz.dicttoolz' extension
error: [WinError 2] The system cannot find the file specified

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

Command ""c:\program files\python 3.5\python.exe" -u -c "import setuptools, tokenize;file='C:\Users\Admin\AppData\Local\Temp\pip-install-kwqc1u6s\cytoolz\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\Admin\AppData\Local\Temp\pip-record-qo01u2xc\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\Admin\AppData\Local\Temp\pip-install-kwqc1u6s\cytoolz\

@mkirzon
Copy link

mkirzon commented Sep 9, 2018

I ran into the same issue and found that it was due to missing Visual C++ Build Tools. I'm running windows 10 so had to install the 2015 Build Tools AND select the Windows 10 (not 8) SDK during install. That resolved the install issues.

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