[bug] impossible to download meson package
See original GitHub issueEnvironment Details (include every applicable attribute)
- Operating System+version: native Windows 10 and Ubuntu 20.04 (WSL)
- Conan version: 1.35.2
- Python version: 3.8.0 and 3.8.5
Steps to reproduce (Include if Applicable)
conan install meson/0.57.2@
Logs (Executed commands with output) (Include/Attach if Applicable)
meson/0.57.2: Not found in local cache, looking in remotes...
meson/0.57.2: Trying with 'conan-center'...
ERROR: {}
Response from remote is not json, but 'application/octet-stream'. [Remote: conan-center]
Issue Analytics
- State:
- Created 2 years ago
- Comments:17 (16 by maintainers)
Top Results From Across the Web
can't install meson no matter: Exception error #7885 - GitHub
Already have ninja and python updated but no matter what I do this error appeared python3 -m pip install mesonCollecting meson Using cached ......
Read more >Getting Meson
You can use the version provided by your package manager if possible, otherwise download the binary executable from the Ninja project's release page....
Read more >ERROR: Subproject directory not found and glib.wrap file not ...
There is a dependency of atk package. I downloaded atk-2.32.0 from net. atk-2.32.0 could only be install by meson. Below are the steps...
Read more >xPack Meson Build v0.58.2-1 released
The easiest way to install Meson Build is with xpm by using the binary xPack, available as @xpack-dev-tools/meson-build from the npmjs.com ...
Read more >Compilation and Installation Using Meson - Mesa 3D
If Meson is not already installed on your system, you can typically install it with your package installer. For example: sudo apt-get install...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

indeed, thanks for the quick reaction !
Hi! Looks like we’ve found the issue/bug (thanks @czoido ). With the download cache enabled, the Conan client is hitting URL https://conan.bintray.com/v1/conans/meson/0.57.2/_/_ which is not expected. Now we need to evaluate short and mid-term fixes.
Thanks for your report!
Quickfix (workaround).- Disable the download cache.