Open numashev opened 3 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"
There's not really enough information provided to debug, but you might want to look at https://github.com/kylebarron/stata_kernel/issues/376
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:
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: