Skip to content

Fix Atlas FTDI sensors#1542

Open
aaronpk wants to merge 1 commit into
kizniche:masterfrom
aaronpk:atlas-ftdi
Open

Fix Atlas FTDI sensors#1542
aaronpk wants to merge 1 commit into
kizniche:masterfrom
aaronpk:atlas-ftdi

Conversation

@aaronpk

@aaronpk aaronpk commented Jun 27, 2026

Copy link
Copy Markdown

I was getting errors trying to use the Atlas FTDI sensors.

OSError: ftdi1: cannot open shared object file: No such file or directory

Eventually I got it working by force installing the latest version of pylibftdi (0.24.0) with:

sudo /opt/Mycodo/env/bin/pip install --force-reinstall --no-cache-dir pylibftdi

However then when trying to add sensors in the web app, it thinks the dependencies aren't met and tries to install version 0.20.0.

This PR changes the dependencies to 0.24.0, and now the web app happily adds the sensors.

Apologies if this is the wrong way to do things, I am really not familiar with Python package management.

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.

1 participant