Giter VIP home page Giter VIP logo

pkginfo-feedstock's Introduction

About pkginfo-feedstock

Feedstock license: BSD-3-Clause

Home: https://code.launchpad.net/~tseaver/pkginfo/trunk

Package license: MIT

Summary: Query metadatdata from sdists / bdists / installed packages.

Development: https://code.launchpad.net/~tseaver/pkginfo/trunk

Documentation: http://pythonhosted.org/pkginfo/

This package provides an API for querying the distutils metadata written in the PKG-INFO file inside a source distriubtion (an sdist) or a binary distribution (e.g., created by running bdist_egg)

Current build status

All platforms:

Current release info

Name Downloads Version Platforms
Conda Recipe Conda Downloads Conda Version Conda Platforms

Installing pkginfo

Installing pkginfo from the conda-forge channel can be achieved by adding conda-forge to your channels with:

conda config --add channels conda-forge
conda config --set channel_priority strict

Once the conda-forge channel has been enabled, pkginfo can be installed with conda:

conda install pkginfo

or with mamba:

mamba install pkginfo

It is possible to list all of the versions of pkginfo available on your platform with conda:

conda search pkginfo --channel conda-forge

or with mamba:

mamba search pkginfo --channel conda-forge

Alternatively, mamba repoquery may provide more information:

# Search all versions available on your platform:
mamba repoquery search pkginfo --channel conda-forge

# List packages depending on `pkginfo`:
mamba repoquery whoneeds pkginfo --channel conda-forge

# List dependencies of `pkginfo`:
mamba repoquery depends pkginfo --channel conda-forge

About conda-forge

Powered by NumFOCUS

conda-forge is a community-led conda channel of installable packages. In order to provide high-quality builds, the process has been automated into the conda-forge GitHub organization. The conda-forge organization contains one repository for each of the installable packages. Such a repository is known as a feedstock.

A feedstock is made up of a conda recipe (the instructions on what and how to build the package) and the necessary configurations for automatic building using freely available continuous integration services. Thanks to the awesome service provided by Azure, GitHub, CircleCI, AppVeyor, Drone, and TravisCI it is possible to build and upload installable packages to the conda-forge anaconda.org channel for Linux, Windows and OSX respectively.

To manage the continuous integration and simplify feedstock maintenance conda-smithy has been developed. Using the conda-forge.yml within this repository, it is possible to re-render all of this feedstock's supporting files (e.g. the CI configuration files) with conda smithy rerender.

For more information please check the conda-forge documentation.

Terminology

feedstock - the conda recipe (raw material), supporting scripts and CI configuration.

conda-smithy - the tool which helps orchestrate the feedstock. Its primary use is in the construction of the CI .yml files and simplify the management of many feedstocks.

conda-forge - the place where the feedstock and smithy live and work to produce the finished article (built conda distributions)

Updating pkginfo-feedstock

If you would like to improve the pkginfo recipe or build a new package version, please fork this repository and submit a PR. Upon submission, your changes will be run on the appropriate platforms to give the reviewer an opportunity to confirm that the changes result in a successful build. Once merged, the recipe will be re-built and uploaded automatically to the conda-forge channel, whereupon the built conda packages will be available for everybody to install and use from the conda-forge channel. Note that all branches in the conda-forge/pkginfo-feedstock are immediately built and any created packages are uploaded, so PRs should be based on branches in forks and branches in the main repository should only be used to build distinct package versions.

In order to produce a uniquely identifiable distribution:

  • If the version of a package is not being increased, please add or increase the build/number.
  • If the version of a package is being increased, please remember to return the build/number back to 0.

Feedstock Maintainers

pkginfo-feedstock's People

Contributors

beckermr avatar conda-forge-admin avatar conda-forge-curator[bot] avatar github-actions[bot] avatar jakirkham avatar jankatins avatar mingwandroid avatar ocefpaf avatar regro-cf-autotick-bot avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

pkginfo-feedstock's Issues

Potential packaging issue? (or conda problem?)

Issue:

In obspy feedstock, CI is failing for windows during setting up the build environment. Looks like either a packaging issue in pkginfo or a conda issue. Seems like this started to appear

ERROR conda.core.link:_execute(568): An error occurred while installing package 'conda-forge::pkginfo-1.5.0.1-py_0'.
CondaError: Cannot link a source that does not exist. C:\Miniconda\Scripts\conda.exe

Environment (conda list):
2020-03-11T12:29:46.2689213Z [command]C:\Miniconda\Scripts\conda.exe install python=3.6 conda-build conda conda-forge::conda-forge-ci-setup=2 --quiet --yes -c conda-forge
2020-03-11T12:29:46.2876534Z (node:140) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-03-11T12:29:46.2877964Z (node:140) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-03-11T12:29:46.2878814Z (node:140) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-03-11T12:29:46.2879545Z (node:140) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-03-11T12:29:46.2880285Z (node:140) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-03-11T12:29:46.2880993Z (node:140) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-03-11T12:29:46.2881724Z (node:140) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-03-11T12:29:46.2882425Z (node:140) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-03-11T12:30:30.7704188Z Collecting package metadata: ...working... done
2020-03-11T12:30:42.2238018Z Solving environment: ...working... done
2020-03-11T12:30:42.6985270Z 
2020-03-11T12:30:42.6992162Z ## Package Plan ##
2020-03-11T12:30:42.6994843Z 
2020-03-11T12:30:42.7027219Z   environment location: C:\Miniconda
2020-03-11T12:30:42.7030437Z 
2020-03-11T12:30:42.7032784Z   added / updated specs:
2020-03-11T12:30:42.7033868Z     - conda
2020-03-11T12:30:42.7034951Z     - conda-build
2020-03-11T12:30:42.7039469Z     - conda-forge::conda-forge-ci-setup=2
2020-03-11T12:30:42.7040741Z     - python=3.6
2020-03-11T12:30:42.7041660Z 
2020-03-11T12:30:42.7042425Z 
2020-03-11T12:30:42.7047487Z The following packages will be downloaded:
2020-03-11T12:30:42.7050138Z 
2020-03-11T12:30:42.7050968Z     package                    |            build
2020-03-11T12:30:42.7055917Z     ---------------------------|-----------------
2020-03-11T12:30:42.7056762Z     anaconda-client-1.7.2      |             py_0          69 KB  conda-forge
2020-03-11T12:30:42.7057570Z     asn1crypto-1.3.0           |           py36_0         159 KB  conda-forge
2020-03-11T12:30:42.7058325Z     attrs-19.3.0               |             py_0          35 KB  conda-forge
2020-03-11T12:30:42.7059018Z     beautifulsoup4-4.8.2       |           py36_0         159 KB  conda-forge
2020-03-11T12:30:42.7059862Z     bzip2-1.0.8                |       hfa6e2cd_2         148 KB  conda-forge
2020-03-11T12:30:42.7060520Z     ca-certificates-2019.11.28 |       hecc5488_0         182 KB  conda-forge
2020-03-11T12:30:42.7061239Z     certifi-2019.11.28         |   py36h9f0ad1d_1         149 KB  conda-forge
2020-03-11T12:30:42.7061900Z     cffi-1.14.0                |   py36ha419a9e_0         221 KB  conda-forge
2020-03-11T12:30:42.7062615Z     chardet-3.0.4              |        py36_1003         209 KB  conda-forge
2020-03-11T12:30:42.7063331Z     click-7.0                  |             py_0          61 KB  conda-forge
2020-03-11T12:30:42.7064061Z     clyent-1.2.2               |             py_1           9 KB  conda-forge
2020-03-11T12:30:42.7064694Z     conda-4.8.2                |           py36_0         3.0 MB  conda-forge
2020-03-11T12:30:42.7067285Z     conda-build-3.19.0         |   py36h9f0ad1d_0         549 KB  conda-forge
2020-03-11T12:30:42.7067864Z     conda-env-2.6.0            |                1           2 KB  conda-forge
2020-03-11T12:30:42.7068754Z     conda-forge-ci-setup-2.5.5 |           py36_0          49 KB  conda-forge
2020-03-11T12:30:42.7069537Z     conda-package-handling-1.6.0|   py36h2fa13f4_1         674 KB  conda-forge
2020-03-11T12:30:42.7070087Z     cryptography-2.8           |   py36hb32ad35_1         564 KB  conda-forge
2020-03-11T12:30:42.7070755Z     decorator-4.4.2            |             py_0          11 KB  conda-forge
2020-03-11T12:30:42.7071285Z     filelock-3.0.10            |             py_0           9 KB  conda-forge
2020-03-11T12:30:42.7071870Z     glob2-0.7                  |             py_0          11 KB  conda-forge
2020-03-11T12:30:42.7072385Z     idna-2.9                   |             py_1          52 KB  conda-forge
2020-03-11T12:30:42.7072950Z     importlib_metadata-1.5.0   |           py36_0          41 KB  conda-forge
2020-03-11T12:30:42.7073483Z     ipython_genutils-0.2.0     |             py_1          21 KB  conda-forge
2020-03-11T12:30:42.7074052Z     jinja2-2.11.1              |             py_0          94 KB  conda-forge
2020-03-11T12:30:42.7074574Z     jsonschema-3.2.0           |           py36_0         107 KB  conda-forge
2020-03-11T12:30:42.7075137Z     jupyter_core-4.6.3         |           py36_0          94 KB  conda-forge
2020-03-11T12:30:42.7075657Z     libarchive-3.3.3           |    hd0049e4_1007         4.2 MB  conda-forge
2020-03-11T12:30:42.7076222Z     libiconv-1.15              |    hfa6e2cd_1005         673 KB  conda-forge
2020-03-11T12:30:42.7076718Z     liblief-0.9.0              |       ha925a31_2         9.7 MB
2020-03-11T12:30:42.7077255Z     libxml2-2.9.10             |       h9ce36c8_0         3.1 MB  conda-forge
2020-03-11T12:30:42.7077775Z     lz4-c-1.8.3                |    he025d50_1001         255 KB  conda-forge
2020-03-11T12:30:42.7078563Z     lzo-2.10                   |    hfa6e2cd_1000         153 KB  conda-forge
2020-03-11T12:30:42.7079954Z     m2w64-gcc-libgfortran-5.3.0|                6         340 KB
2020-03-11T12:30:42.7080446Z     m2w64-gcc-libs-5.3.0       |                7         518 KB
2020-03-11T12:30:42.7081010Z     m2w64-gcc-libs-core-5.3.0  |                7         213 KB
2020-03-11T12:30:42.7081484Z     m2w64-gmp-6.1.0            |                2         689 KB
2020-03-11T12:30:42.7082072Z     m2w64-libwinpthread-git-5.0.0.4634.697f757|                2          30 KB
2020-03-11T12:30:42.7082684Z     markupsafe-1.1.1           |   py36hfa6e2cd_0          28 KB  conda-forge
2020-03-11T12:30:42.7083298Z     menuinst-1.4.16            |           py36_0          93 KB  conda-forge
2020-03-11T12:30:42.7083801Z     msys2-conda-epoch-20160418 |                1           2 KB
2020-03-11T12:30:42.7084340Z     nbformat-5.0.4             |             py_0          98 KB  conda-forge
2020-03-11T12:30:42.7084867Z     openssl-1.1.1d             |       hfa6e2cd_0         4.7 MB  conda-forge
2020-03-11T12:30:42.7085436Z     pip-20.0.2                 |             py_2         1.0 MB  conda-forge
2020-03-11T12:30:42.7085958Z     pkginfo-1.5.0.1            |             py_0          21 KB  conda-forge
2020-03-11T12:30:42.7086478Z     psutil-5.7.0               |   py36hfa6e2cd_0         345 KB  conda-forge
2020-03-11T12:30:42.7087022Z     py-lief-0.9.0              |   py36ha925a31_2         2.8 MB
2020-03-11T12:30:42.7087521Z     pycosat-0.6.3              |py36h68a101e_1003          99 KB  conda-forge
2020-03-11T12:30:42.7088084Z     pycparser-2.20             |             py_0          89 KB  conda-forge
2020-03-11T12:30:42.7089015Z     pyopenssl-19.1.0           |             py_1          47 KB  conda-forge
2020-03-11T12:30:42.7089663Z     pyrsistent-0.15.7          |   py36hfa6e2cd_0          91 KB  conda-forge
2020-03-11T12:30:42.7090190Z     pysocks-1.7.1              |           py36_0          26 KB  conda-forge
2020-03-11T12:30:42.7091305Z     python-3.6.10              |he025d50_1009_cpython        20.7 MB  conda-forge
2020-03-11T12:30:42.7091863Z     python-dateutil-2.8.1      |             py_0         220 KB  conda-forge
2020-03-11T12:30:42.7092433Z     python-libarchive-c-2.9    |           py36_0          26 KB  conda-forge
2020-03-11T12:30:42.7092959Z     python_abi-3.6             |          1_cp36m           4 KB  conda-forge
2020-03-11T12:30:42.7093520Z     pytz-2019.3                |             py_0         237 KB  conda-forge
2020-03-11T12:30:42.7094043Z     pywin32-227                |   py36hfa6e2cd_0         6.8 MB  conda-forge
2020-03-11T12:30:42.7094607Z     pyyaml-5.1.2               |   py36hfa6e2cd_0         154 KB  conda-forge
2020-03-11T12:30:42.7095130Z     requests-2.23.0            |           py36_0          85 KB  conda-forge
2020-03-11T12:30:42.7095641Z     ripgrep-11.0.2             |       h301d43c_3         1.7 MB  conda-forge
2020-03-11T12:30:42.7096218Z     ruamel_yaml-0.15.71        |py36hfa6e2cd_1000         271 KB  conda-forge
2020-03-11T12:30:42.7096739Z     setuptools-46.0.0          |   py36h9f0ad1d_1         675 KB  conda-forge
2020-03-11T12:30:42.7097307Z     six-1.14.0                 |             py_1          13 KB  conda-forge
2020-03-11T12:30:42.7097825Z     soupsieve-1.9.4            |           py36_0          57 KB  conda-forge
2020-03-11T12:30:42.7098713Z     tqdm-4.43.0                |             py_0          47 KB  conda-forge
2020-03-11T12:30:42.7099462Z     traitlets-4.3.3            |           py36_0         133 KB  conda-forge
2020-03-11T12:30:42.7100069Z     urllib3-1.25.7             |           py36_0         159 KB  conda-forge
2020-03-11T12:30:42.7100613Z     vs2008_express_vc_python_patch-1.0.0|                0           3 KB  conda-forge
2020-03-11T12:30:42.7101227Z     wheel-0.34.2               |             py_1          24 KB  conda-forge
2020-03-11T12:30:42.7101759Z     win_inet_pton-1.1.0        |           py36_0           7 KB  conda-forge
2020-03-11T12:30:42.7102462Z     wincertstore-0.2           |        py36_1003          13 KB  conda-forge
2020-03-11T12:30:42.7102992Z     xz-5.2.4                   |    h2fa13f4_1001         805 KB  conda-forge
2020-03-11T12:30:42.7103554Z     zipp-3.1.0                 |             py_0          10 KB  conda-forge
2020-03-11T12:30:42.7104071Z     zlib-1.2.11                |    h2fa13f4_1006         236 KB  conda-forge
2020-03-11T12:30:42.7104584Z     zstd-1.4.4                 |       hd8a0e53_1         1.7 MB  conda-forge
2020-03-11T12:30:42.7105123Z     ------------------------------------------------------------
2020-03-11T12:30:42.7105609Z                                            Total:        69.9 MB
2020-03-11T12:30:42.7105997Z 
2020-03-11T12:30:42.7106315Z The following NEW packages will be INSTALLED:
2020-03-11T12:30:42.7106595Z 
2020-03-11T12:30:42.7106997Z   anaconda-client    conda-forge/noarch::anaconda-client-1.7.2-py_0
2020-03-11T12:30:42.7107480Z   attrs              conda-forge/noarch::attrs-19.3.0-py_0
2020-03-11T12:30:42.7108014Z   beautifulsoup4     conda-forge/win-64::beautifulsoup4-4.8.2-py36_0
2020-03-11T12:30:42.7108747Z   bzip2              conda-forge/win-64::bzip2-1.0.8-hfa6e2cd_2
2020-03-11T12:30:42.7109470Z   click              conda-forge/noarch::click-7.0-py_0
2020-03-11T12:30:42.7109943Z   clyent             conda-forge/noarch::clyent-1.2.2-py_1
2020-03-11T12:30:42.7110502Z   conda-build        conda-forge/win-64::conda-build-3.19.0-py36h9f0ad1d_0
2020-03-11T12:30:42.7110999Z   conda-env          conda-forge/noarch::conda-env-2.6.0-1
2020-03-11T12:30:42.7111487Z   conda-forge-ci-se~ conda-forge/win-64::conda-forge-ci-setup-2.5.5-py36_0
2020-03-11T12:30:42.7112134Z   conda-package-han~ conda-forge/win-64::conda-package-handling-1.6.0-py36h2fa13f4_1
2020-03-11T12:30:42.7112647Z   decorator          conda-forge/noarch::decorator-4.4.2-py_0
2020-03-11T12:30:42.7113166Z   filelock           conda-forge/noarch::filelock-3.0.10-py_0
2020-03-11T12:30:42.7113737Z   glob2              conda-forge/noarch::glob2-0.7-py_0
2020-03-11T12:30:42.7114274Z   importlib_metadata conda-forge/win-64::importlib_metadata-1.5.0-py36_0
2020-03-11T12:30:42.7114781Z   ipython_genutils   conda-forge/noarch::ipython_genutils-0.2.0-py_1
2020-03-11T12:30:42.7115307Z   jinja2             conda-forge/noarch::jinja2-2.11.1-py_0
2020-03-11T12:30:42.7115779Z   jsonschema         conda-forge/win-64::jsonschema-3.2.0-py36_0
2020-03-11T12:30:42.7116305Z   jupyter_core       conda-forge/win-64::jupyter_core-4.6.3-py36_0
2020-03-11T12:30:42.7116809Z   libarchive         conda-forge/win-64::libarchive-3.3.3-hd0049e4_1007
2020-03-11T12:30:42.7117305Z   libiconv           conda-forge/win-64::libiconv-1.15-hfa6e2cd_1005
2020-03-11T12:30:42.7117841Z   liblief            pkgs/main/win-64::liblief-0.9.0-ha925a31_2
2020-03-11T12:30:42.7118544Z   libxml2            conda-forge/win-64::libxml2-2.9.10-h9ce36c8_0
2020-03-11T12:30:42.7119318Z   lz4-c              conda-forge/win-64::lz4-c-1.8.3-he025d50_1001
2020-03-11T12:30:42.7119934Z   lzo                conda-forge/win-64::lzo-2.10-hfa6e2cd_1000
2020-03-11T12:30:42.7120519Z   m2w64-gcc-libgfor~ pkgs/msys2/win-64::m2w64-gcc-libgfortran-5.3.0-6
2020-03-11T12:30:42.7121019Z   m2w64-gcc-libs     pkgs/msys2/win-64::m2w64-gcc-libs-5.3.0-7
2020-03-11T12:30:42.7121549Z   m2w64-gcc-libs-co~ pkgs/msys2/win-64::m2w64-gcc-libs-core-5.3.0-7
2020-03-11T12:30:42.7122023Z   m2w64-gmp          pkgs/msys2/win-64::m2w64-gmp-6.1.0-2
2020-03-11T12:30:42.7122572Z   m2w64-libwinpthre~ pkgs/msys2/win-64::m2w64-libwinpthread-git-5.0.0.4634.697f757-2
2020-03-11T12:30:42.7123113Z   markupsafe         conda-forge/win-64::markupsafe-1.1.1-py36hfa6e2cd_0
2020-03-11T12:30:42.7123612Z   msys2-conda-epoch  pkgs/msys2/win-64::msys2-conda-epoch-20160418-1
2020-03-11T12:30:42.7124141Z   nbformat           conda-forge/noarch::nbformat-5.0.4-py_0
2020-03-11T12:30:42.7124602Z   pkginfo            conda-forge/noarch::pkginfo-1.5.0.1-py_0
2020-03-11T12:30:42.7125135Z   psutil             conda-forge/win-64::psutil-5.7.0-py36hfa6e2cd_0
2020-03-11T12:30:42.7125748Z   py-lief            pkgs/main/win-64::py-lief-0.9.0-py36ha925a31_2
2020-03-11T12:30:42.7126306Z   pyrsistent         conda-forge/win-64::pyrsistent-0.15.7-py36hfa6e2cd_0
2020-03-11T12:30:42.7126819Z   python-dateutil    conda-forge/noarch::python-dateutil-2.8.1-py_0
2020-03-11T12:30:42.7127365Z   python-libarchive~ conda-forge/win-64::python-libarchive-c-2.9-py36_0
2020-03-11T12:30:42.7127858Z   python_abi         conda-forge/win-64::python_abi-3.6-1_cp36m
2020-03-11T12:30:42.7128665Z   pytz               conda-forge/noarch::pytz-2019.3-py_0
2020-03-11T12:30:42.7129359Z   pyyaml             conda-forge/win-64::pyyaml-5.1.2-py36hfa6e2cd_0
2020-03-11T12:30:42.7129887Z   ripgrep            conda-forge/win-64::ripgrep-11.0.2-h301d43c_3
2020-03-11T12:30:42.7130487Z   soupsieve          conda-forge/win-64::soupsieve-1.9.4-py36_0
2020-03-11T12:30:42.7130951Z   tqdm               conda-forge/noarch::tqdm-4.43.0-py_0
2020-03-11T12:30:42.7131480Z   traitlets          conda-forge/win-64::traitlets-4.3.3-py36_0
2020-03-11T12:30:42.7132045Z   vs2008_express_vc~ conda-forge/win-64::vs2008_express_vc_python_patch-1.0.0-0
2020-03-11T12:30:42.7132594Z   xz                 conda-forge/win-64::xz-5.2.4-h2fa13f4_1001
2020-03-11T12:30:42.7133063Z   zipp               conda-forge/noarch::zipp-3.1.0-py_0
2020-03-11T12:30:42.7133579Z   zlib               conda-forge/win-64::zlib-1.2.11-h2fa13f4_1006
2020-03-11T12:30:42.7134060Z   zstd               conda-forge/win-64::zstd-1.4.4-hd8a0e53_1
2020-03-11T12:30:42.7134377Z 
2020-03-11T12:30:42.7134721Z The following packages will be UPDATED:
2020-03-11T12:30:42.7134993Z 
2020-03-11T12:30:42.7135431Z   asn1crypto            pkgs/main::asn1crypto-0.24.0-py37_0 --> conda-forge::asn1crypto-1.3.0-py36_0
2020-03-11T12:30:42.7139035Z   ca-certificates    pkgs/main::ca-certificates-2019.1.23-0 --> conda-forge::ca-certificates-2019.11.28-hecc5488_0
2020-03-11T12:30:42.7139974Z   certifi                pkgs/main::certifi-2019.3.9-py37_0 --> conda-forge::certifi-2019.11.28-py36h9f0ad1d_1
2020-03-11T12:30:42.7140686Z   cffi                pkgs/main::cffi-1.12.2-py37h7a1dbc1_1 --> conda-forge::cffi-1.14.0-py36ha419a9e_0
2020-03-11T12:30:42.7141447Z   chardet                   pkgs/main::chardet-3.0.4-py37_1 --> conda-forge::chardet-3.0.4-py36_1003
2020-03-11T12:30:42.7142109Z   conda                      pkgs/main::conda-4.6.14-py37_0 --> conda-forge::conda-4.8.2-py36_0
2020-03-11T12:30:42.7142916Z   cryptography       pkgs/main::cryptography-2.6.1-py37h7a~ --> conda-forge::cryptography-2.8-py36hb32ad35_1
2020-03-11T12:30:42.7143600Z   idna                    pkgs/main/win-64::idna-2.8-py37_0 --> conda-forge/noarch::idna-2.9-py_1
2020-03-11T12:30:42.7144244Z   openssl              pkgs/main::openssl-1.1.1b-he774522_1 --> conda-forge::openssl-1.1.1d-hfa6e2cd_0
2020-03-11T12:30:42.7144956Z   pip                   pkgs/main/win-64::pip-19.0.3-py37_0 --> conda-forge/noarch::pip-20.0.2-py_2
2020-03-11T12:30:42.7145630Z   pycosat            pkgs/main::pycosat-0.6.3-py37hfa6e2cd~ --> conda-forge::pycosat-0.6.3-py36h68a101e_1003
2020-03-11T12:30:42.7146355Z   pycparser          pkgs/main/win-64::pycparser-2.19-py37~ --> conda-forge/noarch::pycparser-2.20-py_0
2020-03-11T12:30:42.7146992Z   pyopenssl          pkgs/main/win-64::pyopenssl-19.0.0-py~ --> conda-forge/noarch::pyopenssl-19.1.0-py_1
2020-03-11T12:30:42.7147691Z   pysocks                   pkgs/main::pysocks-1.6.8-py37_0 --> conda-forge::pysocks-1.7.1-py36_0
2020-03-11T12:30:42.7148631Z   pywin32             pkgs/main::pywin32-223-py37hfa6e2cd_1 --> conda-forge::pywin32-227-py36hfa6e2cd_0
2020-03-11T12:30:42.7149591Z   requests                pkgs/main::requests-2.21.0-py37_0 --> conda-forge::requests-2.23.0-py36_0
2020-03-11T12:30:42.7150337Z   ruamel_yaml        pkgs/main::ruamel_yaml-0.15.46-py37hf~ --> conda-forge::ruamel_yaml-0.15.71-py36hfa6e2cd_1000
2020-03-11T12:30:42.7151112Z   setuptools            pkgs/main::setuptools-41.0.0-py37_0 --> conda-forge::setuptools-46.0.0-py36h9f0ad1d_1
2020-03-11T12:30:42.7151895Z   six                   pkgs/main/win-64::six-1.12.0-py37_0 --> conda-forge/noarch::six-1.14.0-py_1
2020-03-11T12:30:42.7152598Z   urllib3                  pkgs/main::urllib3-1.24.1-py37_0 --> conda-forge::urllib3-1.25.7-py36_0
2020-03-11T12:30:42.7153241Z   wheel               pkgs/main/win-64::wheel-0.33.1-py37_0 --> conda-forge/noarch::wheel-0.34.2-py_1
2020-03-11T12:30:42.7153951Z   wincertstore           pkgs/main::wincertstore-0.2-py37_0 --> conda-forge::wincertstore-0.2-py36_1003
2020-03-11T12:30:42.7154375Z 
2020-03-11T12:30:42.7154818Z The following packages will be SUPERSEDED by a higher-priority channel:
2020-03-11T12:30:42.7155159Z 
2020-03-11T12:30:42.7155600Z   menuinst           pkgs/main::menuinst-1.4.16-py37he7745~ --> conda-forge::menuinst-1.4.16-py36_0
2020-03-11T12:30:42.7156346Z   python                 pkgs/main::python-3.7.3-h8c8aaf0_0 --> conda-forge::python-3.6.10-he025d50_1009_cpython
2020-03-11T12:30:42.7157050Z   win_inet_pton       pkgs/main::win_inet_pton-1.1.0-py37_0 --> conda-forge::win_inet_pton-1.1.0-py36_0
2020-03-11T12:30:42.7157514Z 
2020-03-11T12:31:35.0584388Z 
2020-03-11T12:31:35.6571630Z Preparing transaction: ...working... done
2020-03-11T12:31:38.0877205Z Verifying transaction: ...working... done
2020-03-11T12:31:50.2235392Z Executing transaction: ...working... failed
2020-03-11T12:31:50.2236288Z ERROR conda.core.link:_execute(568): An error occurred while installing package 'conda-forge::pkginfo-1.5.0.1-py_0'.
2020-03-11T12:31:50.2236919Z CondaError: Cannot link a source that does not exist. C:\Miniconda\Scripts\conda.exe
2020-03-11T12:31:50.2237426Z Running `conda clean --packages` may resolve your problem.
2020-03-11T12:31:50.2237742Z Attempting to roll back.
2020-03-11T12:31:50.2238027Z 
2020-03-11T12:31:58.8388668Z Rolling back transaction: ...working... done
2020-03-11T12:31:58.8554194Z 
2020-03-11T12:31:58.8555589Z CondaError: Cannot link a source that does not exist. C:\Miniconda\Scripts\conda.exe
2020-03-11T12:31:58.8556175Z Running `conda clean --packages` may resolve your problem.
2020-03-11T12:31:58.8556416Z 
2020-03-11T12:31:59.7510485Z ##[error]Failed to install packages. Error: C:\Miniconda\Scripts\conda.exe failed with return code: 1

Details about conda and system ( conda info ):
$ conda info

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.