higlass / higlass-docker

Builds a docker container wrapping higlass-server and higlass-client in nginx
MIT License
32 stars 14 forks source link

Building the container #165

Open astrovsky01 opened 4 years ago

astrovsky01 commented 4 years ago

I'm having trouble building the container as it stands. It keeps returning

Traceback (most recent call last):
  File "/opt/conda/bin/conda", line 7, in <module>
    from conda.cli import main
ModuleNotFoundError: No module named 'conda'

I think it might have something to do with the requirements across the board being outdated. Is there an updated version that builds that I might be able to use?

Thank you!

pkerpedjiev commented 4 years ago

How are you building the container?

I just built it yesterday with no problems. Can you try ./build.sh -w 2?

astrovsky01 commented 4 years ago

We were having two separate problems that happened to break at the same point. Fixed now, my bad