question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[bug] impossible to download meson package

See original GitHub issue

Environment 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:closed
  • Created 2 years ago
  • Comments:17 (16 by maintainers)

github_iconTop GitHub Comments

2reactions
ericLemanissiercommented, Apr 26, 2021

indeed, thanks for the quick reaction !

1reaction
jgsogocommented, Apr 26, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found