cello icon indicating copy to clipboard operation
cello copied to clipboard

Matplotlib error when building in Docker

Open CZap opened this issue 3 years ago • 4 comments

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

Matplotlib error log.txt

CZap avatar Jul 29 '20 16:07 CZap

Change to python3-matplotlib.

zlobriy avatar Jul 31 '20 20:07 zlobriy

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

CZap avatar Aug 11 '20 19:08 CZap

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?

0x174 avatar Aug 14 '20 17:08 0x174

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?

CZap avatar Aug 19 '20 21:08 CZap