-
Notifications
You must be signed in to change notification settings - Fork 317
Remove the typing module #686
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
Conversation
…e 3.5 and it seems to conflict with python 3.7. See https://docs.python.org/3/library/typing.html
well:
|
for the moment:
|
Thanks for quick reply!
Sounds a very good plan to me! Shall I close this PR? |
winpython package pre-loading is mainly done via a big pip install requirements.txt. The fix is:
So your issue is correct, but your proposed fix is uncorrect.
|
I shall move that [ugly] post-fix part "run_complement.bat" in the github directory someday. Currently you don't see it. |
run_complement.bat:
|
Typing module as been Rewritten in python-3.7, so the issue appears only in 3.7. I will re-spin an rc2 with that correction at least. |
Remarks on hyperspy:
|
Thanks @stonebig! On the slightly different topic, what are the motivations to move from NSIS to Inno? |
Because:
Inno removes that limit, and looks more modern/maintained/popular/easy to me. I kept the existing code, so using Inno is just matter of calling "dist.create_installer()" instead of |
Remove the typing module since this is a standard python library since 3.5 and it seems to conflict with python 3.7.
See https://docs.python.org/3/library/typing.html and this appveyor build failure.