Lissanro

Shotpacker cannot find pyclipper

Aug 1st, 2020
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. Platform: Linux
  2. >>> Site packages:
  3. /mnt/efc752b1-c1af-4b3b-97eb-c1dfc95d2e7d/home/lissanro/pkgs/blender/blender-2.91.0-698af2e774b5-linux64/2.91/python/lib/python3.7/site-packages
  4. /home/lissanro/.local/lib/python3.7/site-packages
  5. >>> Using /mnt/efc752b1-c1af-4b3b-97eb-c1dfc95d2e7d/home/lissanro/pkgs/blender/blender-2.91.0-698af2e774b5-linux64/2.91/python/bin/python3.7m
  6. Looking in links: /tmp/tmp1jfgrvy4
  7. Requirement already satisfied: setuptools in /home/lissanro/.local/lib/python3.7/site-packages (41.2.0)
  8. Requirement already satisfied: pip in /home/lissanro/.local/lib/python3.7/site-packages (19.2.3)
  9. Uninstalling cffi-1.14.1:
  10. Successfully uninstalled cffi-1.14.1
  11. Uninstalling pyclipper-1.2.0:
  12. Successfully uninstalled pyclipper-1.2.0
  13. Uninstalling pycparser-2.20:
  14. Successfully uninstalled pycparser-2.20
  15. >>> Installing Shotpacker libraries...
  16. Collecting cffi
  17. Using cached https://files.pythonhosted.org/packages/d1/fd/10e2050b3afcb03d78b2b33212c3ff17b3985ae25d0feb34c0c9eb417549/cffi-1.14.1-cp37-cp37m-manylinux1_x86_64.whl
  18. Collecting pycparser (from cffi)
  19. Using cached https://files.pythonhosted.org/packages/ae/e7/d9c3a176ca4b02024debf82342dab36efadfc5776f9c8db077e8f6e71821/pycparser-2.20-py2.py3-none-any.whl
  20. Installing collected packages: pycparser, cffi
  21. Successfully installed cffi-1.14.1 pycparser-2.20
  22. WARNING: You are using pip version 19.2.3, however version 20.2 is available.
  23. You should consider upgrading via the 'pip install --upgrade pip' command.
  24. Collecting pyclipper
  25. Using cached https://files.pythonhosted.org/packages/1a/2f/ba30c6fe34ac082232a89f00801ea087c231d714eb200e8a1faa439c90b5/pyclipper-1.2.0-cp37-cp37m-manylinux1_x86_64.whl
  26. Installing collected packages: pyclipper
  27. Successfully installed pyclipper-1.2.0
  28. WARNING: You are using pip version 19.2.3, however version 20.2 is available.
  29. You should consider upgrading via the 'pip install --upgrade pip' command.
  30. >>> User install didn't work, trying admin...
  31. Requirement already satisfied: cffi in /home/lissanro/.local/lib/python3.7/site-packages (1.14.1)
  32. Requirement already satisfied: pycparser in /home/lissanro/.local/lib/python3.7/site-packages (from cffi) (2.20)
  33. WARNING: You are using pip version 19.2.3, however version 20.2 is available.
  34. You should consider upgrading via the 'pip install --upgrade pip' command.
  35. Requirement already satisfied: pyclipper in /home/lissanro/.local/lib/python3.7/site-packages (1.2.0)
  36. WARNING: You are using pip version 19.2.3, however version 20.2 is available.
  37. You should consider upgrading via the 'pip install --upgrade pip' command.
  38. Traceback (most recent call last):
  39. File "/home/lissanro/.config/blender/2.91/scripts/addons/shotpacker/__init__.py", line 172, in execute
  40. from . import island # noqa: F401
  41. File "/home/lissanro/.config/blender/2.91/scripts/addons/shotpacker/island.py", line 31, in <module>
  42. from . import cgeo
  43. File "/home/lissanro/.config/blender/2.91/scripts/addons/shotpacker/cgeo.py", line 22, in <module>
  44. import pyclipper
  45. ModuleNotFoundError: No module named 'pyclipper'
  46.  
  47. location: <unknown location>:-1
  48.  
  49. location: <unknown location>:-1
  50. Error: Traceback (most recent call last):
  51. File "/home/lissanro/.config/blender/2.91/scripts/addons/shotpacker/__init__.py", line 172, in execute
  52. from . import island # noqa: F401
  53. File "/home/lissanro/.config/blender/2.91/scripts/addons/shotpacker/island.py", line 31, in <module>
  54. from . import cgeo
  55. File "/home/lissanro/.config/blender/2.91/scripts/addons/shotpacker/cgeo.py", line 22, in <module>
  56. import pyclipper
  57. ModuleNotFoundError: No module named 'pyclipper'
  58.  
  59. location: <unknown location>:-1
Add Comment
Please, Sign In to add comment