Timeline for python version and package installation issue
Current License: CC BY-SA 4.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 23, 2020 at 10:04 | comment | added | Vikrant Singh Rana | could you please also suggest on this question unix.stackexchange.com/questions/610875/… | |
| Sep 19, 2020 at 13:52 | comment | added | jsbillings | @vikrantrana also, /usr/bin/inv appears to be python 2 based, and using an invoke built and installed in /home/xyz/.local/lib, so not the one you installed in /usr/local anyway. | |
| Sep 19, 2020 at 13:11 | comment | added | jsbillings | You’ve somehow installed python modules in /usr/local but not included them in the standard python search paths. How was python installed in /usr/local? It’s not a standard CentOS path | |
| Sep 19, 2020 at 1:57 | comment | added | Vikrant Singh Rana | I have accepted the answer but my error could not resolved. I would be greatful to you if you can help me in this regard. I have updated the question with issue I am facing. Thanks | |
| Sep 19, 2020 at 1:56 | vote | accept | Vikrant Singh Rana | ||
| Sep 19, 2020 at 1:45 | comment | added | jsbillings | @vikrantrana you are running as a regular user, so you can’t install into the OS directories. As the error tells you, you have to add —user to install into your homedir. If you want to update the python3 modules installed in/usr/local, you have to run pip3 as root. | |
| Sep 19, 2020 at 0:35 | comment | added | Vikrant Singh Rana | Thanks for the answer. I am getting this error now. I have updated the question. I did something wrong. I guess | |
| Sep 19, 2020 at 0:19 | history | answered | jsbillings | CC BY-SA 4.0 |