-
Notifications
You must be signed in to change notification settings - Fork 993
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to install connan 1.8.2 on ubuntu16.04 #3728
Comments
Found a similar issue here tqdm/tqdm#460 Maybe you dont have that man directory or the right user permissions |
I just run into this two days ago on macOS Travis CI. It worked before but stopped working suddenly, it could be related to the 1.8.0 release, but I haven't tested that yet. I have workaround that by doing this:
Would be still nice to know where this is coming from |
I think this is actually coming from the tqdm dependency that was introduced in 1.8.0 cc/ @jgsogo |
Actually I was building an image for C++ environment including conan tools. I really don't want to install man 😕 In version 1.8.2, it is required tqdm==4.20.0 strictly. Why can't it be 4.26.0? |
Hi @figroc, Seems tqdm was downgraded due to an issue with python 2, you can see the conversation starting at this comment: #3545 (comment) We will try to get it fixed for next release. Keep us posted if you workaround this in the meantime. Thank! |
You can try to About the |
This is affecting pretty much every project using Conan directly or indirectly, so this should probably getting a high priority. 🙈 |
Suggestion fro @crodon implemented This is an error in one of the dependencies of Conan, which should be fixed upstream soon. Then we can remove this error again. See conan-io/conan#3728 for more information
Hi! I don't think this can be tagged as a bug or even an issue, it has to do with system permissions and the way pip/python works. It's so common to come across a permissions denied error when installing packages system-wide with We'll open the revision required for We may change the docs and recommend installing Conan using the |
What do you think about updating docs in this way, @conan-io/barbarians? |
I am willing improve the installation steps and clear the section of the docs by moving some things to FAQ for example |
Also, there is a proposal for a temporary fix here #3785 (comment) |
We will release 1.8.4 soon to fix this. |
I'm installing as
As the time of installing, the latest version was 1.8.2. And,
the output logs:
I switched the installing to version 1.7.4, and everything was good.
The text was updated successfully, but these errors were encountered: