specter-desktop
specter-desktop copied to clipboard
Unable to start Specter 2.0.2 on Linux
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