저는 우분투를 처음 접합니다. 논리적인 의견이 있으면 용서해주세요.
로드를 시도하는 동안pdb 파일pymol에서는 시스템 충돌 보고서를 받게 됩니다.
ProblemType: Crash
Architecture: amd64
CrashCounter: 1
CurrentDesktop: Unity
DistroRelease: Ubuntu 14.04
ExecutablePath: /usr/bin/python2.7
ExecutableTimestamp: 1434999065
ProcCmdline: python2.7 -m pymol.__init__
ProcCwd: /home/administrator
ProcEnviron:
LANGUAGE=en_SG:en
TERM=xterm
PATH=(custom, no user)
XDG_RUNTIME_DIR=<set>
LANG=en_SG.UTF-8
SHELL=/bin/bash
나는 Nvidia 드라이버 설치와 같은 몇 가지 방법을 시도했습니다. 최신 커널로 업그레이드; python2.7 및 pymol을 다시 설치합니다. 하지만 이 문제를 해결할 수는 없을 것 같습니다.
내 시스템 정보는 다음과 같습니다.
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.4 LTS
Release: 14.04
Codename: trusty
$ uname -r
3.13.0-86-generic
$ lsmod | grep nouv
nouveau 1097288 3
mxm_wmi 13021 1 nouveau
wmi 19177 2 mxm_wmi,nouveau
video 19476 1 nouveau
ttm 93424 1 nouveau
drm_kms_helper 55071 1 nouveau
drm 303102 5 ttm,drm_kms_helper,nouveau
i2c_algo_bit 13413 1 nouveau
$ dpkg -la | grep python2.7
libpython2.7:amd64 2.7.6-8ubuntu0.2 amd64 Shared Python runtime library (version 2.7)
libpython2.7-minimal:amd64 2.7.6-8ubuntu0.2 amd64 Minimal subset of the Python language (version 2.7)
libpython2.7-stdlib:amd64 2.7.6-8ubuntu0.2 amd64 Interactive high-level object-oriented language (standard library, version 2.7)
python2.7 2.7.6-8ubuntu0.2 amd64 Interactive high-level object-oriented language (version 2.7)
python2.7-minimal 2.7.6-8ubuntu0.2 amd64 Minimal subset of the Python language (version 2.7)
pymol 1.7.0.0-1 amd64 Molecular Graphics System
조언해주세요. 감사합니다.
답변1
Nvidia 드라이버를 이전 버전 304.131로 되돌린 후 Pymol이 Python 충돌 없이 제대로 작동하기 시작합니다. Ubuntu 저장소를 통해 설치됨:
sudo apt-get install nvidia-current
You can also specific a version to install, e.g.
sudo apt-get install nvidia-331
sudo apt-get install nvidia-340
이것이 도움이 되기를 바랍니다.