Closed nathan30 closed 5 years ago
Looks like werkzeug
package is not installed correctly. Can you try reinstalling it?
werkzeug
Just try pip3 uninstall werkzeug
and then pip3 install -U werkzeug
and same issue :/
I didn't have any errors while installing the werkzeug
package
Are you using any virtualenv? If not, then probably there is an issue with your local install. Can you try creating an isolated virtualenv and installing in there?
Are you using any virtualenv? If not, then probably there is an issue with your local install. Can you try creating an isolated virtualenv and installing in there?
Just try with pipenv :
sudo pip3 install pipenv pipenv shell pipenv install kuyruk pipenv install flash pipenv install Werkzeug pipenv run /usr/local/bin/kuyruk --app src.main.OCforMaarch worker
Same issue :/
I have run it successfully with pipenv and without pipenv. It must be problem with your setup. Try running this Dockerfile: https://gist.github.com/cenkalti/df9432fc35c0931a3e330ee79d834223
Hi,
I have the following error when I'm running
/usr/local/bin/kuyruk --app src.main.OCforMaarch worker
I'm running Ubuntu 19.04
When I do pip3 freeze I see for Werkzeug and kuyruk :