Closed FatihSarigol closed 2 years ago
Huh, it did install in the official higlass Docker container:
https://github.com/higlass/higlass-docker/runs/5243233636?check_suite_focus=true#step:3:3005
But that uses Python 3.8. Did you end up resolving your issue?
Thank you Peter! Yes it was happening because of my python version. I suppose it should not work anywhere anymore with 3.6 because Pillow doesn't support that anymore. I tried my luck with changing the versions in the docker file myself but that led to a chain of other dependency version issues, and even when I installed a python 3.9 version to the server it again failed somehow because of some other thing that I honestly don't remember now, but in the meantime I thought about trying https://github.com/higlass/higlass-docker which did work so I used that on our server. Thanks!
Hi! My docker-build command:
docker build -t higlass-server -f docker-context/Dockerfile .
ran into the error below:When I try to install it myself, I receive the same error:
python3 -m pip install Pillow==9.0.0
The reason of this is as I found out a recent change:
And my python version is also 3.6. This happens to increase higlass python version dependency from 3.6 to 3.7 I suppose, I will try to install it on another version and see if Higlass will work.
Thanks
https://github.com/higlass/higlass-server/pull/153