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
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?