All,
I recently installed 2019.4 and am running into an issue when I try to use the Python tool. It displays the "Junyper Notebook is loading" message, but then stops.
I have tried both the admin/non-admin installations - same missing functionality.
I can verify the junyper.exe and junyper-notebook.exe start in the Task Prompt but then quickly stop.
The junyper_server.log produces the following results:
from _sqlite3 import *
ImportError: DLL load failed: The specified procedure could not be found.
...
File "c:\users\[USERNAME]\appdata\local\alteryx\bin\miniconda3\envs\jupytertool_venv\lib\site-packages\notebook\services\sessions\sessionmanager.py", line 13, in <module>
from pysqlite2 import dbapi2 as sqlite3
ModuleNotFoundError: No module named 'pysqlite2'
Please let me know if there is anything I can look into.
Thanks