CAChemE / pyomo-recipes

Useful conda recipes for Pyomo and dependencies.
MIT License
6 stars 2 forks source link

Updating PyUtilib and Pyomo releases #13

Closed whart222 closed 8 years ago

whart222 commented 8 years ago

I don't know what's going on with the Pyomo distribution. I've updated PyPI, but appveyor cannot seem to download it. I've confirmed that you 'pip install pyomo' works and installs the latest version of Pyomo.

astrojuanlu commented 8 years ago

I confirm that pip install pyomo and pip install pyomo --no-use-wheel use the latest version and work correctly. However, while this url does not seem to exist:

https://pypi.python.org/packages/source/P/Pyomo/Pyomo-4.3.11377.tar.gz

this one downloads the correct package:

https://pypi.python.org/packages/source/P/Pyomo/Pyomo-4.3.11328.tar.gz

So I guess this must be some problem on PyPI... Perhaps you can try reuploading the sources or getting the sources from SVN directly http://conda.pydata.org/docs/building/meta-yaml.html#source-from-svn.

astrojuanlu commented 8 years ago

Again, the build is failing in the last step (as expected), which for us means: LGTM!