-
Notifications
You must be signed in to change notification settings - Fork 10
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
SystemExit: 'jaydebeapi' Python package is missing #78
Comments
Also there is a problem installing UMEP plugin: 2024-05-01T14:43:58 WARNING Error running (1, ['C:\OSGeo4W\apps\Python312\..\..\bin\pythonw.exe', '-m', 'pip', 'install', 'umep-reqs', '-U', '--user', '--prefer-binary']):
2024-05-01T14:43:58 WARNING Traceback (most recent call last):
2024-05-01T14:44:12 WARNING Exception
2024-05-01T14:44:15 INFO Application state: |
Not sure I understand your 2 messages. The second is the one you got when installing and the first when you tried launching the plugin ? Because in the second it seems supy has not been installed successfully while in the first it is jaydebeapi that has not been installed successfully. For the supy related issue, maybe @sunt05 can help. Concerning jaydebeapi, can you try in the QGIS Python console to enter the following: import pip
pip.main(['install', 'jaydebeapi']) |
The exception mentioning "supy" appears to stem from an upstream issue, not "supy" itself—I noticed terms like "timeout," suggesting a network problem or a blockage caused by the initial error. Unfortunately, I can't be much help here. |
Hi, thanks for you response. I tried the lines in the QGIS python console but I get more errors: |
Try copying and pasting lines one by one, it should solve this problem. |
@catodiaz I do not know why but I have received an alert that you have posted a new message and can read it from my email box but not from GitHub. Can you repost it ? |
OK maybe this error comes from the supy dependency which is not solved right now. Except the SUEWS plugin, everything should be fine. Let us know if it is the case and if so please close the issue as we still have issue #79 describing the SUEWS / Python 3.12 compatibility issue. |
Understood. Thanks for all your help. |
issue closed |
I have the following problem after installing UMEP for processing.
The text was updated successfully, but these errors were encountered: