Re: pip unable to find an extension of a lib.

2019-04-12 Thread Vincent Vande Vyvre
Le 12/04/19 à 09:48, Paul Moore a écrit : >From https://pypi.org/project/PyQt5-sip/#files, it looks like the project only distributes wheels (no source archive). You don't say what platform you're using, but if it's Linux, the fact that you have a debug Python probably means you need a different

Re: pip unable to find an extension of a lib.

2019-04-12 Thread Vincent Vande Vyvre
Le 12/04/19 à 07:40, dieter a écrit : Vincent Vande Vyvre writes: ... Using Python-3.7.2 (compiled with --with-pydebug) in a venv, I've encountered this problem: $ pip install --upgrade pip setuptools wheel Successfully installed setuptools-41.0.0 wheel-0.33.1

Re: pip unable to find an extension of a lib.

2019-04-12 Thread Paul Moore
>From https://pypi.org/project/PyQt5-sip/#files, it looks like the project only distributes wheels (no source archive). You don't say what platform you're using, but if it's Linux, the fact that you have a debug Python probably means you need a different ABI, so the standard wheels that they provid

Re: pip unable to find an extension of a lib.

2019-04-11 Thread dieter
Vincent Vande Vyvre writes: > ... > Using Python-3.7.2 (compiled with --with-pydebug) in a venv, I've > encountered this problem: > > $ pip install --upgrade pip setuptools wheel > > Successfully installed setuptools-41.0.0 wheel-0.33.1 > --- > ... > $ pip install

pip unable to find an extension of a lib.

2019-04-11 Thread Vincent Vande Vyvre
Hi, Using Python-3.7.2 (compiled with --with-pydebug) in a venv, I've encountered this problem: $ pip install --upgrade pip setuptools wheel Successfully installed setuptools-41.0.0 wheel-0.33.1 --- $ pip install pyqt5   /pip/_vendor/html5lib/_trie/_base.py:3: