Skip to content
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

Open
BrianaGross opened this issue Mar 15, 2020 · 4 comments
Open

Python 3.7? #41

BrianaGross opened this issue Mar 15, 2020 · 4 comments

Comments

@BrianaGross
Copy link

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:

Specifications:

  - pomoxis -> python[version='>=3.4,<3.7']

Your python: python=3.7

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!

@cjw85
Copy link
Member

cjw85 commented Mar 16, 2020

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.

@TomNEU
Copy link

TomNEU commented Mar 17, 2020

Is there any way to force it to run with python 3.7?

@cjw85
Copy link
Member

cjw85 commented Mar 17, 2020

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 make install.

@TomNEU
Copy link

TomNEU commented Mar 17, 2020

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.
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants