XiaoTaoWang / HiC_pipeline

An easy-to-use Hi-C data processing software supporting distributed computation.
http://xiaotaowang.github.io/HiC_pipeline/index.html
GNU General Public License v3.0
53 stars 20 forks source link

Add python==3.9 dependency #13

Closed mdozmorov closed 1 year ago

mdozmorov commented 1 year ago

"pairtools==0.3" requires Python version >=3.6 and <=3.9. It fails to install with the current 3.11 version. Explicitly specifying "python==3.9" allowed the installation. Btw, http://xiaotaowang.github.io/HiC_pipeline/index.html is not functioning, I believe, that should be tweaked somewhere in the settings.

The error was:

Could not solve for environment specs
The following packages are incompatible
└─ pairtools 0.3  is installable with the potential options
   ├─ pairtools 0.3.0 would require
   │  └─ python >=3.6,<3.7.0a0 , which can be installed;
   ├─ pairtools 0.3.0 would require
   │  └─ python >=3.7,<3.8.0a0 , which can be installed;
   ├─ pairtools 0.3.0 would require
   │  └─ python >=3.8,<3.9.0a0 , which can be installed;
   └─ pairtools 0.3.0 would require
      └─ python >=3.9,<3.10.0a0 , which can be installed.