circup icon indicating copy to clipboard operation
circup copied to clipboard

Circup 2.0.4 not working after update from 1,9

Open dsssssssss9 opened this issue 6 months ago • 3 comments

-: Ubuntu 20.04.6

  • Python version (run python -version or python3 -version): 3.12.4

  • Error message you are receiving, including any Python exception traces:

$ circup Traceback (most recent call last): File "/home/jkd/.local/bin/circup", line 5, in from circup import main File "/home/jkd/.local/lib/python3.12/site-packages/circup/init.py", line 9, in from circup.shared import DATA_DIR, BAD_FILE_FORMAT, extract_metadata, _get_modules_file File "/home/jkd/.local/lib/python3.12/site-packages/circup/shared.py", line 15, in import requests File "/usr/lib/python3/dist-packages/requests/init.py", line 43, in import urllib3 File "/usr/lib/python3/dist-packages/urllib3/init.py", line 7, in from .connectionpool import HTTPConnectionPool, HTTPSConnectionPool, connection_from_url File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 11, in from .exceptions import ( File "/usr/lib/python3/dist-packages/urllib3/exceptions.py", line 2, in from six.moves.http_client import IncompleteRead as httplib_IncompleteRead ModuleNotFoundError: No module named 'six.moves'

  • List the steps to reproduce the problem below (if possible attach code or commands to run): LIST REPRO STEPS BELOW

Type Circup in console

dsssssssss9 avatar Aug 04 '24 00:08 dsssssssss9