kylebarron / stata_kernel

A Jupyter kernel for Stata. Works with Windows, macOS, and Linux.
https://kylebarron.dev/stata_kernel/
GNU General Public License v3.0
262 stars 55 forks source link

Issue with running Stata_Kernel #401

Open numashev opened 2 years ago

numashev commented 2 years ago

Just tried a fresh install of Miniconda and the Stata_Kernel following the instructions in the guide.

When running python -m Stata_kernel.install I get the error:

Cannot import kernel

To test whether running Stata code still works I tried using "clear all" in a Stata do file. Upon running the code I get the following error in Atom:

"Traceback (most recent call last): File "/opt/miniconda3/lib/python3.9/runpy.py", line 197, in _run_module_as_main"

kylebarron commented 2 years ago

There's not really enough information provided to debug, but you might want to look at https://github.com/kylebarron/stata_kernel/issues/376