tanaylab / metacells

Metacells - Single-cell RNA Sequencing Analysis
MIT License
87 stars 8 forks source link

Issue with pip install metacells #11

Closed BastLem closed 2 years ago

BastLem commented 2 years ago

Hi,

I have an issue to install metacells with pip : Input pip install metacells
Output ERROR: Could not find a version that satisfies the requirement metacells (from versions: none) ERROR: No matching distribution found for metacells

Do you have an idea to fix this? Thank you

orenbenkiki commented 2 years ago

Can you say something about what system you are running on? operating system, version of python, etc.?

BastLem commented 2 years ago

I'm running on Ubuntu 18.04 and Python 3.6

Python_version Ubuntu_Version

orenbenkiki commented 2 years ago

The package requires python 3.7 or newer. You’ll need to update your python version (the current latest is 3.9). For example, sudo apt install python3.9 (or 3.8, or 3.9).

AlexAdrian-Hamazaki commented 1 year ago

I had the same issue. It was resolved by upgrading my pip