You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi,
I am trying to use your library on my ubuntu 16.04. I have followed the instruction for installation. When I try to run the test,
I get the following error:
File "/usr/local/lib/python2.7/dist-packages/profiler/init.py", line 1, in
from . profiler import *
File "/usr/local/lib/python2.7/dist-packages/profiler/profiler.py", line 11, in
import perfmon
File "/usr/local/lib/python2.7/dist-packages/perfmon/init.py", line 1, in
from .perfmon_int import *
File "/usr/local/lib/python2.7/dist-packages/perfmon/perfmon_int.py", line 98, in
PERF_TYPE_HARDWARE = _perfmon_int.PERF_TYPE_HARDWARE
AttributeError: 'module' object has no attribute 'PERF_TYPE_HARDWARE'
The text was updated successfully, but these errors were encountered:
hi,
I am trying to use your library on my ubuntu 16.04. I have followed the instruction for installation. When I try to run the test,
I get the following error:
File "/usr/local/lib/python2.7/dist-packages/profiler/init.py", line 1, in
from . profiler import *
File "/usr/local/lib/python2.7/dist-packages/profiler/profiler.py", line 11, in
import perfmon
File "/usr/local/lib/python2.7/dist-packages/perfmon/init.py", line 1, in
from .perfmon_int import *
File "/usr/local/lib/python2.7/dist-packages/perfmon/perfmon_int.py", line 98, in
PERF_TYPE_HARDWARE = _perfmon_int.PERF_TYPE_HARDWARE
AttributeError: 'module' object has no attribute 'PERF_TYPE_HARDWARE'
The text was updated successfully, but these errors were encountered: