toggle-corp / alacritty-colorscheme

Change colorscheme of alacritty with ease.
Apache License 2.0
343 stars 35 forks source link

Issue with cli.py #27

Closed noahgaertner closed 2 years ago

noahgaertner commented 3 years ago

Hi, When calling cli.py from python 3.9 on MacOS, I get the error below:

Traceback (most recent call last):
  File "/Users/noahgaertner/Library/Python/3.9/lib/python/site-packages/alacritty_colorscheme/cli.py", line 9, in <module>
    from . import __version__
ImportError: attempted relative import with no known parent package

How do I fix this? Is it a bug that's 3.9 specific?

tnagorra commented 3 years ago

Looks like a problem with python version. Will have to look further!

tnagorra commented 3 years ago

Can you also include the command you used to run the program?

This usually happens when we try to directly run alacritty_colorscheme/cli.py