Re: Python libraries problem with F34

2021-07-05 Thread Alexander Bokovoy
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

Re: Python libraries problem with F34

2021-07-05 Thread Frederic Muller
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

Re: Python libraries problem with F34

2021-07-05 Thread Felix Schwarz
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

Re: Python libraries problem with F34

2021-07-05 Thread Frederic Muller
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,

Re: Python libraries problem with F34

2021-07-05 Thread Felix Schwarz
- 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

Python libraries problem with F34

2021-07-05 Thread Frederic Muller
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...)