please
please copied to clipboard
Error Since Upgrade to Python 3.11
When I open my terminal after upgrading to Python 3.11 I get the following errors:
Traceback (most recent call last): File "/usr/lib/python3.11/importlib/metadata/init.py", line 563, in from_name return next(cls.discover(name=name)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ StopIteration
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/please", line 33, in
Please let me know if I can provide any additional information to help with this. And thank you for building Please, it always brings a smile to my face when I launch my terminal. :)
It seems that Python 3.11 is not supported. Would it be possible for you to install Python 3.10?
python3.10 -m pip install please-cli
Silly question: can I have both Python 3.11 and Python 3.10 installed at the same time?
Silly question: can I have both Python 3.11 and Python 3.10 installed at the same time?
Yes of course!