Yes, this is the case for pip-dep:
../parts/pip-dep/install/lib64
-> lib
This is also the folder, which contains the missing dependency during runtime.
I tried what you proposed in this post. The minus didn’t work, so I was trying to stage the content of the folder:
pip-dep:
plugin: python
python-packages:
- influxdb-client
stage:
- lib64/*
In this case, the build works, but during runtime, I’m getting:
Oct 27 12:03:27 localhost nav.daemon[3947]: ModuleNotFoundError: No module named ‘influxdb_client
Am I doing something wrong with staging the content?