Skip to content

Commit

Permalink
Cannot get mayavi pkg to install anymore via pip. If ever did. Try to…
Browse files Browse the repository at this point in the history
… fix build.
  • Loading branch information
jmp75 committed Oct 3, 2018
1 parent 705257b commit 8ce0e09
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ before_install:
- pip install pytest-cov
- pip install pytest-mpl
- pip install cython
# - pip install vtk # otherwise mayavi pkg ModuleNotFoundError: No module named 'vtk'

install:
- pip install -r requirements.txt

Expand Down
8 changes: 6 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,9 @@ rasterio>=0.36.0
# https://github.com/jmp75/striplog/archive/devel.zip
# -e git+git@github.com:jmp75/striplog.git@7c6ae22a130ad2ba3d351c31574778ec121571d3#egg=striplog
-e git+https://github.com/jmp75/striplog@master#egg=striplog
vtk>=8.1.0
mayavi>=4.5.0
# vtk>=8.1.0
# mayavi>=4.5.0
# 2018-10 disable mayavi. Otherwise barfs with:
# running gen_docs
# qt.qpa.screen: QXcbConnection: Could not connect to display
# Could not connect to any X display.

0 comments on commit 8ce0e09

Please sign in to comment.