GobyWallet / openapi

Backend service for Goby.app
https://goby.app
MIT License
25 stars 12 forks source link

ERROR: launchpadlib 1.10.13 requires testresources, which is not installed. #1

Closed RightSexyOrc closed 2 years ago

RightSexyOrc commented 2 years ago

error when installing, running "pip install -r requirements.txt"

0xJohnZW commented 2 years ago

It look like a bug of old pip . https://github.com/pypa/pip/issues/5372 you can upgrade pip to latest version or manual install the dep sudo apt install python3-testresources