Advertisement
Guest User

problems

a guest
Jun 27th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. MacBook-Pro-di-Tommaso:~ cutesmilee$ python /Users/cutesmilee/Desktop/usb-device-fuzzing-master/simple_ctrl_fuzzer.py 12a8:05ac
  2. Traceback (most recent call last):
  3. File "/Users/cutesmilee/Desktop/usb-device-fuzzing-master/simple_ctrl_fuzzer.py", line 5, in <module>
  4. import usb.core
  5. File "/usr/local/lib/python2.7/site-packages/usb/__init__.py", line 43, in <module>
  6. import logging
  7. File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 26, in <module>
  8. import sys, os, time, cStringIO, traceback, warnings, weakref, collections
  9. File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/weakref.py", line 14, in <module>
  10. from _weakref import (
  11. ImportError: cannot import name _remove_dead_weakref
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement