-
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
Python 3 #16
Comments
I solve this problem by the following step
and I edit the setup.py, and commment the the following line
then I install this package locally cd ..
pip install ./HiCAssembler/ |
xuzhougeng's fix resolves the first issue (same as dominik) but a new python 2>3 version issue remains:
xuzhougeng, Earl |
Ahh needed a different command to pull the correct branch: |
I also get the same errors. could you please give me more help. |
It seems that import hicexplorer.HiCMatrix as HiCMatrix should be changed to import hicmatrix.HiCMatrix as HiCMatrix. #21 |
Hi,
I saw that you have the branch 2to3 to migrate HiCAssembler to python 3. As it is getting quite difficult to install all dependencies for python 2.7 I wanted to try this branch.
First of all I ran into an issue while installing this version:
error in HiS Assembler setup command: "values of 'package_data' dict" must be a list of strings (got '*.txt')
Also, before I invest time in testing HiCAssembler in python 3, is it fully functional yet?
All the best and thank you,
Dominik
The text was updated successfully, but these errors were encountered: