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

Re: Why inspect.isclass says iter() a class?

2019-04-11 Thread Terry Reedy
On 4/10/2019 3:17 PM, Arup Rakshit wrote: From docs https://docs.python.org/3/library/itertools.html#itertools.chain I see that itertools.chain is defined as a function. Because that is what the itertools functions are. (The chain entry does not use 'function', but the beginning of the doc do

Adopting semantic versioning in trunk based development with Python

2019-04-11 Thread dcs3spp via Python-list
Hi, Hoping posting this in the correct place...Apologies if not I am trying to understand how to use semantic versioning with trunk based development for a Python project. Has anyone had any experience of adopting a trunk based development with semantic versioning for packages? I store the

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: