2

I am following this guideline to troubleshoot my atom+hydrogen installation: https://nteract.gitbooks.io/hydrogen/content/docs/Troubleshooting.html

Specifically, trying to run this part:

python3 -m pip install ipykernel
python3 -m ipykernel install --user

after running the python3 -m ipykernel install --user I get the following error:

/Library/Python/3.9/lib/python/site-packages/IPython/paths.py:66: UserWarning: IPython parent '/' is not a writable location, using a temp directory.
  warn("IPython parent '{0}' is not a writable location,"
Installed kernelspec python3 in /usr/local/share/jupyter/kernels/python3

I am wondering what this error actually means and how I can get around it. I ran this code with sudo as well but it didn't help

1__
  • 1,511
  • 2
  • 9
  • 21
  • Perhaps [HOME](https://superuser.com/q/271925) is not set correctly? This can occur through [supervisord](http://supervisord.org/configuration.html) or sever misconfiguration. – user2864740 Jan 30 '22 at 02:38
  • I am running this on a Mac. Does your recommendations apply to Mac as well? – 1__ Jan 30 '22 at 02:59
  • It does if HOME is not set correctly. That’s about 5 seconds to check, so might as well check. – user2864740 Jan 30 '22 at 05:47
  • I am sorry sir, your comment doesn't help at all, no clear answer, no executable steps, nothing – 1__ Nov 11 '22 at 19:47

0 Answers0