-
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
Python 3.7? #41
Comments
Hi @BrianaGross, In a word, yes. We do not test pomoxis with python > 3.6 so cannot guarantee it will work correctly with python 3.7. |
Is there any way to force it to run with python 3.7? |
For the conda installation method I am unsure. If installing from source you would have to edit this line, of the setup.py file before running |
Hi cjw85, Thanks for the answer. I think I found an alternate workaround in another thread, which is to create a new environment running python 3.6 using: conda create -n pomoxis python=3.6 and then install pomoxis. It seems to be working so far, but will try your suggestion if it doesn't. |
Just tried to install this using conda, and the install failed because it was "incompatible with the existing python installation in your environment". Here is the error:
Is it correct for me to assume that pomoxis will not install with Python 3.7, and I would have to go to a previous version of Python for this to work?
Thank you!
The text was updated successfully, but these errors were encountered: