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
NVCC not supported on MacOS. Installing cpu version automatically...
Torch will be installed in its CPU version.
GDAL version installed: 3.7.1
Trying to install cmake...
Traceback (most recent call last):
File "/Users/megbvh/Desktop/TagLab-main/install.py", line 219, in
raise Exception('Error while configuring Coraline library.\nInstallation aborted.')
Exception: Error while configuring Coraline library.
Installation aborted.
Is this an issue with downloading cmake or is something wrong with the coraline library?
The text was updated successfully, but these errors were encountered:
I re-installed Homebrew and this solved the coraline library issue. However, I just got the error:
uf_/GDAL.egg-info/SOURCES.txt'
error: package directory 'osgeo' does not exist
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
Any advice on this 'osgeo' package directory. I have this GDAL version installed: 3.7.1
The error I got in the terminal on my mac:
NVCC not supported on MacOS. Installing cpu version automatically...
Torch will be installed in its CPU version.
GDAL version installed: 3.7.1
Trying to install cmake...
Traceback (most recent call last):
File "/Users/megbvh/Desktop/TagLab-main/install.py", line 219, in
raise Exception('Error while configuring Coraline library.\nInstallation aborted.')
Exception: Error while configuring Coraline library.
Installation aborted.
Is this an issue with downloading cmake or is something wrong with the coraline library?
The text was updated successfully, but these errors were encountered: