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

Linux support #2

Closed
gnovaro opened this issue Feb 18, 2021 · 2 comments
Closed

Linux support #2

gnovaro opened this issue Feb 18, 2021 · 2 comments
Assignees

Comments

@gnovaro
Copy link

gnovaro commented Feb 18, 2021

Traceback (most recent call last):
File "convert.py", line 1, in
import ascii_magic
File "/home/gustavo/.local/lib/python3.8/site-packages/ascii_magic/init.py", line 2, in
from PIL import Image, ImageGrab
File "/usr/lib/python3/dist-packages/PIL/ImageGrab.py", line 26, in
raise ImportError("ImageGrab is macOS and Windows only")
ImportError: ImageGrab is macOS and Windows only

@LeandroBarone
Copy link
Owner

I just pushed an update that should fix the problem. Please reinstall the module with:

pip install --upgrade --force-reinstall ascii_magic

and try again.

@LeandroBarone LeandroBarone self-assigned this Feb 19, 2021
@gnovaro
Copy link
Author

gnovaro commented Feb 19, 2021

It works!

@gnovaro gnovaro closed this as completed Feb 19, 2021
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

2 participants