You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(env) ~$ bukuserver run help
Traceback (most recent call last):
File "/home/r0max/env/bin/bukuserver", line 5, in
from bukuserver.server import cli
File "/home/r0max/env/lib/python3.9/site-packages/bukuserver/server.py", line 11, in
from flask_api import FlaskAPI, status
File "/home/r0max/env/lib/python3.9/site-packages/flask_api/init.py", line 1, in
from flask_api.app import FlaskAPI
File "/home/r0max/env/lib/python3.9/site-packages/flask_api/app.py", line 10, in
from flask_api.request import APIRequest
File "/home/r0max/env/lib/python3.9/site-packages/flask_api/request.py", line 5, in
from werkzeug.urls import url_decode_stream
ImportError: cannot import name 'url_decode_stream' from 'werkzeug.urls' (/home/r0max/env/lib/python3.9/site-packages/werkzeug/urls.py)
What am I missing?
The text was updated successfully, but these errors were encountered:
…Not sure how you managed to install it since the recent pip versions refuse to install both the latest PyPI version (4.7.1) and the latest release (4.8) which wasn't even published at PyPI for the same reason 😅
(See discussion in #685)
Thank you! The nightly build worked on first attempt. I have tried quite a number of other routes before, including downgrading werkzeug, but hit other walls.
After following the installation instructions for bukuserver with pip3 from PyPi (https://github.com/jarun/buku/blob/master/bukuserver/README.md#installation), bukuserver fails to start with the following error:
(env) ~$ bukuserver run help
Traceback (most recent call last):
File "/home/r0max/env/bin/bukuserver", line 5, in
from bukuserver.server import cli
File "/home/r0max/env/lib/python3.9/site-packages/bukuserver/server.py", line 11, in
from flask_api import FlaskAPI, status
File "/home/r0max/env/lib/python3.9/site-packages/flask_api/init.py", line 1, in
from flask_api.app import FlaskAPI
File "/home/r0max/env/lib/python3.9/site-packages/flask_api/app.py", line 10, in
from flask_api.request import APIRequest
File "/home/r0max/env/lib/python3.9/site-packages/flask_api/request.py", line 5, in
from werkzeug.urls import url_decode_stream
ImportError: cannot import name 'url_decode_stream' from 'werkzeug.urls' (/home/r0max/env/lib/python3.9/site-packages/werkzeug/urls.py)
What am I missing?
The text was updated successfully, but these errors were encountered: