CIDARLAB / cello

Genetic circuit design automation
http://www.cellocad.org/
BSD 2-Clause "Simplified" License
801 stars 133 forks source link

Matplotlib error when building in Docker #50

Open CZap opened 3 years ago

CZap commented 3 years ago

When building Cello with Docker, there is no installation candidate for 'python-matplotlib'

Matplotlib error log.txt

zlobriy commented 3 years ago

Change to python3-matplotlib.

CZap commented 3 years ago

The Matplotlib error is no longer there, but the build still fails. It seems there are some unresolved dependencies on the Spring server build failure error.txt

0x174 commented 3 years ago

Hey @CZap, Sorry you're running into this problem.

I've resolved the matplotlib issue if you want to pull again. The Dockerfile build is working fine for me at the moment (and should hopefully be deterministic). Do you have any other contextual clues on why this might not be working for you?

CZap commented 3 years ago

Hi @0x174 ,

Thanks for the reply. I noticed that the errors I have encountered are similar to those from issue #17 . The only differences are the versions of Netsynth and Eugene as well as the source (repo.spring.io/libs-release instead of repo1.maven.org/maven2) It may have to do with the install_locaL_jars.sh file. I'm trying to build with Docker on a machine running Windows 10 2004 with WSL 2. Maybe there are some issues with this configuration?