Open djcurill opened 4 years ago
Following the instructions in Issue #12 I am now able to get the drillhole module to work. However, I am having some troubled importing the kt3d file when calling import pygslib
. Continuing to look into this today.
@djcurill , did you have any luck with the kt3d? I'm facing the same problem here.
File "C:\ProgramData\Anaconda3\lib\site-packages\pygslib\gslib__init__.py", line 1233, in kt3d assert parameters['bhid'] is not None, 'Error: BHID required if nbhid > 0' KeyError: 'bhid' Please let me know if you got a breakthrough. Thanks
TypeError Traceback (most recent call last) ~/opt/anaconda3/lib/python3.6/site-packages/pygslib/gslib/init.py in kt3d(parameters) 1327 output['outlagr'], -> 1328 output['outwmean']) =gslibkt3d.pykt3d(**parameters) 1329
TypeError: 'bhidint' is an invalid keyword argument for this function
During handling of the above exception, another exception occurred:
NameError Traceback (most recent call last)
I uploaded the conda package of pygslib v 0.0.0.6 for mac, linux and windows for Python 3.8. Please try and let me know if it works. This conda package has libgfortran as a dependency.
I am currently trying to setup the pygslib library with my computer (Mac OSX Catalina 10.15.1) but I am receiving the following traceback:
`--------------------------------------------------------------------------- ImportError Traceback (most recent call last)