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

Refresh #3

Merged
merged 3 commits into from
Oct 7, 2016
Merged

Refresh #3

merged 3 commits into from
Oct 7, 2016

Conversation

ocefpaf
Copy link
Member

@ocefpaf ocefpaf commented Oct 4, 2016

No description provided.

@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

@ocefpaf
Copy link
Member Author

ocefpaf commented Oct 4, 2016

Failing with:

import: u'modflow2netcdf'
===== modflow2netcdf-0.1.0-py27_0 OK =====
Traceback (most recent call last):
  File "C:\conda\envs\_test\Scripts\mod2net-script.py", line 11, in <module>
    load_entry_point('modflow2netcdf==0.0.1.dev0', 'console_scripts', 'mod2net')()
  File "C:\conda\envs\_test\lib\site-packages\pkg_resources\__init__.py", line 565, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "C:\conda\envs\_test\lib\site-packages\pkg_resources\__init__.py", line 2589, in load_entry_point
    return ep.load()
  File "C:\conda\envs\_test\lib\site-packages\pkg_resources\__init__.py", line 2249, in load
    return self.resolve()
  File "C:\conda\envs\_test\lib\site-packages\pkg_resources\__init__.py", line 2255, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "C:\conda\envs\_test\lib\site-packages\modflow2netcdf\mod2net.py", line 9, in <module>
    from modflow2netcdf.output import ModflowOutput
  File "C:\conda\envs\_test\lib\site-packages\modflow2netcdf\output.py", line 15, in <module>
    from flopy.modflow.mf import Modflow
  File "C:\conda\envs\_test\lib\site-packages\flopy\__init__.py", line 33, in <module>
    from . import plot
  File "C:\conda\envs\_test\lib\site-packages\flopy\plot\__init__.py", line 24, in <module>
    from .map import ModelMap
  File "C:\conda\envs\_test\lib\site-packages\flopy\plot\map.py", line 3, in <module>
    import matplotlib.pyplot as plt
  File "C:\conda\envs\_test\lib\site-packages\matplotlib\pyplot.py", line 114, in <module>
    _backend_mod, new_figure_manager, draw_if_interactive, _show = pylab_setup()
  File "C:\conda\envs\_test\lib\site-packages\matplotlib\backends\__init__.py", line 32, in pylab_setup
    globals(),locals(),[backend_name],0)
  File "C:\conda\envs\_test\lib\site-packages\matplotlib\backends\backend_qt4agg.py", line 18, in <module>
    from .backend_qt5agg import FigureCanvasQTAggBase as _FigureCanvasQTAggBase
  File "C:\conda\envs\_test\lib\site-packages\matplotlib\backends\backend_qt5agg.py", line 16, in <module>
    from .backend_qt5 import QtCore
  File "C:\conda\envs\_test\lib\site-packages\matplotlib\backends\backend_qt5.py", line 31, in <module>
    from .qt_compat import QtCore, QtGui, QtWidgets, _getSaveFileName, __version__
  File "C:\conda\envs\_test\lib\sit

@ocefpaf
Copy link
Member Author

ocefpaf commented Oct 7, 2016

Ping @tacaswell the pinning pyqt in matplotlib did work for this feedstock.

@ocefpaf ocefpaf merged commit 3825ff1 into conda-forge:master Oct 7, 2016
@ocefpaf ocefpaf deleted the refresh branch October 7, 2016 10:18
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.

2 participants