-
Notifications
You must be signed in to change notification settings - Fork 747
Support for Python 3.7 #720
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
Comments
3 steps to install latest pythonnet with python3.7 support:
Note that I'm pushing a fix when only VS 2017 is installed on machine: Somehow Appveyor CI still works without this fix and you can also find the wheels from these builds in the Appveyor artifacts. |
@mistery you probably installed pybee from pypi and it depends on python 3.7, but pythonnet does not have python3.7 wheel on pypi yet. |
@denfromufa, that's an interesting piece of information. I just downgraded Python to 3.6.7. and there everything works out of the box. Thanks for the feedback. Yes, in general, I'm trying out PyBee (Briefcase) for Linux, Windows, and Android (potentially other platforms, as well). Will probably continue on 3.6 until other libraries are upgraded. I have VS 2017 installed and can help out testing if you need any assistance. |
Pythonnet works for Python 3.7 now? |
For anyone coming to this issue, follow these instructions for newbies: |
Installation with Python 3.7 fails because there is no
interop37.cs
The text was updated successfully, but these errors were encountered: