Advertisement
Guest User

asd

a guest
Mar 31st, 2020
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. /usr/bin/Pycharm/plugins/python/helpers/packaging_tool.py untar /usr/bin/Pycharm/plugins/python/helpers/setuptools-40.8.0.tar.gz
  2.  
  3.  
  4. Traceback (most recent call last):
  5. File "/usr/bin/Pycharm/plugins/python/helpers/packaging_tool.py", line 154, in main
  6. do_untar(name)
  7. File "/usr/bin/Pycharm/plugins/python/helpers/packaging_tool.py", line 95, in do_untar
  8. import tarfile
  9. File "/usr/lib/python2.7/tarfile.py", line 52, in <module>
  10. import copy
  11. File "/usr/lib/python2.7/copy.py", line 52, in <module>
  12. import weakref
  13. File "/usr/lib/python2.7/weakref.py", line 14, in <module>
  14. from _weakref import (
  15. ImportError: cannot import name _remove_dead_weakref
  16.  
  17.  
  18. Python Packaging Tools Not Found
  19. ImportError: cannot import name _remove_dead_weakref
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement