gladiusmaximus

stderr

Dec 14th, 2022 (edited)
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.99 KB | None | 0 0
  1. /home/sam/Downloads/test/.spack-env/view/lib/python3.10/site-packages/dill/_dill.py:1705: PicklingWarning: Cannot locate reference to <class 'bytes_iterator'>.
  2. warnings.warn('Cannot locate reference to %r.' % (obj,), PicklingWarning)
  3.  
  4. /home/sam/Downloads/test/.spack-env/view/lib/python3.10/site-packages/dill/_dill.py:1707: PicklingWarning: Cannot pickle <class 'bytes_iterator'>: builtins.bytes_iterator has recursive self-references that trigger a RecursionError.
  5. warnings.warn('Cannot pickle %r: %s.%s has recursive self-references that trigger a RecursionError.' % (obj, obj.__module__, obj_name), PicklingWarning)
  6.  
  7. Traceback (most recent call last):
  8. File "<string>", line 1, in <module>
  9. File "/home/sam/Downloads/test/.spack-env/view/lib/python3.10/site-packages/dill/_dill.py", line 263, in dumps
  10. dump(obj, file, protocol, byref, fmode, recurse, **kwds)#, strictio)
  11. File "/home/sam/Downloads/test/.spack-env/view/lib/python3.10/site-packages/dill/_dill.py", line 235, in dump
  12. Pickler(file, protocol, **_kwds).dump(obj)
  13. File "/home/sam/Downloads/test/.spack-env/view/lib/python3.10/site-packages/dill/_dill.py", line 394, in dump
  14. StockPickler.dump(self, obj)
  15. File "/home/sam/Downloads/test/.spack-env/view/lib/python3.10/pickle.py", line 487, in dump
  16. self.save(obj)
  17. File "/home/sam/Downloads/test/.spack-env/view/lib/python3.10/site-packages/dill/_dill.py", line 388, in save
  18. StockPickler.save(self, obj, save_persistent_id)
  19. File "/home/sam/Downloads/test/.spack-env/view/lib/python3.10/pickle.py", line 560, in save
  20. f(self, obj) # Call unbound method with explicit self
  21. File "/home/sam/Downloads/test/.spack-env/view/lib/python3.10/site-packages/dill/_dill.py", line 1698, in save_type
  22. _save_with_postproc(pickler, (_create_type, (
  23. File "/home/sam/Downloads/test/.spack-env/view/lib/python3.10/site-packages/dill/_dill.py", line 1070, in _save_with_postproc
  24. pickler.save_reduce(*reduction, obj=obj)
  25. File "/home/sam/Downloads/test/.spack-env/view/lib/python3.10/pickle.py", line 692, in save_reduce
  26. save(args)
  27. File "/home/sam/Downloads/test/.spack-env/view/lib/python3.10/site-packages/dill/_dill.py", line 388, in save
  28. StockPickler.save(self, obj, save_persistent_id)
  29. File "/home/sam/Downloads/test/.spack-env/view/lib/python3.10/pickle.py", line 560, in save
  30. f(self, obj) # Call unbound method with explicit self
  31. File "/home/sam/Downloads/test/.spack-env/view/lib/python3.10/pickle.py", line 902, in save_tuple
  32. save(element)
  33. File "/home/sam/Downloads/test/.spack-env/view/lib/python3.10/site-packages/dill/_dill.py", line 388, in save
  34. StockPickler.save(self, obj, save_persistent_id)
  35. File "/home/sam/Downloads/test/.spack-env/view/lib/python3.10/pickle.py", line 560, in save
  36. f(self, obj) # Call unbound method with explicit self
  37. File "/home/sam/Downloads/test/.spack-env/view/lib/python3.10/site-packages/dill/_dill.py", line 1186, in save_module_dict
  38. StockPickler.save_dict(pickler, obj)
  39. File "/home/sam/Downloads/test/.spack-env/view/lib/python3.10/pickle.py", line 972, in save_dict
  40. self._batch_setitems(obj.items())
  41. File "/home/sam/Downloads/test/.spack-env/view/lib/python3.10/pickle.py", line 998, in _batch_setitems
  42. save(v)
  43. File "/home/sam/Downloads/test/.spack-env/view/lib/python3.10/site-packages/dill/_dill.py", line 388, in save
  44. StockPickler.save(self, obj, save_persistent_id)
  45. File "/home/sam/Downloads/test/.spack-env/view/lib/python3.10/pickle.py", line 560, in save
  46. f(self, obj) # Call unbound method with explicit self
  47. File "/home/sam/Downloads/test/.spack-env/view/lib/python3.10/site-packages/dill/_dill.py", line 1439, in save_wrapper_descriptor
  48. pickler.save_reduce(_getattr, (obj.__objclass__, obj.__name__,
  49. File "/home/sam/Downloads/test/.spack-env/view/lib/python3.10/pickle.py", line 692, in save_reduce
  50. save(args)
  51. File "/home/sam/Downloads/test/.spack-env/view/lib/python3.10/site-packages/dill/_dill.py", line 388, in save
  52. StockPickler.save(self, obj, save_persistent_id)
  53. File "/home/sam/Downloads/test/.spack-env/view/lib/python3.10/pickle.py", line 560, in save
  54. f(self, obj) # Call unbound method with explicit self
  55. File "/home/sam/Downloads/test/.spack-env/view/lib/python3.10/pickle.py", line 887, in save_tuple
  56. save(element)
  57. File "/home/sam/Downloads/test/.spack-env/view/lib/python3.10/site-packages/dill/_dill.py", line 388, in save
  58. StockPickler.save(self, obj, save_persistent_id)
  59. File "/home/sam/Downloads/test/.spack-env/view/lib/python3.10/pickle.py", line 560, in save
  60. f(self, obj) # Call unbound method with explicit self
  61. File "/home/sam/Downloads/test/.spack-env/view/lib/python3.10/site-packages/dill/_dill.py", line 1711, in save_type
  62. StockPickler.save_global(pickler, obj, name=obj_name)
  63. File "/home/sam/Downloads/test/.spack-env/view/lib/python3.10/pickle.py", line 1071, in save_global
  64. raise PicklingError(
  65.  
  66. _pickle.PicklingError: Can't pickle <class 'bytes_iterator'>: it's not found as builtins.bytes_iterator
Advertisement
Add Comment
Please, Sign In to add comment