geopandas をインストールしようとしていて、終了 1 ステータス エラーが発生し続けます。次に、GDAL をインストールしようとしましたが、それでも同じエラーが発生します。他のライブラリを正常にインストールできるので、これがどこから来ているのかわかりません。何か案は?
ERROR: Failed building wheel for gdal
ERROR: Command errored out with exit status 1:
command: 'C:\Users\ Anaconda3\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\ \AppData\\Local\\Temp\\pip-install-oe6w8_hs\\gdal_c05dbd958e124d1a91f8d136cee3c342\\setup.py'"'"'; __file__='"'"'C:\\Users\\ \AppData\\Local\\Temp\\pip-install-oe6w8_hs\\gdal_c05dbd958e124d1a91f8d136cee3c342\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\ AppData\Local\Temp\pip-record-b95x1co9\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\ Anaconda3\Include\gdal'
cwd: C:\Users\ AppData\Local\Temp\pip-install-oe6w8_hs\gdal_c05dbd958e124d1a91f8d136cee3c342\
ERROR: Command errored out with exit status 1: 'C:\Users\ Anaconda3\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\ \AppData\\Local\\Temp\\pip-install-oe6w8_hs\\gdal_c05dbd958e124d1a91f8d136cee3c342\\setup.py'"'"'; __file__='"'"'C:\\Users\\ \AppData\\Local\\Temp\\pip-install-oe6w8_hs\\gdal_c05dbd958e124d1a91f8d136cee3c342\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\ AppData\Local\Temp\pip-record-b95x1co9\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\ Anaconda3\Include\gdal' Check the logs for full command output.