specter-desktop icon indicating copy to clipboard operation
specter-desktop copied to clipboard

Unable to start Specter 2.0.2 on Linux

Open haeniya opened this issue 1 year ago • 2 comments

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:

  1. Install the latest Specter Desktop from Pip with pip3 install cryptoadvance.specter
  2. 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

haeniya avatar Oct 24 '23 17:10 haeniya