-
Notifications
You must be signed in to change notification settings - Fork 989
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
"/usr/local/man" pip permissions needed #3785
Comments
We will try to find a fix because even being something "normal" it is not worth it to introduce such failures for a |
Here is an opened issue/pr to handle this issue with |
It is tagged to 5.0, so I don't discard this even released with a Conan patch: https://pypi.org/project/tqdm-conan/ |
We will release 1.8.4 soon to fix this. |
closed tqdm/tqdm#629 in tqdm/tqdm@f6448c1 |
I am trying to install Conan (1.8.3 at the moment) from pip3 (18.0, also tested after upgrading to 18.1, on Python 3.7), on OS X (10.12, freshly installed VM). I issue the command:
It fails with the error:
/usr/local
is owned by root, and has notman/
subfolder indeed.And to make it a bit more surprising, if I issue the same install command a second time
The installation complete successfully (I mean, no error displayed, and
conan
is available on the command line). And there are still no/usr/local/man
folder after the successful installation.Could that be a problem with Conan's pip recipe ?
The text was updated successfully, but these errors were encountered: