-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with cooler version #13
Comments
You can either downgrade your cooler on your main env, or create a new conda env with the downgraded version.
|
There are incompatible versions among packages. If I try to install I get:
and
I think these are issues due to different python versions. I can't use conda, for some reason. I'm kind of stuck @vivekbhr, any idea how to solve this? Thanks |
@francicco The new 2to3 branch should solve the issue. |
I am going to try the 2to3 branch because the previous solution did not work for me. |
Hello,
When I try to install the program, I encounter the following error :
Collecting scandir; python_version < "3.5" (from pathlib2>=2.2.0; python_version < "3.6"->pytest>=2.8.1->HiCAssembler)
ERROR: hicmatrix 7 has requirement cooler==0.8.2, but you'll have cooler 0.8.5 which is incompatible.
ERROR: hicexplorer 2.2.1.1 has requirement cooler==0.8.2, but you'll have cooler 0.8.5 which is incompatible.
As a result, the program is not properly installed and cannot import HiCMatrix.
The text was updated successfully, but these errors were encountered: