-
Notifications
You must be signed in to change notification settings - Fork 21
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
Installation errors on Red Hat 8 #161
Comments
Oh my. That's going to be a doozy to figure out. Before starting serious debugging, may I ask why you're trying to install higlass server rather than using the higlass docker container or higlass-manage? |
Great question. I'm on an HPC system, so Docker isn't applicable because I don't want to have to spawn Docker instances every time a user wants to run this. Instead of using Docker, I used Singularity. Now I do have some real questions about how this code will work in our environment. Anyhow, I converted docker-context/Dockerfile to Singularity using At the end of the build, when it is setting up a conda environment, I got :
I sort of assumed that there must have been some conflicting python library versions (which I guess would probably persist going the |
Thanks for the explanation! That makes sense. Is there a way to bump the Python version? It looks like it's downgraded to 3.6 in the log file. Pillow>=9.0.0 definitely exists: https://pypi.org/project/Pillow/ Also, beware that that Dockerfile may be out of date. You may be better off using the one from this repo: https://github.com/higlass/higlass-docker/ That will give you the entire higlass distribution as a container rather than just the server portion. |
Thanks for the information. I managed to build (at least it completed without error) a singularity image from dockerhub, via
It looks like there should be a Question :
|
|
Could I install |
I don't see any reason why you couldn't. |
I'm trying to install higlass-server on a Red Hat 8 system.
Steps :
conda env create -f environment.yml
It failed with about 4000 lines of output (see attached).
The first 'useful' error I see is something like this :
Question :
The text was updated successfully, but these errors were encountered: