RE: Vnev issue - AttributeError: module 'sysconfig' has no attribute '_get_default_scheme'. Did you mean: 'get_default_scheme'?

2021-11-05 Thread pranesh kumar
Hi Facing problem in creating virtual environment and in importing modules in pycharm community version 2021.2.2. Trying to import Open CV in pycharm but not able to complete When creating new virtual environment error I got is "AttributeError: module 'sysconfig' has no attr

Re: Vnev issue - AttributeError: module 'sysconfig' has no attribute '_get_default_scheme'. Did you mean: 'get_default_scheme'?

2021-11-05 Thread OmPs
How are you creating the virtualenv. Creating virtualenv is pretty straightforward. Please share what you are doing? On Fri, 5 Nov 2021 at 10:15 PM, pranesh kumar wrote: > > >Hi > >Facing problem in creating virtual environment and in importing modules > in >pycharm community version

Strange Change Of Module Name

2021-11-05 Thread Betty Hollinshead
python3-3.10.0-1.fc35.x86_64 alacarte-3.36.0-6.fc35.noarch Someone in the Python world changed the name of an import. Once upon a time the import (in alacarte) it looked like this: from collections import Sequence In a standard Fedora 35 install a few days ago, alacarte crashes. bec

Re: Strange Change Of Module Name

2021-11-05 Thread Chris Angelico
On Sat, Nov 6, 2021 at 8:42 AM Betty Hollinshead wrote: > > python3-3.10.0-1.fc35.x86_64 > alacarte-3.36.0-6.fc35.noarch > > Someone in the Python world changed the name of an import. > Once upon a time the import (in alacarte) it looked like this: > from collections import Sequence > > In a

[RELEASE] Python 3.9.8 and 3.11.0a2 are now available

2021-11-05 Thread Ɓukasz Langa
Tcl/Tk updates With the recent release of macOS 12 Monterey, we noticed that tkinter file dialogs are failing to show up on this new operating system, including in our built-in IDLE. Thanks to rapid help from the Tk team, and Marc Culler in particular, we were able to fix the issue by bundling