You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solution to issue cannot be found in the documentation.
I checked the documentation.
Issue
I had an old environment with cmake 3.16.4, and updated cmake in this env to 3.25.1 (as a side effect of installing ccache, conda install ccache).
This also updated several other libraries (including dependencies of cmake), but it did not update libuv (all other dependencies of cmake seemed to be updated).
Afterwards when running cmake I got an error like cmake: symbol lookup error: cmake: undefined symbol: uv_fs_get_system_error. Doing a manual conda update libuv (upgrading from 1.34.0 to 1.44.2) resolved the error.
I would expect that updating cmake would therefore also trigger an update of libuv.
Solution to issue cannot be found in the documentation.
Issue
I had an old environment with cmake 3.16.4, and updated cmake in this env to 3.25.1 (as a side effect of installing ccache,
conda install ccache
).This also updated several other libraries (including dependencies of cmake), but it did not update
libuv
(all other dependencies of cmake seemed to be updated).Afterwards when running cmake I got an error like
cmake: symbol lookup error: cmake: undefined symbol: uv_fs_get_system_error
. Doing a manualconda update libuv
(upgrading from 1.34.0 to 1.44.2) resolved the error.I would expect that updating cmake would therefore also trigger an update of libuv.
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: