我一直在尝试在与Cpanel的共享主机中部署Django应用程序。但每次我尝试安装google-cloud-automl依赖项时,都会在服务器上收到以下消息
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-vnlg73ta/grpcio/setup.py", line 212, in <module>
if check_linker_need_libatomic():
File "/tmp/pip-build-vnlg73ta/grpcio/setup.py", line 172, in check_linker_need_libatomic
stderr=PIPE)
File "/opt/alt/python37/lib64/python3.7/subprocess.py", line 800, in __init__
restore_signals, start_new_session)
File "/opt/alt/python37/lib64/python3.7/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
PermissionError: [Errno 13] Permission denied: 'cc'你知道我该怎么安装这个依赖吗?
发布于 2020-09-21 23:21:27
它是在我的virtualenv上使用的pip版本,所以在更新后它可以正常工作。
https://stackoverflow.com/questions/63982400
复制相似问题