-
Notifications
You must be signed in to change notification settings - Fork 61
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
wordcloud problems (python3.7) #2
Comments
Enclose multi-line code blocks with 3 backticks to format it, like this: |
Looks more like a problem related to the differences between linux and windows, but I'll have to investigate further to confirm that assumption. |
Traceback (most recent call last): Original exception was: |
Getting the same error, except without the 'apt_pkg' part. STDOUT and STDERR: https://paste.rs/MGB Running on Arch Linux with Python 3.8. |
Can you test if you get the same error when using my fork? Please open a separate issue there if there's still something wrong. Unlike other people, I'll actually fix the problem if there is one. |
Your issues are closed, but I tried it out anyway. The bug is still exactly the same. |
I don't know why the issues were closed, they should be there now. I also hopefully fixed the OSError that gets raised in your case. Can you please confirm that? |
The OSError is fixed, but I got a completely different error. See the fork for the issue. |
Running the script only works with 3.7 for me and generates the following error after installing all dependencies for the correct version with "python3.7 -m pip install -r requirements.txt":
The text was updated successfully, but these errors were encountered: