chengl7-lab / scape

A package for estimating alternative polyadenylation events from scRNA-seq data.
MIT License
5 stars 1 forks source link

Introduction tutorial wrong? #5

Open hongliangfang opened 3 weeks ago

hongliangfang commented 3 weeks ago

conda config --append channels bioconda #ok conda config --append channels conda-forge # ok conda create -n scape_env python=3.11 # ok conda activate scape_env # ok

pip install scape-apa # error !!!!

it tell me that:

ERROR: Ignored the following versions that require a different python version: 1.0.0 Requires-Python <3.11,>=3.9; 1.0.1 Requires-Python <3.11,>=3.9; 1.0.2 Requires-Python <3.11,>=3.9 ERROR: Could not find a version that satisfies the requirement scape-apa (from versions: none) ERROR: No matching distribution found for scape-apa

Is this due tu you give wrong python version?

chengl7 commented 3 weeks ago

@guangzhaocs , could you help to test and update the installation instructions? Let us fix the python version to 3.11.