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
Describe the bug
After successfully installing Specter 2.0.2 on a Debian system from Pip as stated in the documentation, I'm not able to start the server with python3 -m cryptoadvance.specter server. When running the command I see the following error message:
ImportError: cannot import name 'url_quote' from 'werkzeug.urls'
Seems to be a dependency issue. After manually installing a different version of werkzeug with pip install werkzeug==2.3.0 the server starts up.
To Reproduce
Steps to reproduce the behavior:
Install the latest Specter Desktop from Pip with pip3 install cryptoadvance.specter
Try to start it with python3 -m cryptoadvance.specter server
Desktop:
Where is your node running: raspiblitz
Where is your specter running: Raspiblitz
If you're running a binary, which OS: Linux Debian
Specter Version 2.0.2
The text was updated successfully, but these errors were encountered:
Describe the bug
After successfully installing Specter 2.0.2 on a Debian system from Pip as stated in the documentation, I'm not able to start the server with
python3 -m cryptoadvance.specter server
. When running the command I see the following error message:Seems to be a dependency issue. After manually installing a different version of
werkzeug
withpip install werkzeug==2.3.0
the server starts up.To Reproduce
Steps to reproduce the behavior:
pip3 install cryptoadvance.specter
python3 -m cryptoadvance.specter server
Desktop:
The text was updated successfully, but these errors were encountered: