MoiseRousseau/PyGeoStudio

package import failure

RB-HGG opened this issue · 2 comments

High there,

I've successfully installed PyGeoStudio via pip, but run into an error when I try to load it in a Jupyter Notebook.

I get the following error below. Any help would be greatly appreciated!

Traceback (most recent call last):

File c:\Users\XXXXX\anaconda3\lib\site-packages\IPython\core\interactiveshell.py:3369 in run_code
exec(code_obj, self.user_global_ns, self.user_ns)

Input In [6] in <cell line: 1>
import PyGeoStudio as pgs

File c:\Users\XXXXX\anaconda3\lib\site-packages\PyGeoStudio_init_.py:1 in
from .PyGeoStudio import GeoStudioFile

File c:\Users\XXXXX\anaconda3\lib\site-packages\PyGeoStudio\PyGeoStudio.py:72
match item:
^
SyntaxError: invalid syntax

All good now with Python update. Thanks!