-
Notifications
You must be signed in to change notification settings - Fork 46
Error: no installed version #9
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
Comments
You've installed p, but the error you are getting is referencing python. You do not have an installed version of python that p can see, since p installs python versions in its own directory. To install a python version using p, use: p ls #To see available python versions
#Then type p and the version you'd like to install, ex:
p 2.7.10
#Or to install the latest version of python
p latest
You should no longer get the error. |
Thanks for the answer, sudo p latest
|
Did you try installing a different version of Python? Such as Python 2.X? I would need to see the log/output of the compiling to know what caused it to fail. I'll try to replicate the error on a Manjaro box, and post updates here. |
|
@Boblinux I got the same error |
@Boblinux I have the same problem |
Same here
|
@Boblinux The same error |
@Boblinux I got the same error when I try to install 2.7.10, but it worked well with sudo. However, I try to install 3.5.1 in the same way with sudo, the error comes up again. |
I got it on 3.5.1(with or without sudo), I'll try 2.7 again |
@MModerato any luck installing 2.7? |
oh! it worked well in 2.7 |
Hi,
Configuration : Manjaro Linux 32 bits (based on archlinux)
i wanted to try p
so, i learnt the readme what explains how to install it
i do :
The text was updated successfully, but these errors were encountered: