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

Plantsaver block fails to build #20

Open
fozman2 opened this issue Dec 10, 2023 · 0 comments · May be fixed by #21
Open

Plantsaver block fails to build #20

fozman2 opened this issue Dec 10, 2023 · 0 comments · May be fixed by #21

Comments

@fozman2
Copy link

fozman2 commented Dec 10, 2023

Posted in Building a smart houseplant monitor (and waterer)

As best I can tell, the issue is because in /plantsaver/Dockerfile.template --install-options is used on line 15 and forces pip to use setuptools’s install command, which is deprecated.

I believe the problem is rooted in the deprecated Adafruit_DHT library. It relies on setuptools to install dependencies.
The best solution appears to be using the current adafruit-circuitpython-dht library instead

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 a pull request may close this issue.

1 participant