-
Notifications
You must be signed in to change notification settings - Fork 150
Closed
Description
Sorry for raising the issue here since it's related to conda, but I don't know where I can ask elsewhere. My problem is that since August 22nd, conda seems to be unable to find the build package. conda search build can't find it, while it's correctly listed on https://anaconda.org/conda-forge/build. Using the verbose mode doesn't give any useful information. This happens on both Linux and Windows. Anyone has an idea?
If I may add, the peculiar name of this package makes it hard to find information on the internet 😉
Again, sorry if it's not the right place for asking.
Here is the (anonymized) log for reference:
$ conda search build -vvv
DEBUG conda.gateways.logging:set_verbosity(218): verbosity set to 3
Loading channels: ...working... TRACE conda.gateways.disk.test:file_path_is_writable(22): checking path is writable /usr/local/anaconda/pkgs/urls.txt
DEBUG conda.gateways.disk.test:file_path_is_writable(28): [Errno 13] Permission denied: '/usr/local/anaconda/pkgs/urls.txt'
DEBUG conda.core.package_cache_data:_check_writable(314): package cache directory '/usr/local/anaconda/pkgs' writable: False
TRACE conda.gateways.disk.test:file_path_is_writable(22): checking path is writable /home/USER/.conda/pkgs/urls.txt
DEBUG conda.core.package_cache_data:_check_writable(314): package cache directory '/home/USER/.conda/pkgs' writable: True
DEBUG conda.gateways.repodata:fetch_latest(868): Local cache timed out for https://conda.anaconda.org/conda-forge/linux-64/repodata.json at /home/USER/.conda/pkgs/cache/497deca9.json
DEBUG conda.gateways.repodata:__init__(123): Using CondaRepoInterface
DEBUG conda.gateways.repodata:fetch_latest(868): Local cache timed out for https://conda.anaconda.org/conda-forge/noarch/repodata.json at /home/USER/.conda/pkgs/cache/09cdf8bf.json
DEBUG conda.gateways.repodata:__init__(123): Using CondaRepoInterface
DEBUG conda.gateways.repodata:fetch_latest(868): Local cache timed out for http://example.com:3016/linux-64/repodata.json at /home/USER/.conda/pkgs/cache/d8c3c642.json
DEBUG conda.gateways.repodata:__init__(123): Using CondaRepoInterface
DEBUG conda.gateways.repodata:fetch_latest(868): Local cache timed out for http://example.com:3016/noarch/repodata.json at /home/USER/.conda/pkgs/cache/21d5bcbe.json
DEBUG conda.gateways.repodata:__init__(123): Using CondaRepoInterface
DEBUG urllib3.connectionpool:_new_conn(244): Starting new HTTP connection (1): example.com:3016
DEBUG urllib3.connectionpool:_new_conn(1052): Starting new HTTPS connection (1): conda.anaconda.org:443
DEBUG urllib3.connectionpool:_new_conn(1052): Starting new HTTPS connection (1): conda.anaconda.org:443
DEBUG urllib3.connectionpool:_new_conn(244): Starting new HTTP connection (1): example.com:3016
DEBUG urllib3.connectionpool:_make_request(546): http://example.com:3016 "GET /noarch/repodata.json HTTP/1.1" 200 12550
DEBUG conda.gateways.repodata:repodata(153):
>>GET /noarch/repodata.json HTTP
> User-Agent: conda/23.7.4 requests/2.31.0 CPython/3.9.13 Linux/3.10.0-514.21.1.el7.x86_64 centos/7.3.1611 glibc/2.17
> Accept: */*
> Accept-Encoding: gzip, deflate, br, zstd
> Connection: keep-alive
> If-Modified-Since: Wed, 10 Jan 2024 15:06:41 GMT
> If-None-Match: "659eb281-2d77"
<<HTTP 200 OK
< Accept-Ranges: bytes
< Content-Type: application/json
< Date: Tue, 27 Aug 2024 16:33:00 GMT
< ETag: "667eebd5-3106"
< Last-Modified: Fri, 28 Jun 2024 16:59:01 GMT
< Server: nginx/1.10.3
< Content-Length: 12550
< Connection: keep-alive
< Elapsed: 00:00.030248
{
"info": {
"subdir": "noarch"
},
"packages": {
"byeworld-1.0.1-py_0.tar.bz2": {
"build": "py_0",
"build_number": 0,
"depends": [
"python"
],
"license": "MIT",
"md5": "4beb9612d79539fed388aad26fd781
DEBUG urllib3.connectionpool:_make_request(546): http://example.com:3016 "GET /linux-64/repodata.json HTTP/1.1" 200 35337
DEBUG conda.gateways.repodata:repodata(153):
>>GET /linux-64/repodata.json HTTP
> User-Agent: conda/23.7.4 requests/2.31.0 CPython/3.9.13 Linux/3.10.0-514.21.1.el7.x86_64 centos/7.3.1611 glibc/2.17
> Accept: */*
> Accept-Encoding: gzip, deflate, br, zstd
> Connection: keep-alive
> If-Modified-Since: Wed, 10 Jan 2024 15:06:41 GMT
> If-None-Match: "659eb281-8a09"
<<HTTP 200 OK
< Accept-Ranges: bytes
< Content-Type: application/json
< Date: Tue, 27 Aug 2024 16:33:00 GMT
< ETag: "667eebd5-8a09"
< Last-Modified: Fri, 28 Jun 2024 16:59:01 GMT
< Server: nginx/1.10.3
< Content-Length: 35337
< Connection: keep-alive
< Elapsed: 00:00.041810
{
"info": {
"subdir": "linux-64"
},
"packages": {
"condapackage-1.0.1-py36_0.tar.bz2": {
"build": "py36_0",
"build_number": 0,
"depends": [
"python >=3.6,<3.7.0a0"
],
"license": "MIT",
"md5": "c38bf
DEBUG urllib3.connectionpool:_make_request(546): https://conda.anaconda.org:443 "GET /conda-forge/noarch/repodata.json HTTP/1.1" 200 None
DEBUG urllib3.connectionpool:_make_request(546): https://conda.anaconda.org:443 "GET /conda-forge/linux-64/repodata.json HTTP/1.1" 200 None
DEBUG conda.gateways.repodata:repodata(153):
>>GET /conda-forge/noarch/repodata.json HTTPS
> User-Agent: conda/23.7.4 requests/2.31.0 CPython/3.9.13 Linux/3.10.0-514.21.1.el7.x86_64 centos/7.3.1611 glibc/2.17
> Accept: */*
> Accept-Encoding: gzip, deflate, br, zstd
> Connection: keep-alive
> If-Modified-Since: Tue, 11 Jun 2024 22:29:22 GMT
> If-None-Match: W/"f34d58f7af01553b35ae46c393ab2f5d"
<<HTTPS 200 OK
< Age: 205
< Cache-Control: public, max-age=1200
< CF-Cache-Status: HIT
< CF-Ray: 8b9d75fc2fc46431-LHR
< Content-Encoding: gzip
< Content-Type: application/json
< Date: Tue, 27 Aug 2024 16:33:00 GMT
< ETag: W/"4e86be6f4b9c42cf5efc869af0c686cb"
< Expires: Tue, 27 Aug 2024 16:53:00 GMT
< Last-Modified: Tue, 27 Aug 2024 16:28:48 GMT
< Server: cloudflare
< Set-Cookie: __cf_bm=8qR6vYKYhBYVxVkq9oCt02zIsGGD1Pg_.S0lk3MQY9g-1724776380-1.0.1.1-qA3W6bC4kNQYNtzkYe6SEwPjnkTDpsSwpGWNZJtf0.GQ6J8SMIw8rDRRPE_TPx6U6g1vOpdmOAXvHG0i5YM_i81DL0Pf.3aSfLx8nCpLPkI; path=/; expires=Tue, 27-Aug-24 17:03:00 GMT; domain=.anaconda.org; HttpOnly; Secure; SameSite=None
< Transfer-Encoding: chunked
< Vary: Accept-Encoding
< x-amz-id-2: z3WMfMJazNJ2nCXy2tpLtQcQpvfDB9hOb8fjnDZzEe+OdJDG03a4EghP3mmGoUfkrNBEY3HMV7I=
< x-amz-request-id: TVBA2EXZ85K8W8RN
< x-amz-version-id: null
< Connection: keep-alive
< Elapsed: 00:00.222680
{
"info": {
"subdir": "noarch"
},
"packages": {
"_current_repodata_hack_gcc_linux_64_75-0.0.1-0.tar.bz2": {
"build": "0",
"build_number": 0,
"depends": [
"gcc_linux-64 7.5.*"
],
"license": "LicenseRef-OTH
DEBUG conda.gateways.repodata:repodata(153):
>>GET /conda-forge/linux-64/repodata.json HTTPS
> User-Agent: conda/23.7.4 requests/2.31.0 CPython/3.9.13 Linux/3.10.0-514.21.1.el7.x86_64 centos/7.3.1611 glibc/2.17
> Accept: */*
> Accept-Encoding: gzip, deflate, br, zstd
> Connection: keep-alive
> If-Modified-Since: Tue, 11 Jun 2024 23:22:25 GMT
> If-None-Match: W/"c2d817edb5decc640687775dd18cc79c"
<<HTTPS 200 OK
< Age: 153
< Cache-Control: public, max-age=1200
< CF-Cache-Status: HIT
< CF-Ray: 8b9d75fc1abf769d-LHR
< Content-Encoding: gzip
< Content-Type: application/json
< Date: Tue, 27 Aug 2024 16:33:00 GMT
< ETag: W/"951bfacb2106ed31be93df403bfb0ffb"
< Expires: Tue, 27 Aug 2024 16:53:00 GMT
< Last-Modified: Tue, 27 Aug 2024 16:28:25 GMT
< Server: cloudflare
< Set-Cookie: __cf_bm=ut27xqxAheM9st1v09cYQ8QPYOmUqT77wPbmvRqxijE-1724776380-1.0.1.1-rsmERDqshG_pPfaY9rOWiS7LeFS_dCqecQwAFgogUbdhEUCM_tod3A9.bx_SG8NDtmKWK_Wr8KlMXu_LuZoUdiZXTF4U5riqGXZoueBIYsw; path=/; expires=Tue, 27-Aug-24 17:03:00 GMT; domain=.anaconda.org; HttpOnly; Secure; SameSite=None
< Transfer-Encoding: chunked
< Vary: Accept-Encoding
< x-amz-id-2: IMmsWdssazd3D/HGzNMbYleLN4J+H+9gCZqBiKokRyh6PDyNmglB8vhOCIGYYysVmwfVLwKJvsE=
< x-amz-request-id: AHN7M8B84V028JCV
< x-amz-version-id: null
< Connection: keep-alive
< Elapsed: 00:00.244126
{
"info": {
"subdir": "linux-64"
},
"packages": {
"21cmfast-3.0.2-py36h1af98f8_1.tar.bz2": {
"build": "py36h1af98f8_1",
"build_number": 1,
"depends": [
"_openmp_mutex >=4.5",
"astropy >=2.0",
"cached-
done
No match found for: build. Search: *build*
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels