Python GX install failing
NickWilliams
Posts: 27
I have Anaconda Python 3.7.1 installed with Oasis 9.5.1. I have installed the Geosoft GX via
But when I try to run the Hello World example or any other Python code in Geosoft I get a stream or errors about not being able to find Python:
What might have I missed. Do I just have the wrong versions?
pip install Geosoft
. I have added the python tools to Geosoft. I have set the Python directory in Geosoft (C:\Users\\AppData\Local\Continuum\anaconda3) and restarted everything. When I hit Python->Verify Python in OM I get the right kind of messages:But when I try to run the Hello World example or any other Python code in Geosoft I get a stream or errors about not being able to find Python:
What might have I missed. Do I just have the wrong versions?
1
Comments
-
It seems that I have resolved this issue. I had to manually enter the following two entries to my system environment path:
C:\Users\username\AppData\Local\Continuum\anaconda3
C:\Users\username\AppData\Local\Continuum\anaconda3\Library\bin2
This discussion has been closed.