stata_kernel icon indicating copy to clipboard operation
stata_kernel copied to clipboard

Issue with running Stata_Kernel

Open numashev opened this issue 4 years ago • 1 comments

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"

numashev avatar Sep 11 '21 17:09 numashev

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

kylebarron avatar Sep 13 '21 23:09 kylebarron