We use anaconda to handle python environments.
When I tried to downgrade some libraries on shell, I entered the following command:
conda list
An error has occurred.
The error message is as follows:
OSError: libiconv.so.2:cannot open shared object file:No such file or directory
I tried to find a solution, but it didn't work.
I'm very sorry, but if you know how to solve this problem, please let me know.
There seems to be no libiconv shared object, so why don't you put libiconv in conda?
conda install-conda-forge libiconv
© 2024 OneMinuteCode. All rights reserved.