Solution to issue cannot be found in the documentation.
[x] I checked the documentation.
Issue
After installing vmd in an enviroment with jupyter, the notebooks stop working due to a shared path. This warning is shown when installing with conda create -n test2 -c conda-forge vmd jupyter:
ClobberWarning: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::libsqlite-3.47.0-hadc24fc_1, conda-forge/linux-64::vmd-1.9.3-hf484d3e_1
path: 'lib/libsqlite3.so.0'
ClobberWarning: Conda was asked to clobber an existing path.
source path: /home/rchaves/miniforge3/pkgs/vmd-1.9.3-hf484d3e_1/lib/libsqlite3.so.0
target path: /home/rchaves/miniforge3/envs/test2/lib/libsqlite3.so.0
And this one when trying to launch jupyter notebook:
/home/rchaves/miniforge3/envs/test2/bin/jupyter-notebook:6: DeprecationWarning: Parsing dates involving a day of month without a year specified is ambiguious
and fails to parse leap day. The default behavior will change in Python 3.15
to either always raise an exception or to use a different default year (TBD).
To avoid trouble, add a specific year to the input & format.
See https://github.com/python/cpython/issues/70647.
from notebook.notebookapp import main
Traceback (most recent call last):
File "/home/rchaves/miniforge3/envs/test2/lib/python3.13/site-packages/notebook/services/sessions/sessionmanager.py", line 9, in <module>
import sqlite3
File "/home/rchaves/miniforge3/envs/test2/lib/python3.13/sqlite3/__init__.py", line 57, in <module>
from sqlite3.dbapi2 import *
File "/home/rchaves/miniforge3/envs/test2/lib/python3.13/sqlite3/dbapi2.py", line 27, in <module>
from _sqlite3 import *
ImportError: /home/rchaves/miniforge3/envs/test2/lib/python3.13/lib-dynload/_sqlite3.cpython-313-x86_64-linux-gnu.so: undefined symbol: sqlite3_trace_v2
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/rchaves/miniforge3/envs/test2/bin/jupyter-notebook", line 6, in <module>
from notebook.notebookapp import main
File "/home/rchaves/miniforge3/envs/test2/lib/python3.13/site-packages/notebook/notebookapp.py", line 83, in <module>
from .services.sessions.sessionmanager import SessionManager
File "/home/rchaves/miniforge3/envs/test2/lib/python3.13/site-packages/notebook/services/sessions/sessionmanager.py", line 12, in <module>
from pysqlite2 import dbapi2 as sqlite3
ModuleNotFoundError: No module named 'pysqlite2'
Jupyter notebooks can be launch again after using conda install libsqlite --force-reinstall.
Solution to issue cannot be found in the documentation.
Issue
After installing vmd in an enviroment with jupyter, the notebooks stop working due to a shared path. This warning is shown when installing with conda create -n test2 -c conda-forge vmd jupyter:
And this one when trying to launch jupyter notebook:
Jupyter notebooks can be launch again after using conda install libsqlite --force-reinstall.
Installed packages
Environment info