-
Notifications
You must be signed in to change notification settings - Fork 42
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
pyrasite-memory-viewer error #11
Comments
I am getting the same error on Ubuntu python 3.6 virtualenv
appreciate any advice. thank you. |
@naoko Running the following commands helped resolve this issue for me on Ubuntu
|
|
it didnt work for me on ubuntu 20.03, python 3.8. There still exists error 'no such file or directory '/tmp/pyrasite-3572-objects.json' |
Environment: Mac virtualenv python2.6
pyrasite-memory-viewer 78158
Traceback (most recent call last):
File "/Users/eric/softpack/virtualenv/python2/bin/pyrasite-memory-viewer", line 11, in
load_entry_point('pyrasite==2.0', 'console_scripts', 'pyrasite-memory-viewer')()
File "/Users/eric/softpack/virtualenv/python2/lib/python2.7/site-packages/pyrasite/tools/memory_viewer.py", line 150, in main
objects = loader.load(filename)
File "/Users/eric/softpack/virtualenv/python2/lib/python2.7/site-packages/meliae/loader.py", line 529, in load
source, cleanup = files.open_file(source)
File "/Users/eric/softpack/virtualenv/python2/lib/python2.7/site-packages/meliae/files.py", line 32, in open_file
source = open(filename, 'rb')
IOError: [Errno 2] No such file or directory: '/tmp/pyrasite-78158-objects.json'
Thanks for help
The text was updated successfully, but these errors were encountered: