sep-developers/sep

Running SEP with Python 3.7?

Closed this issue · 6 comments

I've just tried to install, but failed as I'm using python 3.7. Can this incompatibility be resolved?

Many thanks

Helen

I'm currently running SEP on Python 3.7.6. What was the error that you received?

It sounds like however you're managing your python packages might be outdated. I might recommend using conda if you're not already. Using the conda-forge channel I was able to install it easily. Searching "sep" in conda shows that version 1.0.3 should even work on Python 3.8.

Try making an environment with the following:
conda create -n sep-test python=3.7 -c conda-forge sep

Thanks for helping resolve this, @floydie7!