Skip to content

Add Python 3.6.7 to win-64 #228

Description

@tadeu

From this build it seems that python-3.6.7-he025d50_1001.tar.bz2 was correctly constructed but there was a problem with anaconda upload (called by upload-package):

upload_package .\ .\recipe .ci_support\%CONFIG%.yaml
No numpy version specified in conda_build_config.yaml.  Falling back to default numpy value of 1.11
Adding in variants from internal_defaults
Adding in variants from .ci_support\win_c_compilervs2015cxx_compilervs2015vc14.yaml
Attempting to finalize metadata for python
Solving environment: ...working... done
Solving environment: ...working... done
Solving environment: ...working... done
Traceback (most recent call last):
  File "C:\Miniconda36-x64\Scripts\upload_package-script.py", line 10, in <module>
    sys.exit(upload_package())
  File "C:\Miniconda36-x64\lib\site-packages\click\core.py", line 764, in __call__
    return self.main(*args, **kwargs)
  File "C:\Miniconda36-x64\lib\site-packages\click\core.py", line 717, in main
    rv = self.invoke(ctx)
  File "C:\Miniconda36-x64\lib\site-packages\click\core.py", line 956, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "C:\Miniconda36-x64\lib\site-packages\click\core.py", line 555, in invoke
    return callback(*args, **kwargs)
  File "C:\Miniconda36-x64\lib\site-packages\conda_forge_ci_setup\build_utils.py", line 82, in upload_package
    upload_or_check(recipe_root, owner, channel, [config_file])
  File "C:\Miniconda36-x64\lib\site-packages\conda_forge_ci_setup\upload_or_check_non_existence.py", line 135, in upload_or_check
    upload(token_fn, path, owner, channel)
  File "C:\Miniconda36-x64\lib\site-packages\conda_forge_ci_setup\upload_or_check_non_existence.py", line 65, in upload
    env=os.environ)
  File "C:\Miniconda36-x64\lib\subprocess.py", line 291, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['anaconda', '--quiet', '-t', 'C:\\Users\\appveyor\\AppData\\Local\\Temp\\1\\tmpaamujzui\\binstar.token', 'upload', 'C:\\bld\\win-64\\python-3.6.7-he025d50_1001.tar.bz2', '--user=conda-forge', '--channel=main']' returned non-zero exit status 1.

(Just for reference: issue conda-forge/matplotlib-feedstock#194)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions