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

Unable to install on Windows 10 #10

Closed
keithrussell42 opened this issue Jan 23, 2019 · 1 comment
Closed

Unable to install on Windows 10 #10

keithrussell42 opened this issue Jan 23, 2019 · 1 comment

Comments

@keithrussell42
Copy link

I was unable to install CodeIntel on the following platform:

Windows 10 64-bit 1809
Build 17763.253
Python 3.7.2 using pip3 (v. 19)

The error below said to install the VC tools which I did but it still didn't work.

    copying codeintel\catalogs\w3c\catalog.xml -> build\lib.win-amd64-3.7\codeintel\catalogs\w3c
    copying codeintel\catalogs\w3c\vxml.dtd -> build\lib.win-amd64-3.7\codeintel\catalogs\w3c
    creating build\lib.win-amd64-3.7\codeintel\catalogs\wapforum
    copying codeintel\catalogs\wapforum\catalog.xml -> build\lib.win-amd64-3.7\codeintel\catalogs\wapforum
    copying codeintel\catalogs\wapforum\wml.xml -> build\lib.win-amd64-3.7\codeintel\catalogs\wapforum
    copying codeintel\catalogs\wapforum\wml12.dtd -> build\lib.win-amd64-3.7\codeintel\catalogs\wapforum
    copying codeintel\catalogs\wapforum\wml13.dtd -> build\lib.win-amd64-3.7\codeintel\catalogs\wapforum
    copying codeintel\catalogs\wapforum\wml_1.1.xml -> build\lib.win-amd64-3.7\codeintel\catalogs\wapforum
    running build_ext
    building 'codeintel.SilverCity._SilverCity' extension
    error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/

    ----------------------------------------
Command "c:\users\keith\appdata\local\programs\python\python37\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\keith\\AppData\\Local\\Temp\\pip-install-9o1ie5re\\CodeIntel\\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\keith\AppData\Local\Temp\pip-record-pix1fxwz\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\keith\AppData\Local\Temp\pip-install-9o1ie5re\CodeIntel\
@keithrussell42
Copy link
Author

The pypi site doesn't have a wheel file for Python 3.7 so it's expecting me to have the C compiler. Since this is expected behaviour I'll close the issue. Sorry for the confusion.

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