-
Notifications
You must be signed in to change notification settings - Fork 23
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
Compatibility with Python >3.6 #41
Comments
Wow, thanks for the rapid response! I will test this as soon as I got it running with my 3.6 environment. At the moment, I am still having some issues compiling the python interface. I saw that there were issues regarding Windows and the subprocess module. Are those still persisting? I recieve a "File not found" error during execution of subprocess.py. Edit: So, I pretty much went down the same path as you in #32. First had to solve some path issues, but eventually would require some vcvarsall.bat which made be believe I will eventually hit the same incompatibilities as you did. So I switched to Linux. |
Hi,
I noticed that at least the conda package limits compatibility to Python 3.6, explicitly avoiding 3.7.0a0. Has anyone tested whether there is still an issue with more recent python versions? For now, I can just create an environment with 3.6, but I was curious.
The text was updated successfully, but these errors were encountered: