norman-tom / pyromb

Pyromb is a python package to convert a catchment diagram developed in QGIS, or any GIS package, to a RORB or WBNM control file
MIT License
6 stars 3 forks source link

GE support feature doesn't work well for v0.2.0 #6

Closed Global-Citizen closed 1 year ago

Global-Citizen commented 1 year ago

Hi Tom,

Just tested the plugin, but GE support feature doesn't work for me. The pyromb version has updated to 0.2, but it seems an error occurred: A:\QGIS 3.28.5>pip install --upgrade pyromb Requirement already satisfied: pyromb in a:\qgis 3.28.5\apps\python39\lib\site-packages (0.1.0) Collecting pyromb Downloading pyromb-0.2.0-py3-none-any.whl.metadata (6.2 kB) Downloading pyromb-0.2.0-py3-none-any.whl (25 kB) Installing collected packages: pyromb Attempting uninstall: pyromb Found existing installation: pyromb 0.1.0 Uninstalling pyromb-0.1.0: Successfully uninstalled pyromb-0.1.0 Successfully installed pyromb-0.2.0 WARNING: There was an error checking the latest version of pip.

Not sure if it is the reason. Thanks for your effort. I appreciate it.

Regard, Theo

norman-tom commented 1 year ago

Does the plugin fail within QGIS? This may be because the version of pip shipped with qgis is older, if so that shouldn't be an issue.

Global-Citizen commented 1 year ago

Does the plugin fail within QGIS? This may be because the version of pip shipped with qgis is older, if so that shouldn't be an issue.

Hi Tom, I have tried to update the pip with the latest version but still got same issue. I just tried it on my office computer with the same version of qgis and pip, and it works. I will try to figure out the issue of my pc tonight and let you know how it goes. Thanks. Theo

norman-tom commented 1 year ago

Seems to be an issue with pip. Please let me know if you still can't get it working.