BenthicSubstrateMapping / PyHum

Python code to read, display, export and analyse Humminbird sidescan sonar data
Other
68 stars 28 forks source link

PyHum.dotest() failing #36

Closed debboutr closed 7 years ago

debboutr commented 7 years ago

tried running the dotest() after installing version 1.3.14 into a new Anaconda environment on Windows, and the following error message is coming up:

NameError: gloabl name 'jv' is not defined

here is as much of the output as I could save:

PyHum_dotest_error.txt

I also would note that for a Windows install with Anaconda you need to specify the version of scipy as 0.16.0 -> conda install scipy==0.16.0

debboutr commented 7 years ago

as a side note, this happened when installed with 'pip install PyHum', but when I install with git 'pip install git+https://github.com/dbuscombe-usgs/PyHum.git' the error doesn't get thrown.

danhamill commented 7 years ago

This has already been reported. #34