一.问题描述 在亚马逊云服务器使用Nginx+uwsgi部署django项目时,项目可以使用python manage.py runserver正常运行,uwsgi测试也没问题,Nginx也正常启动,nginx.conf和uwsgi.ini的配置也正确,使用uwsgi --ini uwsgi.ini运行项目时,报错: ImportError: libssl.so.10: cannot open shared object file: No such file or directory unabl…
在线上启动一个定时任务,但是起来查看,发现任务执行找不到库,报cuda错误: ImportError: libcuda.so.1: cannot open shared object file: No such file or directory 后面在/usr/local/nvidia/lib64 找到了该库,nvidia-smi也没问题,那应该就是变量的问题,参考了网上(https://www.cnblogs.com/shenfeng/p/crontab_fail_executing.htm…
ubuntu16.04安装cuda8.0,tensorflow-gpu版本后,运行时报错: ImportError: libcudnn.so.5: cannot open shared object file: No such file or directoryFailed to load the native TensorFlow runtime. ———————————————————————————————————— 原因:tensorflow与cuda版本不匹配,试了一下 tensorf…