You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the error message after typing the first line into the command line of PyMOL
PyMOL>run https://raw.githubusercontent.com/JinyuanSun/ChatMol/main/chatmol.py
Traceback (most recent call last):
File "/usr/local/Cellar/pymol/2.5.0/libexec/lib/python3.9/site-packages/pymol/parsing.py", line 467, in run
run_(path, ns_pymol, ns_pymol)
File "/usr/local/Cellar/pymol/2.5.0/libexec/lib/python3.9/site-packages/pymol/parsing.py", line 516, in run_file
execfile(file,global_ns,local_ns)
File "/usr/local/Cellar/pymol/2.5.0/libexec/lib/python3.9/site-packages/pymol/parsing.py", line 511, in execfile
exec(co, global_ns, local_ns)
File "https://raw.githubusercontent.com/JinyuanSun/ChatMol/main/chatmol.py", line 2, in
PyMOL Molecular Graphics System
ModuleNotFoundError: No module named 'openai'
But I have installed openai using PIP
(anaconda3)xxx-MacBook-Air:~ xxx$ which openai
/Users/xxx/opt/anaconda3/bin/openai
(anaconda3)xxx-MacBook-Air:~ xxx$ which pymol
/usr/local/bin/pymol
(anaconda3)xxx-MacBook-Air:~ xxx$ which python
/Users/xxx/opt/anaconda3/bin/python
Is this because my open sources PyMOL was installed at a different folder? Thanks!
The text was updated successfully, but these errors were encountered:
@anqima-ai I use the Education Only version 2.5.4 on windows, also encounter the same error.
Then I closed the pymol and reopened it again, the error is missing.
This is the error message after typing the first line into the command line of PyMOL
PyMOL>run https://raw.githubusercontent.com/JinyuanSun/ChatMol/main/chatmol.py
Traceback (most recent call last):
File "/usr/local/Cellar/pymol/2.5.0/libexec/lib/python3.9/site-packages/pymol/parsing.py", line 467, in run
run_(path, ns_pymol, ns_pymol)
File "/usr/local/Cellar/pymol/2.5.0/libexec/lib/python3.9/site-packages/pymol/parsing.py", line 516, in run_file
execfile(file,global_ns,local_ns)
File "/usr/local/Cellar/pymol/2.5.0/libexec/lib/python3.9/site-packages/pymol/parsing.py", line 511, in execfile
exec(co, global_ns, local_ns)
File "https://raw.githubusercontent.com/JinyuanSun/ChatMol/main/chatmol.py", line 2, in
PyMOL Molecular Graphics System
ModuleNotFoundError: No module named 'openai'
But I have installed openai using PIP
(anaconda3)xxx-MacBook-Air:~ xxx$ which openai
/Users/xxx/opt/anaconda3/bin/openai
(anaconda3)xxx-MacBook-Air:~ xxx$ which pymol
/usr/local/bin/pymol
(anaconda3)xxx-MacBook-Air:~ xxx$ which python
/Users/xxx/opt/anaconda3/bin/python
Is this because my open sources PyMOL was installed at a different folder? Thanks!
The text was updated successfully, but these errors were encountered: