pythonocc

ImportError: libGL.so.1: cannot open shared object file: No such file or directory while importing OCC

强颜欢笑 提交于 2021-01-28 14:26:05
问题 I have a Django application which it's deployed to Amazon Elastic Beanstalk(Python 3.7 running on 64bit Amazon Linux 2/3.0.3) . I have installed anaconda and pythonocc-core package by creating a 10_anaconda.config file in .ebextensions folder. 10_anaconda.config; commands: 00_download_conda: command: 'wget https://repo.anaconda.com/archive/Anaconda3-2020.02-Linux-x86_64.sh' 01_install_conda: command: 'bash Anaconda3-2020.02-Linux-x86_64.sh -b -f -p /anaconda' 02_conda_install_pythonocc:

ImportError: libGL.so.1: cannot open shared object file: No such file or directory while importing OCC

雨燕双飞 提交于 2021-01-28 14:18:58
问题 I have a Django application which it's deployed to Amazon Elastic Beanstalk(Python 3.7 running on 64bit Amazon Linux 2/3.0.3) . I have installed anaconda and pythonocc-core package by creating a 10_anaconda.config file in .ebextensions folder. 10_anaconda.config; commands: 00_download_conda: command: 'wget https://repo.anaconda.com/archive/Anaconda3-2020.02-Linux-x86_64.sh' 01_install_conda: command: 'bash Anaconda3-2020.02-Linux-x86_64.sh -b -f -p /anaconda' 02_conda_install_pythonocc: