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

fix upstream-dev CI #4256

Draft
wants to merge 1 commit into
base: master
from
Draft

fix upstream-dev CI #4256

wants to merge 1 commit into from

Conversation

@keewis
Copy link
Collaborator

@keewis keewis commented Jul 23, 2020

I'm not quite sure what happened, but our upstream-dev CI doesn't fail anymore. Looking at the build log, the install of the dev version of matplotlib seems to fail, so this tries to additionally remove the matplotlib-base package to see if the error comes up again if we make sure we get the dev version of matplotlib.

  • Closes #4226
  • Tests added
  • Passes isort . && black . && mypy . && flake8
  • User visible changes (including notable bug fixes) are documented in whats-new.rst
  • New functions/methods are listed in api.rst
@keewis keewis force-pushed the keewis:upstream-dev-ci branch from f5ff7c4 to 3f69a24 Jul 23, 2020
@keewis
Copy link
Collaborator Author

@keewis keewis commented Jul 23, 2020

hmm... it seems that's because the repository is down, so now we're falling back to the PyPI version. @tacaswell, can you confirm?

@tacaswell
Copy link

@tacaswell tacaswell commented Jul 23, 2020

It does look like the rackspace server we were pushing to seems to be down. This is more of a @matthew-brett question.

@matthew-brett
Copy link

@matthew-brett matthew-brett commented Jul 23, 2020

Thanks @tacaswell :) Er - sorry - I'm lost - is the problem that xarray can't see the Matplotlib --pre binaries?

@keewis
Copy link
Collaborator Author

@keewis keewis commented Jul 23, 2020

yes, we can't seem to use pip to install the pre binaries using

python -m pip install \
        -f https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com \
        --no-deps \
        --pre \
        --upgrade \
        matplotlib

also, when pointing my browser to that url, I get a resource not found page. I'm not sure if I did something different back then, but I think when I last did that about a month ago I got a page listing the available files instead.

@matthew-brett
Copy link

@matthew-brett matthew-brett commented Jul 23, 2020

Yup - sorry - those URLs went down a while ago, as Tom said. Tom - are you uploading --pre binaries to Anaconda or similar?

@keewis
Copy link
Collaborator Author

@keewis keewis commented Jul 23, 2020

if not, it might be worth copying numpy, pandas and sklearn which upload to https://pypi.anaconda.org/scipy-wheels-nightly/

@tacaswell
Copy link

@tacaswell tacaswell commented Jul 23, 2020

Can you point me at the configs that upload to the correct place?

@keewis
Copy link
Collaborator Author

@keewis keewis commented Jul 23, 2020

I don't know how those projects upload to that repository. @TomAugspurger, can you help with that?

Edit: https://github.com/MacPython/pandas-wheels/blob/master/azure/posix.yml, maybe?

@TomAugspurger
Copy link
Contributor

@TomAugspurger TomAugspurger commented Jul 24, 2020

Yep. I believe that @ogrisel can add you to the organization on anaconda.org so that you can create a key to upload to packages.

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

Successfully merging this pull request may close these issues.

4 participants
You can’t perform that action at this time.