i duplicated question here, hope there's more visibility, :) https://github.com/vmprof/vmprof-python/issues/24
hi all, when run
#pypy -m vmprof test.py no module named _vmprof; 'vmprof' package , cannot directly executed another case:
#vmprofshow traceback (most recent call last): file "<builtin>/app_main.py", line 75, in run_toplevel file "/vmprofshow", line 9, in <module> load_entry_point('vmprof==0.1.3', 'console_scripts', 'vmprofshow')() file "/site-packages/pkg_resources.py", line 352, in load_entry_point return get_distribution(dist).load_entry_point(group, name) file "/site-packages/pkg_resources.py", line 2307, in load_entry_point return ep.load() file "/site-packages/pkg_resources.py", line 2021, in load entry = __import__(self.module_name, globals(),globals(), ['__name__']) file "/site-packages/vmprof/__init__.py", line 7, in <module> import _vmprof importerror: no module named _vmprof my environment:
- mac os x 10.9.5
- pypy 2.6
thanks lot :)
vmprof on pypy enabled on 64-bit linux right now. documentation @ https://vmprof.readthedocs.org/en/latest/ misleading: beta versions of vmprof on os/x or freebsd available cpython, not pypy.
Comments
Post a Comment