Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

missing wheels for windows #102

Closed
danielhrisca opened this issue Apr 18, 2019 · 4 comments
Closed

missing wheels for windows #102

danielhrisca opened this issue Apr 18, 2019 · 4 comments
Assignees

Comments

@danielhrisca
Copy link

There are no Windows wheels for release 1.3.4 on PyPi

image

@CfirTsabari
Copy link

hi,
I think this might be related to typed-ast now require visual c++14 on windows.

here an output of my jenkins trying to install typed-ast

`
Building wheels for collected packages: typed-ast
Building wheel for typed-ast (setup.py): started
Building wheel for typed-ast (setup.py): finished with status 'error'
Complete output from command "python.EXE" -u -c "import setuptools, tokenize;file='setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" bdist_wheel -d
pip-wheel-z76dhbcr --python-tag cp37:
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win32-3.7
creating build\lib.win32-3.7\typed_ast
copying typed_ast\ast27.py -> build\lib.win32-3.7\typed_ast
copying typed_ast\ast3.py -> build\lib.win32-3.7\typed_ast
copying typed_ast\conversions.py -> build\lib.win32-3.7\typed_ast
copying typed_ast_init_.py -> build\lib.win32-3.7\typed_ast
package init file 'ast3\tests_init_.py' not found (or not a regular file)
creating build\lib.win32-3.7\typed_ast\tests
copying ast3\tests\test_basics.py -> build\lib.win32-3.7\typed_ast\tests
running build_ext
building '_ast27' extension
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/


Failed building wheel for typed-ast
Running setup.py clean for typed-ast
Failed to build typed-ast
`

@danielhrisca
Copy link
Author

@CfirTsabari

this is what triggered me as well

The-Compiler added a commit to qutebrowser/qutebrowser that referenced this issue Apr 18, 2019
@CfirTsabari
Copy link

CfirTsabari commented Apr 18, 2019

this issue doesn't seem related to a problem on AppVeyor because you can download the wheels from this link

@msullivan
Copy link
Collaborator

Oops. Fixed!

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