-
Notifications
You must be signed in to change notification settings - Fork 13
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.6 incompatibility #69
Comments
Hi there, Thanks for pointing this out. I'll update the documentation now. |
Ah so the documentation on github is up to date, but not on pypi. Is that where you were seeing this install instruction:
|
Hi @njbernstein , Yes, it seems the github installations instructions both require python 3.7 but PyPi is where I saw python 3.6 in the installation instructions. Also, on the PyPi page, it indicates the required python version is >= 3.6: Thanks for updating! |
My apologies again. Working on getting it updated.
Best,
Nick
…On Thu, Oct 14, 2021 at 9:43 PM drneavin ***@***.***> wrote:
Hi @njbernstein <https://github.com/njbernstein> ,
Yes, it seems the github installations instructions both require python
3.7 but PyPi is where I saw python 3.6 in the installation instructions.
Also, on the PyPi page, it indicates the required python version is >= 3.6:
Requires: Python >=3.6
Thanks for updating!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#69 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABUL75QPRK5LRSKS4Q44BXLUG6WOXANCNFSM5GBBBK7A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
This is updated. https://pypi.org/project/solo-sc/1.1/ Best, |
Hi there,
I am writing to report an incompatability with pythono 3.6 even thought PyPi indicates that solo-sc v1.0 should be compatible with python 3.6 and the PyPi clone + ve instructions still use python 3.6 (
git clone [email protected]:calico/solo.git && cd solo && conda create -n solo python=3.6 && conda activate solo && pip install -e .
). This is actually due to an incompatibility between scvi-tools and python 3.6 that returns the following error:This seems to have been resolved in scvi-tools v0.9.1. However, that requires python >= 3.7.
I've been trying to install on 3.6 due to requirements of other softwares I want in the same image. Wanted to post here to ask for update in documents and in case others are facing similar error
The text was updated successfully, but these errors were encountered: