On ma, 05 heinä 2021, Frederic Muller wrote:
On 7/5/21 4:01 PM, Felix Schwarz wrote:
Hi Fred,
your code works for me without printing any warnings.
Am 05.07.21 um 10:01 schrieb Frederic Muller:> I install all my
libraries using pip.
The important thing is that you never use pip to install any
On 7/5/21 4:01 PM, Felix Schwarz wrote:
Hi Fred,
your code works for me without printing any warnings.
Am 05.07.21 um 10:01 schrieb Frederic Muller:> I install all my
libraries using pip.
The important thing is that you never use pip to install anything into
Fedora's site-packages /usr/lib64/
Hi Fred,
your code works for me without printing any warnings.
Am 05.07.21 um 10:01 schrieb Frederic Muller:> I install all my libraries using
pip.
The important thing is that you never use pip to install anything into Fedora's
site-packages /usr/lib64/python3.9/site-packages/ . That can (and
On 7/5/21 2:23 PM, Felix Schwarz wrote:
- Can you post a small code snippet which reproduces the problem?
- I can use requests on F34 without any warnings. Any chance you manually
installed other libraries/versions in Fedora's site-packages?
(/usr/lib64/python3.9)
Felix
Dear Felix,
Sure,
- Can you post a small code snippet which reproduces the problem?
- I can use requests on F34 without any warnings. Any chance you manually
installed other libraries/versions in Fedora's site-packages?
(/usr/lib64/python3.9)
Felix
___
devel mailing
Hello!
Not a developer but I do write code sometimes, and in Python most of the
times.
Some of my Python code/scripts which were running without any issue
until F33, no longer do with F34. I actually upgraded from F33 to F34.
I had issues with pexpect (which just now is working again...) an