Closed rmcgranaghan closed 1 year ago
I'm sorry that you ran into this issue! The TREx data loader needs opencv-python version >=4.8.0, as that version includes a fix for a SegmentationFault
. HelioCloud has version 4.6.0 installed, which is incompatible with asilib (hence it tried to update it).
Can you try to update opencv-python in conda to version 4.8.0 (or newer), and then try to install aurora-asi-lib again?
thanks! To upgrade it tries to first uninstall opencv-python 4.6, which hits some permissions error (I think) in heliocloud
"ERROR: Cannot uninstall opencv-python 4.6.0"
Might be an issue I need to check with heliocloud group
Just confirming, did you try to update opencv-python
using the conda update command? If so, then I agree that this problem is best addressed by the HelioCloud group.
thanks for following up. That is correct.
Describe the issue:
It seems installation in a cloud environment (using HelioCloud) has an issue related to how opencv is installed. The package attempts to install it, but it does not recognize the package already installed by conda.
Reproduce the code example:
Error message:
Runtime information:
print(sys.version) 3.10.8 | packaged by conda-forge | (main, Nov 22 2022, 08:23:14) [GCC 10.4.0]
print(platform.platform()) Linux-5.4.238-148.346.amzn2.x86_64-x86_64-with-glibc2.35
Context for the issue:
No response