cryptoadvance / specter-desktop

A desktop GUI for Bitcoin Core optimised to work with hardware wallets
MIT License
791 stars 235 forks source link

Unable to start Specter 2.0.2 on Linux #2393

Open haeniya opened 9 months ago

haeniya commented 9 months ago

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:

k9ert commented 8 months ago

Yes, confirmed. Should be fixed with #2399.

openoms commented 1 month ago

Fixed for me on Specter v2.0.4 on RPi and amd64 both.