Anaconda python install... #10
Unanswered
PattiMichelle
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Oops!! MY BAD! I figured out that I was intended to download the zipive of the distro, then run setup.py from the download directory... Problem is jupyter doesn't seem to know where the gdl server is. But it also sort of does...
The GDL kernel does appear in the jupyter drop-down list of kernels, but fails to start...
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Looking at the traceback and the gdl_kernel.py: Line 68 in ac8edcb this means that gdl executable cannot be found by Python. One way or another, you need to ensure that find_executable("gdl") works from within Jupyter.HTH |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All: I think I figured out that the file setup.py was an install script... I am using Anaconda3 as my python (it is properly referenced to the python command)
Beta Was this translation helpful? Give feedback.
All reactions