Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed issue with current obspy install via conda-forge channel #89

Closed
wants to merge 3 commits into from

Conversation

derick-hess
Copy link
Contributor

I ran into this issue on pretty much every machine I tried obspy/obspy#1677

In order to ensure the correct version of modules are installed while obspy fixes this I added the needed versions into our yml to make sure everything works correctly.

@derick-hess derick-hess deleted the obspy_install_fix branch July 19, 2017 20:53
@derick-hess
Copy link
Contributor Author

Eh travis was complaining about not being able to find icu 58* so i just put the instructions in the readme and wiki install instructions for now

@nick-falco
Copy link
Collaborator

Yeah I noticed you added a set to the install instructions in the WIki stating:

run conda install 'matplotlib<2' 'icu=56.*' 'libxslt=1.1.29=2'

Shouldn't these just be defined in the environment.yml file?

@derick-hess
Copy link
Contributor Author

derick-hess commented Jul 19, 2017

for some reason travis always says icu is not found in the linux packages and fails even though you can install them with conda install. I might not have been putting it in correctly though.

@nick-falco
Copy link
Collaborator

I added them to the environment.yml file and it seems to have worked locally. I'll push this to a branch now to see if it works with travis-ci.

dependencies:

  • six
  • Cython
  • nose
  • numpy
  • numexpr
  • pyproj
  • PySide
  • psutil
    - matplotlib<2
  • basemap
  • obspy
  • vispy
    - icu=56.*
    - libxslt=1.1.29=2
  • pip:
    • construct==2.5.1
    • simplekml
    • tables

@derick-hess
Copy link
Contributor Author

yeah it worked locally for me as well but failed in travis. I think icu was the only issue

@nick-falco
Copy link
Collaborator

I'll work on fixing this. There should be a way to get it working in Travis-CI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants