THERMAL CAMERA LEPTON: Bin not there when installed with pip#83
THERMAL CAMERA LEPTON: Bin not there when installed with pip#83
Conversation
…rect directory structure.
…TIFFfile.dll from the x64 directory.
|
good catch. there is a better way to include the folder in the pyproject.toml using either or or both? can you make this change? |
…th in thermal_camera.py; remove obsolete binaries from x64 directory.
|
I've implemented this, please review @vkaramanis |
vkaramanis
left a comment
There was a problem hiding this comment.
I meant to try putting this folder outside poulet_py, but mapping it in pyproject.toml, so to not blend it with internal code.
Can you try this, moving artifacts to root folder and see if it works?
cool, i'll do next week too |
…ve obsolete binaries from x64 directory.
it's working! please check, i had to made a few adjustments to one function, but working now with artifacts outside let me know if it's ready for dev |
I wasn’t sure how to flag this one. In the repository, the bin folder exists and contains the code required for the thermal camera to work on Windows. However, after installing the package with pip, the bin folder isn’t present.
My suspicion: This might be related to where the bin folder is located. It’s currently outside of the main package structure, so it may not be included when the library is built or uploaded to PyPI.
What I did:
Open question: There might be something in the build or upload process of poulet-py that needs to be adjusted so the bin folder is packaged and installed properly. I might be missing a configuration detail here.