dholth on repodata-jlap
modify test to account for bolt… Remove `toolz.dicttoolz.merge(_… [pre-commit.ci] pre-commit auto… and 4 more (compare)
/packages/{owner_login}/{package_name}/latest-version
, /packages/{owner_login}/{package_name}/total-downloads
, /packages/{owner_login}/{package_name}/platforms
, and /packages/{owner_login}/{package_name}/license
. Unfortunately I don't see any repository where I could make a PR. Is there any other way to move forward on this? Thanks!
conda-build
seems to silently fail to upload packages in some cases (cf. logs here, where upload seems to have been successful, although the corresponding packages are not up on anaconda.org: https://app.circleci.com/pipelines/github/facebookresearch/faiss/1733/workflows/da337f45-0d76-4d83-aa03-a3b82a1d4664/jobs/6705). Any ideas?
ERROR: Directory '.' is not installable. Neither 'setup.py' nor 'pyproject.toml' found.
I'm working on a recipe for stylegan2 https://github.com/conda-forge/staged-recipes/pull/15227/checks
>conda create -n clk -c main click
Collecting package metadata (current_repodata.json): done
Solving environment: done
## Package Plan ##
environment location: C:\Users\volex\AppData\Local\Continuum\anaconda3\envs\clk
added / updated specs:
- click
The following packages will be downloaded:
package | build
---------------------------|-----------------
certifi-2021.5.30 | py37haa95532_0 142 KB main
click-8.0.1 | pyhd3eb1b0_0 74 KB main
importlib-metadata-3.10.0 | py37haa95532_0 33 KB main
pip-21.1.2 | py37haa95532_0 2.0 MB main
python-3.7.1 | h33f27b4_4 19.4 MB main
setuptools-52.0.0 | py37haa95532_0 936 KB main
typing_extensions-3.7.4.3 | pyha847dfd_0 25 KB main
vc-14.2 | h21ff451_1 8 KB main
vs2015_runtime-14.27.29016 | h5e58377_2 2.2 MB main
wheel-0.36.2 | pyhd3eb1b0_0 31 KB main
wincertstore-0.2 | py37_0 13 KB main
zipp-3.4.1 | pyhd3eb1b0_0 15 KB main
------------------------------------------------------------
Total: 24.9 MB
The following NEW packages will be INSTALLED:
certifi main/win-64::certifi-2021.5.30-py37haa95532_0
click main/noarch::click-8.0.1-pyhd3eb1b0_0
importlib-metadata main/win-64::importlib-metadata-3.10.0-py37haa95532_0
pip main/win-64::pip-21.1.2-py37haa95532_0
python main/win-64::python-3.7.1-h33f27b4_4
setuptools main/win-64::setuptools-52.0.0-py37haa95532_0
typing_extensions main/noarch::typing_extensions-3.7.4.3-pyha847dfd_0
vc main/win-64::vc-14.2-h21ff451_1
vs2015_runtime main/win-64::vs2015_runtime-14.27.29016-h5e58377_2
wheel main/noarch::wheel-0.36.2-pyhd3eb1b0_0
wincertstore main/win-64::wincertstore-0.2-py37_0
zipp main/noarch::zipp-3.4.1-pyhd3eb1b0_0
>conda create -n clk -c conda-forge click
Collecting package metadata (current_repodata.json): done
Solving environment: done
## Package Plan ##
environment location: C:\Users\volex\AppData\Local\Continuum\anaconda3\envs\clk
added / updated specs:
- click
The following packages will be downloaded:
package | build
---------------------------|-----------------
ca-certificates-2021.5.30 | h5b45459_0 171 KB conda-forge
certifi-2021.5.30 | py39hcbf5309_0 142 KB conda-forge
click-8.0.1 | py39hcbf5309_0 147 KB conda-forge
colorama-0.4.4 | pyh9f0ad1d_0 18 KB conda-forge
openssl-1.1.1k | h8ffe710_0 5.7 MB conda-forge
pip-21.1.2 | pyhd8ed1ab_0 1.1 MB conda-forge
python-3.9.4 |h7840368_0_cpython 19.9 MB conda-forge
setuptools-49.6.0 | py39hcbf5309_3 954 KB conda-forge
sqlite-3.35.5 | h8ffe710_0 1.2 MB conda-forge
vc-14.2 | hb210afc_4 13 KB conda-forge
wheel-0.36.2 | pyhd3deb0d_0 31 KB conda-forge
wincertstore-0.2 |py39hcbf5309_1006 15 KB conda-forge
------------------------------------------------------------
Total: 29.3 MB
The following NEW packages will be INSTALLED:
ca-certificates conda-forge/win-64::ca-certificates-2021.5.30-h5b45459_0
certifi conda-forge/win-64::certifi-2021.5.30-py39hcbf5309_0
click conda-forge/win-64::click-8.0.1-py39hcbf5309_0
colorama conda-forge/noarch::colorama-0.4.4-pyh9f0ad1d_0
openssl conda-forge/win-64::openssl-1.1.1k-h8ffe710_0
pip conda-forge/noarch::pip-21.1.2-pyhd8ed1ab_0
python conda-forge/win-64::python-3.9.4-h7840368_0_cpython
python_abi conda-forge/win-64::python_abi-3.9-1_cp39
setuptools conda-forge/win-64::setuptools-49.6.0-py39hcbf5309_3
sqlite conda-forge/win-64::sqlite-3.35.5-h8ffe710_0
tzdata conda-forge/noarch::tzdata-2021a-he74cb21_0
vc conda-forge/win-64::vc-14.2-hb210afc_4
vs2015_runtime conda-forge/win-64::vs2015_runtime-14.28.29325-h5e1d092_4
wheel conda-forge/noarch::wheel-0.36.2-pyhd3deb0d_0
wincertstore conda-forge/win-64::wincertstore-0.2-py39hcbf5309_1006
conda.cli.python_api
to create an environment from a yml file? I can't figure out the syntax to get conda env create -f environment.yml
to work.run_command(Commands.CREATE, '--file', yml_file, '--prefix', env_path)
complains that conda.exceptions.CondaValueError: could not parse 'name: {env name}' in: {yml path}
.
noarch: python
question: I'd like to build platform-specific, but Python-agnostic packages i.e. /linux-64/foo-0.0.42-py_0.tar.bz2
and /win-64/foo-0.0.42-py_0.tar.bz2
. What's the reason this is not supported by conda? How to avoid cutting multiple, yet nearly identical py36_0
, py37_0
, py38_0
, etc. package builds? Alternatively, is there a cheaper way to turn an existing py36_0
conda package into a py39_0
without the lengthy build process?
__linux
, one on __osx
and one on __win
.
urllib3.exceptions.ProtocolError: ("Connection broken: ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None)", ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))
conda
but mamba
suffers from the same :)
Resource usage statistics from building ourpackage_name:
Process count: 62
CPU time: Sys=0:00:06.2, User=0:01:14.6
Memory: 3.4G
Disk usage: 835.2K
Time elapsed: 0:01:41.1
Packaging ourpackage_name
INFO:conda_build.build:Packaging ourpackage_name
INFO conda_build.build:build(2274): Packaging ourpackage_name
Packaging ourpackage_name-1.0.4-py38_6
INFO:conda_build.build:Packaging ourpackage_name-1.0.4-py38_6
INFO conda_build.build:bundle_conda(1514): Packaging ourpackage_name-1.0.4-py38_6
- B X.Y.*
to the env file