Closed alon-muhame closed 4 years ago
Hi Alon, what exactly is the problem that you are facing? When you say "it has failed to register", what is the error that you are running in to?
Hi Ties,
It does not show any error , but when i try to call ipystata in jupyter notebook ; then its shows an error ;
---------------------------------------------------------------------------ModuleNotFoundError
Traceback (most recent call
last)
This suggests that the psutil
module is not installed. Could you try to run the following your command line / Anaconda prompt:
pip install psutil
If that indicates it is already installed I'd recommend to uninstall it and reinstall it:
pip uninstall psutil
pip install psutil
Hi Ties,
It worked , Many Thanks I can now import ipystata and it shows no error in Jupyter Notebook;
Feel free to share with me more materials and resources related to stata and python
Many Thanks
Thanks
Hi; Stata Automation: I am trying to automate stata 13, but it has failed to register What i do? Thanks for the help
Alon