Closed running-codebase closed 1 year ago
Thanks for the work and PR! I'll review shortly.
Could you possibly add a short comment on the new requirements.txt line explaining why it's there, not to update the version, etc. so it's not accidentally changed?
When I installed Mycodo on a 32bit raspberry pi from both the latest release and master I see the following python dependency exception:
rpds-py is a dependency of jsonschema which is a dependency of flask-restx.
In version 4.18.x jsonschema added rust as a build dependency. Others had a similar issue here: https://github.com/python-jsonschema/jsonschema/issues/1143
Also wanted to throw out a thank you for all the work you have put into this project! It has been very interesting to work through your build instructions this last while. Keep it up and let me know if you have any questions.