-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
TypeError: memory_maps() takes exactly 2 arguments (1 given) #413
Labels
Milestone
Comments
Can you try the following commands and send me back the result:
Thks |
Here is the result : >>> import psutil
>>> p = psutil.Process()
>>> p.memory_maps()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/ustilago/src/glances-venv/local/lib/python2.7/site-packages/psutil/__init__.py", line 921, in memory_maps
it = self._proc.memory_maps()
TypeError: memory_maps() takes exactly 2 arguments (1 given) Sébastien |
Looks like a PSUtil issues... Can you report it to: https://github.com/giampaolo/psutil/issues |
It's reported : giampaolo/psutil#533 |
nicolargo
added a commit
that referenced
this issue
Sep 15, 2014
Except added in the latest commit (develop branch). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I've just followed the procedure to install glances dev on a virtual machine (vserver), and I can't start glances (i'm in a virtual env) :
I have nothing in the log file :
I'm running Debian stable :
(glances-venv)$ python --version Python 2.7.3 (glances-venv)$ uname -a Linux 2.6.32.22-tl04-grsec2.2.0-vs2.3.0.36.29.6 #1 SMP Sun Oct 3 14:10:24 UTC 2010 x86_64 GNU/Linux
The problem might be linked to access restrictions with vserver.
Regards,
Sébastien
The text was updated successfully, but these errors were encountered: