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
xeus-cookiecutter version: xeus-r version 0.21 installed via conda-forge
Operating System: Debian with miniconda
Description
xeus-r functionning really well on a new miniconda installation.
But, when i install some packages as r-tf, following error appears when starting Jupyter lab:
from pysqlite2 import dbapi2 as sqlite3 # type:ignore[no-redef]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'pysqlite2'
ERROR conda.cli.main_run:execute(125): conda run jupyter lab --ip=0.0.0.0 --allow-root failed. (See above for error)
The text was updated successfully, but these errors were encountered:
Description
xeus-r functionning really well on a new miniconda installation.
But, when i install some packages as r-tf, following error appears when starting Jupyter lab:
from pysqlite2 import dbapi2 as sqlite3 # type:ignore[no-redef]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'pysqlite2'
ERROR conda.cli.main_run:execute(125):
conda run jupyter lab --ip=0.0.0.0 --allow-root
failed. (See above for error)The text was updated successfully, but these errors were encountered: