Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

script fails to run, colorifix problem #2

Open
Skaramuche opened this issue Dec 28, 2021 · 0 comments
Open

script fails to run, colorifix problem #2

Skaramuche opened this issue Dec 28, 2021 · 0 comments

Comments

@Skaramuche
Copy link

hi! hope this tool is still being maintained. it seems super useful, but it doesn't want to run for me, and i don't understand enough about python packages to understand why not. when i run it, i get:

C:\WINDOWS\system32>saberio
Traceback (most recent call last):
File "C:\Users\Gideon\AppData\Local\Programs\Python\Python39\Scripts\saberio-script.py", line 33, in sys.exit(load_entry_point('saberio==0.2.1', 'console_scripts', 'saberio')())
File "C:\Users\Gideon\AppData\Local\Programs\Python\Python39\Scripts\saberio-script.py", line 25, in importlib_load_entry_point return next(matches).load()
File "C:\Users\Gideon\AppData\Local\Programs\Python\Python39\lib\importlib\metadata.py", line 77, in load module = import_module(match.group('module'))
File "C:\Users\Gideon\AppData\Local\Programs\Python\Python39\lib\importlib_init_.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1030, in _gcd_import
File "", line 1007, in _find_and_load
File "", line 986, in _find_and_load_unlocked
File "", line 680, in _load_unlocked
File "", line 850, in exec_module
File "", line 228, in _call_with_frames_removed
File "C:\Users\Gideon\AppData\Local\Programs\Python\Python39\lib\site-packages\pysaber\saberio.py", line 8, in from colorifix.colorifix import Color, Style, paint
ImportError: cannot import name 'Color' from 'colorifix.colorifix' (C:\Users\Gideon\AppData\Local\Programs\Python\Python39\lib\site-packages\colorifix\colorifix.py)

colorifix is definitely installed and present in the folder it's looking for, so IDK what's missing or why this doesn't work. maybe colorifix has been updated since saberio was written?...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant