Closed duckythescientist closed 2 years ago
Hi @duckythescientist, looks like the problem is in the pyproject.toml
file, so the contents on PyPI won't install correctly. PR #24 fixes this, but if you want the fix in the meantime, you can download the source code and make this change. You can then use pip install .
in the root repository folder to install the library.
Of course, once the PR is merged and uploaded to PyPI, you can use pip install --upgrade adafruit-circuitpython-waveform
to update to the latest :)
@duckythescientist You're good to upgrade!
As far as I can tell, the actual Python files for this library aren't being installed anywhere on the system when doing a pip install. I've tried this on two separate Linux desktops and in a venv. I get an
adafruit_circuitpython_waveform-***.dist-info
folder in mysite-packages
but there's no correspondingadafruit_waveform
folder with any source/pyc.