Open hamidsta opened 2 years ago
It seems that the version of "scikit-learn" pip requirement may differ from version "scikit-learn" already in your conda environment.
Can you try pip install scikit-learn=0.22.2
or install use a new conda env?
thank you ,it work now !
However i have a new error :/
here is the error
TypeError: _getfullpathname: path should be string, bytes or os.PathLike, not int
here is my session info `(myenv) C:\Users\User\ATAC-scMVP\scMVP>conda info
active environment : myenv
active env location : C:\Users\User\miniconda3\envs\myenv
shell level : 2
user config file : C:\Users\User\.condarc
populated config files : C:\Users\User\.condarc
conda version : 4.12.0
conda-build version : not installed
python version : 3.7.12.final.0
virtual packages : __win=0=0
__archspec=1=x86_64
base environment : C:\Users\User\miniconda3 (writable)
conda av data dir : C:\Users\User\miniconda3\etc\conda
conda av metadata url : None
channel URLs : https://conda.anaconda.org/bioconda/win-64
https://conda.anaconda.org/bioconda/noarch
https://repo.anaconda.com/pkgs/main/win-64
https://repo.anaconda.com/pkgs/main/noarch
https://repo.anaconda.com/pkgs/r/win-64
https://repo.anaconda.com/pkgs/r/noarch
https://repo.anaconda.com/pkgs/msys2/win-64
https://repo.anaconda.com/pkgs/msys2/noarch
https://conda.anaconda.org/conda-forge/win-64
https://conda.anaconda.org/conda-forge/noarch
package cache : C:\Users\User\miniconda3\pkgs
C:\Users\User\.conda\pkgs
C:\Users\User\AppData\Local\conda\conda\pkgs
envs directories : C:\Users\User\miniconda3\envs
C:\Users\User\.conda\envs
C:\Users\User\AppData\Local\conda\conda\envs
platform : win-64
user-agent : conda/4.12.0 requests/2.27.1 CPython/3.7.12 Windows/10 Windows/10.0.22000
administrator : False
netrc file : None
offline mode : False
` Also when i first run python setup.py install 2 errors messages comes up , du to module cython and NumPy not being installed. So i had to installed them directly . Maybe the error is due to a wrong version i just download ? Name Version Build Channel cython 0.29.28 py37hd77b12b_0 Name Version Build Channel numpy 1.21.5 py37ha4e8547_0 numpy-base 1.21.5 py37hc2deb75_0
and here is a part of the error traceback :
Traceback (most recent call last):
File "setup.py", line 90, in
Hello, I'm currently trying to analyze multiomics scRNA-ATACseq data . However when i run this following line
> python setup.py install
I get this errormy current version of scikit-learn :
however i can't downgrade the version since 0.22.2 don't seem to be present
here is some information : (base) C:\Users\User\ATAC-scMVP\scMVP>conda info
Thanks you very much , I'm a bit lost with this issue .