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

Update plantsaver block to use adafruit-circuitpython-dht #21

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

fozman2
Copy link

@fozman2 fozman2 commented Dec 10, 2023

This should resolve #20

I don't have an automation hat to test, but the block appears to only report errors related to no sensor readings now. (I have a Grow HAT, hope to have that working with it's own block soon)
Can someone with an automation hat test and verify?

--install-options forces pip to use setuptools's install command which is deprecated.
--install-options forces pip to use setuptools's install command which is deprecated.

Instead, changed to using --config-settings="--build-option=--<flag>"

https://discuss.python.org/t/explicit-optional-cythonization-via-config-setting-post-pep517-and-install-option-deprecation/25379
added -- missing from config-settings="--build-option=--force-pi2"
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

Successfully merging this pull request may close these issues.

Plantsaver block fails to build
1 participant