quokkaproject / quokka

LOOKING FOR NEW MAINTAINER - Quokka is a Content Management System - `docker run --rm -it -p 5000:5000 quokka/quokka`
http://www.quokkaproject.org
Other
2.23k stars 448 forks source link

Neither pyproject.toml nor flit.ini found, and no other config file path specified #664

Open josdyr opened 6 years ago

josdyr commented 6 years ago

I am trying to run the quokka app with the Dockerfile provided by @dhoeric and get this error:

Step 9/13 : RUN flit install -s
 ---> Running in e8f9e7b34cd0
Neither pyproject.toml nor flit.ini found, and no other config file path specified
The command '/bin/sh -c flit install -s' returned a non-zero code: 1

as this is a docker issue, I have not provided specifications on os or of pip installations.

rochacbruno commented 6 years ago

Dockerfile needs update, flit is not being used anymore