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

meteo-qt stops working after last update of Arch Linux. #105

Closed
githubtefo opened this issue Dec 6, 2020 · 4 comments
Closed

meteo-qt stops working after last update of Arch Linux. #105

githubtefo opened this issue Dec 6, 2020 · 4 comments

Comments

@githubtefo
Copy link

Does someone experience the same during the last week?

This is the error when I try to open it from the terminal:

Traceback (most recent call last):
  File "/usr/bin/meteo-qt", line 4, in <module>
    from meteo_qt import meteo_qt
ModuleNotFoundError: No module named 'meteo_qt'

Thank you!

@dglent
Copy link
Owner

dglent commented Dec 7, 2020

Could you check by removing the 3 from environment comment ?
https://github.com/dglent/meteo-qt/blob/master/bin/meteo-qt#L1

change to:
#!/usr/bin/env python

@githubtefo
Copy link
Author

Hi @dglent, thanks for your reply.

The environment is already without the 3, so there's no need to change anything.

@pmav99
Copy link
Contributor

pmav99 commented Dec 8, 2020

You used to have meteo-qt installed and it stopped working after the update to Python 3.9? If yes, just reinstall it from AUR.

You will need to do the same for any other Python package that tyou have installed from AUR

@githubtefo
Copy link
Author

right!
thanks for the advice; that's solve the issue!

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

3 participants