spacetelescope / cubeviz

Data analysis package for cubes. https://cubeviz.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
15 stars 25 forks source link

Windows tests failing on travis #479

Closed brechmos-stsci closed 5 years ago

brechmos-stsci commented 5 years ago

The Windows tests are failing on travis now. @drdavella and I spent some time looking into it and it is not clear why it is happening. We ran the tests locally on a Windows machine and the same error came up. We tried different versions of numpy and same error. Google was not too helpful, though others have seen a similar issue.

634.83s$ $TOX_CMD $TOX_ARGS
GLOB sdist-make: C:\Users\travis\build\spacetelescope\cubeviz\setup.py
py36 create: C:\Users\travis\build\spacetelescope\cubeviz\.tox\py36
py36 installcondadeps: pyqt, matplotlib
py36 installdeps: pytest, pytest-qt, pytest-sugar, pytest-astropy, pytest-faulthandler
py36 inst: C:\Users\travis\build\spacetelescope\cubeviz\.tox\.tmp\package\1\cubeviz-0.3.dev689.zip
py36 installed: asdf==2.3.1,astropy==3.1.1,atomicwrites==1.3.0,attrs==18.2.0,backcall==0.1.0,Bottleneck==1.2.1,certifi==2018.11.29,colorama==0.4.1,cubeviz==0.3.dev0,cycler==0.10.0,decorator==4.3.2,dill==0.2.9,docopt==0.6.2,fast-histogram==0.7,glue-core==0.14.2,h5py==2.9.0,ipykernel==5.1.0,ipython==7.2.0,ipython-genutils==0.2.0,jedi==0.13.2,jsonschema==2.6.0,jupyter-client==5.2.4,jupyter-core==4.4.0,kiwisolver==1.0.1,lz4==2.1.6,matplotlib==3.0.2,mkl-fft==1.0.10,mkl-random==1.0.2,more-itertools==6.0.0,mpl-scatter-density==0.5,numpy==1.15.4,packaging==19.0,pandas==0.24.1,parso==0.3.3,pickleshare==0.7.5,pluggy==0.8.1,prompt-toolkit==2.0.8,psutil==5.5.0,py==1.7.0,py-expression-eval==0.3.6,Pygments==2.3.1,pyparsing==2.3.1,pyqtgraph==0.10.0,pytest==4.2.0,pytest-arraydiff==0.3,pytest-astropy==0.5.0,pytest-doctestplus==0.2.0,pytest-faulthandler==1.5.0,pytest-openfiles==0.3.2,pytest-qt==3.2.2,pytest-remotedata==0.3.1,pytest-sugar==0.9.2,python-dateutil==2.7.5,pytz==2018.9,PyYAML==3.13,pyzmq==17.1.2,qtconsole==4.4.3,QtPy==1.6.0,radio-beam==0.2,scipy==1.2.1,semantic-version==2.6.0,six==1.12.0,spectral-cube==0.4.3,specutils==0.2.2,specviz==0.5.0,termcolor==1.1.0,tornado==5.1.1,traitlets==4.3.2,wcwidth==0.1.7,wincertstore==0.2,xlrd==1.2.0
py36 run-test-pre: PYTHONHASHSEED='692'
py36 runtests: commands[0] | pytest --remote-data
Traceback (most recent call last):
  File "c:\users\travis\build\spacetelescope\cubeviz\.tox\py36\lib\site-packages\numpy\core\__init__.py", line 16, in <module>
    from . import multiarray
ImportError: DLL load failed: The specified module could not be found.