MrTomRod / scoary-2

Calculate assocations between genes and traits
MIT License
19 stars 1 forks source link

Installation with ```pip``` #6

Closed jrherr closed 6 months ago

jrherr commented 1 year ago

Hi Thomas,

I'm hoping to use Scoary2 but during pip installation I am getting the following error:

~ pip install scoary-2
ERROR: Ignored the following versions that require a different python version: 0.0.10 Requires-Python >=3.10,<3.11; 0.0.11 Requires-Python >=3.10,<3.11; 0.0.12 Requires-Python >=3.10,<3.11; 0.0.13 Requires-Python >=3.10,<3.11; 0.0.3 Requires-Python >=3.10,<3.11; 0.0.4 Requires-Python >=3.10,<3.11; 0.0.5 Requires-Python >=3.10,<3.11; 0.0.6 Requires-Python >=3.10,<3.11; 0.0.7 Requires-Python >=3.10,<3.11; 0.0.9 Requires-Python >=3.10,<3.11
ERROR: Could not find a version that satisfies the requirement scoary-2 (from versions: none)
ERROR: No matching distribution found for scoary-2

Any advice on how to proceed with python versions? Thanks for your time!

MrTomRod commented 1 year ago

Hey Josh

Scoary2 requires Python 3.10. I updated the wiki to state this more clearly!

Alternatively, you could use docker.

Best, MrTomRod

MrTomRod commented 11 months ago

Fyi, I also added instructions on how to install the dependencies with conda: https://github.com/MrTomRod/scoary-2/wiki/Installation#conda