V
V
Vladimir2020-11-03 11:38:25
Python
Vladimir, 2020-11-03 11:38:25

How to run a python project from Github?

I found this small project on github . It seems like there should be no problems in deployment, but they are. I have never worked with python, I am trying to deploy an application in docker. My OS is Win 10. Maybe it should be launched somehow differently?

Steps I took:

  1. docker pull continuumio/anaconda3
  2. docker run -i -t continuumio/anaconda3 /bin/bash
  3. git clone https://github.com/yinkalario/General-Purpose-Soun...
  4. conda env create -f environment.yml
  5. python MSoS_demo_generalisation.py

After completing the 4th step, I get an error from the missing modules intel-openmp and tk=8.6.8=hbc83047_0 . And on the 5th, the absence of tkinter .

Maybe somehow you can do it more gracefully through the Dockerfile? Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
Jan, 2020-11-12
@Buchachalo

Did you have requirements.txt in your repository?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question