Running SEP with Python 3.7?
Closed this issue · 6 comments
HelenUsher commented
I've just tried to install, but failed as I'm using python 3.7. Can this incompatibility be resolved?
Many thanks
Helen
floydie7 commented
I'm currently running SEP on Python 3.7.6. What was the error that you received?
HelenUsher commented
Thanks for your reply Benjamin. I will check the exact error message
tomorrow, but it was on installing and was about compatibility (it only
listed 3.5, 3.6 as compatible...
…On Wed, 29 Apr 2020, 00:06 Benjamin Floyd, ***@***.***> wrote:
I'm currently running SEP on Python 3.7.6. What was the error that you
received?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#76 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKFGMXGZSVSVOHUDTORWRZTRO5OP7ANCNFSM4MSYBPTA>
.
HelenUsher commented
Hi Benjamin,
Here's the error message
UnsatisfiableError: The following specifications were found
to be incompatible with the existing python installation in your environment:
Specifications:
- sep -> python[version='2.7.*|3.4.*|3.5.*|3.6.*']
Your python: python=3.7
Thanks
Helen
On Wednesday, 29 April 2020, 00:06:42 BST, Benjamin Floyd <notifications@github.com> wrote:
I'm currently running SEP on Python 3.7.6. What was the error that you received?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
floydie7 commented
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
HelenUsher commented
Thanks again Benjamin. I was using Openastronomy, but changing to conda-forge solved the issue and I am now installed
Helen
On Wednesday, 29 April 2020, 20:44:08 BST, Benjamin Floyd <notifications@github.com> wrote:
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
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.