This repository has been archived by the owner on Jul 5, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 54
Fails to build with Visual Studio 2010 #24
Comments
For now, typed_ast only supports Windows for Python 3.5+, and there are no concrete plans to change this. |
No problem. Just wanted to share that it is an issue. |
Closing as wontfix. |
@ethanhs For your information: I'm working with Python 3.4 under Windows (WinPython-32bit-3.4.4.5Qt5). Mingwpy (my version: 0.1.0b3) is able to compile type_ast. |
@pa-eidam, thanks, I was mostly just testing, but thanks for sharing a possible workaround |
This was fixed in #47 (for anyone chancing upon this). |
tbbharaj
pushed a commit
to tbbharaj/typed_ast
that referenced
this issue
Dec 6, 2021
fix HIGH_COMPRESSION should call LZ4_compress_HC
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was working on appveyor builds of mypy, and when I initially tested Python 3.3 and 3.4, which use the older Visual Studio 2010 compiler, compilation failed. It'd be great if typed_ast were to compile for Python 3.3 and 3.4 on Windows
here is the log:
The text was updated successfully, but these errors were encountered: