osome-iu / hoaxy-backend

Backend component for Hoaxy, a tool to visualize the spread of claims and fact checking
http://hoaxy.iuni.iu.edu/
GNU General Public License v3.0
138 stars 44 forks source link

Docker build fail on jcc install #52

Closed bwindeler closed 4 years ago

bwindeler commented 4 years ago

docker-compose up failed on line 96 of Dockerfile

    && JCC_JDK=/usr/lib/jvm/default-jvm python setup.py install \

permalink

Error message: /opt/conda/compiler_compat/ld: cannot find -lpython3.8m

Seems to be a python 3.8 compatibility issue

I added python=3.7.5 to the conda install at line 47 to fix and the image built successfully

chathuriw commented 4 years ago

@bwindeler thank you for the contribution. I added what you suggested.