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

Problems installing, older libraries required #272

Open
iSOcH opened this issue Sep 10, 2023 · 1 comment
Open

Problems installing, older libraries required #272

iSOcH opened this issue Sep 10, 2023 · 1 comment

Comments

@iSOcH
Copy link

iSOcH commented Sep 10, 2023

Hi

Thank you very much for providing this tool, greatly appreciated!

I hit some issues when installing HtREST, maybe this helps someone else:

ImportError: cannot import name 'parse_rule' from 'werkzeug.routing' (/home/pi/venv/htrest/lib/python3.9/site-packages/werkzeug/routing/init.py)

Thanks to https://www.loxforum.com/forum/hardware-zubeh%C3%B6r-sensorik/10565-heliotherm-rs232-anbindung?p=382798#post382798:

pip install Werkzeug==2.1.2

ModuleNotFoundError: No module named 'rpds.rpds'

This did not happen on my normal raspbian, but it happened on a more thinned-down OS (openwrt). Found a solution thanks to https://stackoverflow.com/questions/76667202/aws-lambda-function-cant-find-module:

pip install jsonschema==4.17.3

@silviuk
Copy link

silviuk commented Jul 6, 2024

The fix works, but the mainline is still broken, i.e. trying to deploy latest htrest from source on an up-to-date Python installation still fails

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