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

Does not compile under MSVC 14 #20

Closed
oyarsa opened this issue Oct 15, 2016 · 3 comments
Closed

Does not compile under MSVC 14 #20

oyarsa opened this issue Oct 15, 2016 · 3 comments

Comments

@oyarsa
Copy link

oyarsa commented Oct 15, 2016

When I tried to install the package using pip, I received the following error: http://pastebin.com/fDNWdR7Z

Python 3.5.0
pip 8.1.2
Visual Studio 14 Update 3

@gvanrossum
Copy link
Member

Thanks! This is actually a known issue that we're working on, but there was no issue for it yet. Now there is one.

@ddfisher
Copy link
Collaborator

It turns out there are actually a fair amount of compilation errors to work through after that one. My work in progress is at https://github.com/ddfisher/typed_ast, but it still doesn't compile yet.

@ddfisher
Copy link
Collaborator

ddfisher commented Jan 5, 2017

As of a3f63eb, typed_ast should now compile and run on Windows for Python 3.5. I've also put up Windows wheels on PyPI, so you shouldn't need to compile it yourself unless you want to develop on it.

Closing as fixed, but let us know if you run into any issues!

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