-
Notifications
You must be signed in to change notification settings - Fork 43
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
Always an Update #53
Comments
@SamyBencherif thanks for the info. Are you running it on Mac OS X ? Sadly, I did not get a macbook to test the auto-upgrade behaviour. Can you attach more details why the installation is failing on the first place during an auto upgrade, send the logs at |
Yes I am running on mac. Here is ptop.log. |
I guess I got the issue. Your system python version is
If you can fix pip to point to the one with Python 3.6, ptop will be able to upgrade. Moreover do one more thing if its possible for you,
and send me the logs. Thanks ! |
It looks like the inverse situation to me.
Should I change pip back to Python2? Running the following appears to have successfully updated ptop.
Here is the new ptop.log. |
Ah,my bad. pip should ideally point to system Python. Anyways, thanks for the help. I will keep this open for sometime to check if it is happening to other people as well running mac os x. |
it happens to me, on ubuntu 16
|
hi @magicpotion, can you please post the logs here for the upgrade operation. |
|
Thanks for adding this. Can you send me these also: |
nothing interesting in logs |
Okay, the new version of ptop should be there at |
thanks |
It works in virtualenv, i have tested it there. You can activate virtualenv and do a pip install. I don't about the usage of For me pip install at system level. Version of pip is 18.0 and there is no such flag. I see you are using 8.0 version of pip, it being outdated might be the problem here or it might have something to do with python2. You can try upgrading pip and installing. Let me know if the problem persists. Thanks ! |
Ptop asks me to update every time I run it.
However after running the update, I am in fact not updated.
For anyone else experiencing this issue it can be temporarily patched by disabling the updater altogether.
curl -L https://bit.ly/2KBDt9y | python3 -
^ run at your own discretion
The text was updated successfully, but these errors were encountered: