Closed zoobab closed 3 months ago
You are mixing the default channel and conda-forge.
This is not supported.
I'm working on instructions to help with this: https://github.com/conda-forge/conda-forge.github.io/pull/2107
Try to follow those then re-open the issue if you can create a clean environment with only "conda-forge" and it still occurs.
Solution to issue cannot be found in the documentation.
Issue
I am using pysqlite3==0.4.6 in a conda environment.
I have the issue that some code coverage python tool does not find the lib in a conda environment:
If I change the LD_LIBRARY_PATH to this it works:
It's a bit ugly because I would have expected that by changing the LD_LIBRARY_PATH to ""/opt/conda/lib" it would work, but no.
A symlink fix would solve the issue maybe?
Installed packages
Environment info