Skip to content
This repository has been archived by the owner on Aug 20, 2022. It is now read-only.

pip install spyder fails with missing pyqtwebengine #121

Closed
KrisThielemans opened this issue Apr 9, 2019 · 4 comments
Closed

pip install spyder fails with missing pyqtwebengine #121

KrisThielemans opened this issue Apr 9, 2019 · 4 comments
Milestone

Comments

@KrisThielemans
Copy link
Member

On very latest Ubuntu 18.04 with pip

python -m pip install spyder
...
:   Could not find a version that satisfies the requirement pyqtwebengine<5.13 (from spyder) (from versions: )
    default: No matching distribution found for pyqtwebengine<5.13 (from spyder)

as found by @paskino

@KrisThielemans KrisThielemans added this to the v2.0 milestone Apr 9, 2019
@KrisThielemans
Copy link
Member Author

In fact

python -m pip install pyqtwebengine

already fails

@KrisThielemans
Copy link
Member Author

Probably caused by pyqtwebengine is not available for python2.

This works

sudo apt install python3-pip
python3 -m pip install spyder
~/.local/bin/spyder3

However, this then would run the wrong python version...

@KrisThielemans
Copy link
Member Author

Note that spyder3 complained then about missing module keyring.util.escape. Sadly

python3 -m pip install keyring

exits with a segfault. Oh well.

@KrisThielemans
Copy link
Member Author

@paskino solved this by doing

python -m pip install spyder==3.2

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants