Running Jupyter Notebook from cmd raises ModuleNotFoundError: No module named pysqlite2

前端 未结 5 1119
我寻月下人不归
我寻月下人不归 2020-12-06 19:59

The problem:

After reinstalling Anaconda I can no longer navigate to a folder using the command window where I\'ve got some .pynb files

5条回答
  •  孤街浪徒
    2020-12-06 20:30

    if you have oracle client installed for cx_Oracle package please check if you have /usr/lib in the DYLD_LIBRARY_PATH. Try removing /usr/bin from the path and see if it works.

    I had the same problem and this worked for me. I have tried it on MacOS.

提交回复
热议问题