Replies: 1 comment
-
This belongs in issues, so I've moved it over there. Fortunately it's a relatively trivial fix I thought I had squashed, you may be running an old version. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can't run on Mac. Full trace:
Last login: Tue Nov 7 18:57:25 on ttys001
/Users/romangoncarov/Library/Python/3.9/bin/pcleaner ; exit;
romangoncarov@mbp-roman ~ % /Users/romangoncarov/Library/Python/3.9/bin/pcleaner ; exit;
/Users/romangoncarov/Library/Python/3.9/lib/python/site-packages/urllib3/init.py:34: NotOpenSSLWarning: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'LibreSSL 2.8.3'. See: urllib3/urllib3#3020
warnings.warn(
Traceback (most recent call last):
File "/Users/romangoncarov/Library/Python/3.9/bin/pcleaner", line 5, in
from pcleaner.main import main
File "/Users/romangoncarov/Library/Python/3.9/lib/python/site-packages/pcleaner/main.py", line 107, in
from docopt import magic_docopt
ImportError: cannot import name 'magic_docopt' from 'docopt' (/Users/romangoncarov/Library/Python/3.9/lib/python/site-packages/docopt/init.py)
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
//
Can't figure out what's wrong. The same error on Python 3.12. pip version is 23.2.1
Beta Was this translation helpful? Give feedback.
All reactions