Guest User

Untitled

a guest
May 22nd, 2022
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.93 KB | None | 0 0
  1. (base) tdonov@Tsvetans-MBP ~ % pip install bpy
  2. Collecting bpy
  3. Using cached bpy-0.0.0a0.tar.gz (19 kB)
  4. Preparing metadata (setup.py) ... done
  5. Building wheels for collected packages: bpy
  6. Building wheel for bpy (setup.py) ... error
  7. error: subprocess-exited-with-error
  8.  
  9. × python setup.py bdist_wheel did not run successfully.
  10. │ exit code: 1
  11. ╰─> [59 lines of output]
  12. running bdist_wheel
  13. running build
  14. running build_py
  15. creating build
  16. creating build/lib.macosx-10.9-x86_64-3.8
  17. creating build/lib.macosx-10.9-x86_64-3.8/blenderpy
  18. copying blenderpy/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/blenderpy
  19. copying blenderpy/post_install.py -> build/lib.macosx-10.9-x86_64-3.8/blenderpy
  20. running build_ext
  21. Preparing the build environment
  22. Searching for compatible Blender online (this will take a while)
  23. Traceback (most recent call last):
  24. File "<string>", line 2, in <module>
  25. File "<pip-setuptools-caller>", line 34, in <module>
  26. File "/private/var/folders/03/26dcwcn56vz7tq4zfyxmxsp00000gn/T/pip-install-e76nrjiw/bpy_b1bf7672db3f4ac3a64fd150b44e2f1d/setup.py", line 288, in <module>
  27. setup(name='bpy',
  28. File "/opt/anaconda3/lib/python3.8/site-packages/setuptools/__init__.py", line 153, in setup
  29. return distutils.core.setup(**attrs)
  30. File "/opt/anaconda3/lib/python3.8/distutils/core.py", line 148, in setup
  31. dist.run_commands()
  32. File "/opt/anaconda3/lib/python3.8/distutils/dist.py", line 966, in run_commands
  33. self.run_command(cmd)
  34. File "/opt/anaconda3/lib/python3.8/distutils/dist.py", line 985, in run_command
  35. cmd_obj.run()
  36. File "/opt/anaconda3/lib/python3.8/site-packages/wheel/bdist_wheel.py", line 299, in run
  37. self.run_command('build')
  38. File "/opt/anaconda3/lib/python3.8/distutils/cmd.py", line 313, in run_command
  39. self.distribution.run_command(command)
  40. File "/opt/anaconda3/lib/python3.8/distutils/dist.py", line 985, in run_command
  41. cmd_obj.run()
  42. File "/opt/anaconda3/lib/python3.8/distutils/command/build.py", line 135, in run
  43. self.run_command(cmd_name)
  44. File "/opt/anaconda3/lib/python3.8/distutils/cmd.py", line 313, in run_command
  45. self.distribution.run_command(command)
  46. File "/opt/anaconda3/lib/python3.8/distutils/dist.py", line 985, in run_command
  47. cmd_obj.run()
  48. File "/private/var/folders/03/26dcwcn56vz7tq4zfyxmxsp00000gn/T/pip-install-e76nrjiw/bpy_b1bf7672db3f4ac3a64fd150b44e2f1d/setup.py", line 186, in run
  49. self.build_cmake(extension)
  50. File "/private/var/folders/03/26dcwcn56vz7tq4zfyxmxsp00000gn/T/pip-install-e76nrjiw/bpy_b1bf7672db3f4ac3a64fd150b44e2f1d/setup.py", line 216, in build_cmake
  51. compatible_bpy = bpybuild.sources.get_compatible_sources()
  52. File "/private/var/folders/03/26dcwcn56vz7tq4zfyxmxsp00000gn/T/pip-install-e76nrjiw/bpy_b1bf7672db3f4ac3a64fd150b44e2f1d/.eggs/bpy_build-2.1.0-py3.8.egg/bpybuild/sources.py", line 393, in get_compatible_sources
  53. matched_version_dict = get_matched_versions()
  54. File "/private/var/folders/03/26dcwcn56vz7tq4zfyxmxsp00000gn/T/pip-install-e76nrjiw/bpy_b1bf7672db3f4ac3a64fd150b44e2f1d/.eggs/bpy_build-2.1.0-py3.8.egg/bpybuild/sources.py", line 376, in get_matched_versions
  55. svns = svn_tags()
  56. File "/private/var/folders/03/26dcwcn56vz7tq4zfyxmxsp00000gn/T/pip-install-e76nrjiw/bpy_b1bf7672db3f4ac3a64fd150b44e2f1d/.eggs/bpy_build-2.1.0-py3.8.egg/bpybuild/sources.py", line 361, in svn_tags
  57. return [BlenderSvn(tag_full_path) for tag_full_path in BlenderSvn.tags()]
  58. File "/private/var/folders/03/26dcwcn56vz7tq4zfyxmxsp00000gn/T/pip-install-e76nrjiw/bpy_b1bf7672db3f4ac3a64fd150b44e2f1d/.eggs/bpy_build-2.1.0-py3.8.egg/bpybuild/sources.py", line 264, in tags
  59. return [posixpath.join(cls.BASE_URL, "tags", _version) for _version in
  60. File "/private/var/folders/03/26dcwcn56vz7tq4zfyxmxsp00000gn/T/pip-install-e76nrjiw/bpy_b1bf7672db3f4ac3a64fd150b44e2f1d/.eggs/bpy_build-2.1.0-py3.8.egg/bpybuild/sources.py", line 264, in <listcomp>
  61. return [posixpath.join(cls.BASE_URL, "tags", _version) for _version in
  62. File "/private/var/folders/03/26dcwcn56vz7tq4zfyxmxsp00000gn/T/pip-install-e76nrjiw/bpy_b1bf7672db3f4ac3a64fd150b44e2f1d/.eggs/svn-1.0.1-py3.8.egg/svn/common.py", line 339, in list
  63. for line in self.run_command(
  64. File "/private/var/folders/03/26dcwcn56vz7tq4zfyxmxsp00000gn/T/pip-install-e76nrjiw/bpy_b1bf7672db3f4ac3a64fd150b44e2f1d/.eggs/svn-1.0.1-py3.8.egg/svn/common.py", line 60, in run_command
  65. return self.external_command(cmd, environment=self.__env, **kwargs)
  66. File "/private/var/folders/03/26dcwcn56vz7tq4zfyxmxsp00000gn/T/pip-install-e76nrjiw/bpy_b1bf7672db3f4ac3a64fd150b44e2f1d/.eggs/svn-1.0.1-py3.8.egg/svn/common_base.py", line 37, in external_command
  67. raise svn.exception.SvnException(
  68. svn.exception.SvnException: Command failed with (72): ['svn', '--non-interactive', 'ls', 'https://svn.blender.org/svnroot/bf-blender//tags']
  69. svn: error: The subversion command line tools are no longer provided by Xcode.
  70.  
  71. [end of output]
  72.  
  73. note: This error originates from a subprocess, and is likely not a problem with pip.
  74. ERROR: Failed building wheel for bpy
  75. Running setup.py clean for bpy
  76. Failed to build bpy
  77. Installing collected packages: bpy
  78. Running setup.py install for bpy ... error
  79. error: subprocess-exited-with-error
  80.  
  81. × Running setup.py install for bpy did not run successfully.
  82. │ exit code: 1
  83. ╰─> [61 lines of output]
  84. running install
  85. running build
  86. running build_py
  87. creating build
  88. creating build/lib.macosx-10.9-x86_64-3.8
  89. creating build/lib.macosx-10.9-x86_64-3.8/blenderpy
  90. copying blenderpy/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/blenderpy
  91. copying blenderpy/post_install.py -> build/lib.macosx-10.9-x86_64-3.8/blenderpy
  92. running build_ext
  93. Preparing the build environment
  94. Searching for compatible Blender online (this will take a while)
  95. Traceback (most recent call last):
  96. File "<string>", line 2, in <module>
  97. File "<pip-setuptools-caller>", line 34, in <module>
  98. File "/private/var/folders/03/26dcwcn56vz7tq4zfyxmxsp00000gn/T/pip-install-e76nrjiw/bpy_b1bf7672db3f4ac3a64fd150b44e2f1d/setup.py", line 288, in <module>
  99. setup(name='bpy',
  100. File "/opt/anaconda3/lib/python3.8/site-packages/setuptools/__init__.py", line 153, in setup
  101. return distutils.core.setup(**attrs)
  102. File "/opt/anaconda3/lib/python3.8/distutils/core.py", line 148, in setup
  103. dist.run_commands()
  104. File "/opt/anaconda3/lib/python3.8/distutils/dist.py", line 966, in run_commands
  105. self.run_command(cmd)
  106. File "/opt/anaconda3/lib/python3.8/distutils/dist.py", line 985, in run_command
  107. cmd_obj.run()
  108. File "/opt/anaconda3/lib/python3.8/site-packages/setuptools/command/install.py", line 61, in run
  109. return orig.install.run(self)
  110. File "/opt/anaconda3/lib/python3.8/distutils/command/install.py", line 545, in run
  111. self.run_command('build')
  112. File "/opt/anaconda3/lib/python3.8/distutils/cmd.py", line 313, in run_command
  113. self.distribution.run_command(command)
  114. File "/opt/anaconda3/lib/python3.8/distutils/dist.py", line 985, in run_command
  115. cmd_obj.run()
  116. File "/opt/anaconda3/lib/python3.8/distutils/command/build.py", line 135, in run
  117. self.run_command(cmd_name)
  118. File "/opt/anaconda3/lib/python3.8/distutils/cmd.py", line 313, in run_command
  119. self.distribution.run_command(command)
  120. File "/opt/anaconda3/lib/python3.8/distutils/dist.py", line 985, in run_command
  121. cmd_obj.run()
  122. File "/private/var/folders/03/26dcwcn56vz7tq4zfyxmxsp00000gn/T/pip-install-e76nrjiw/bpy_b1bf7672db3f4ac3a64fd150b44e2f1d/setup.py", line 186, in run
  123. self.build_cmake(extension)
  124. File "/private/var/folders/03/26dcwcn56vz7tq4zfyxmxsp00000gn/T/pip-install-e76nrjiw/bpy_b1bf7672db3f4ac3a64fd150b44e2f1d/setup.py", line 216, in build_cmake
  125. compatible_bpy = bpybuild.sources.get_compatible_sources()
  126. File "/private/var/folders/03/26dcwcn56vz7tq4zfyxmxsp00000gn/T/pip-install-e76nrjiw/bpy_b1bf7672db3f4ac3a64fd150b44e2f1d/.eggs/bpy_build-2.1.0-py3.8.egg/bpybuild/sources.py", line 393, in get_compatible_sources
  127. matched_version_dict = get_matched_versions()
  128. File "/private/var/folders/03/26dcwcn56vz7tq4zfyxmxsp00000gn/T/pip-install-e76nrjiw/bpy_b1bf7672db3f4ac3a64fd150b44e2f1d/.eggs/bpy_build-2.1.0-py3.8.egg/bpybuild/sources.py", line 376, in get_matched_versions
  129. svns = svn_tags()
  130. File "/private/var/folders/03/26dcwcn56vz7tq4zfyxmxsp00000gn/T/pip-install-e76nrjiw/bpy_b1bf7672db3f4ac3a64fd150b44e2f1d/.eggs/bpy_build-2.1.0-py3.8.egg/bpybuild/sources.py", line 361, in svn_tags
  131. return [BlenderSvn(tag_full_path) for tag_full_path in BlenderSvn.tags()]
  132. File "/private/var/folders/03/26dcwcn56vz7tq4zfyxmxsp00000gn/T/pip-install-e76nrjiw/bpy_b1bf7672db3f4ac3a64fd150b44e2f1d/.eggs/bpy_build-2.1.0-py3.8.egg/bpybuild/sources.py", line 264, in tags
  133. return [posixpath.join(cls.BASE_URL, "tags", _version) for _version in
  134. File "/private/var/folders/03/26dcwcn56vz7tq4zfyxmxsp00000gn/T/pip-install-e76nrjiw/bpy_b1bf7672db3f4ac3a64fd150b44e2f1d/.eggs/bpy_build-2.1.0-py3.8.egg/bpybuild/sources.py", line 264, in <listcomp>
  135. return [posixpath.join(cls.BASE_URL, "tags", _version) for _version in
  136. File "/private/var/folders/03/26dcwcn56vz7tq4zfyxmxsp00000gn/T/pip-install-e76nrjiw/bpy_b1bf7672db3f4ac3a64fd150b44e2f1d/.eggs/svn-1.0.1-py3.8.egg/svn/common.py", line 339, in list
  137. for line in self.run_command(
  138. File "/private/var/folders/03/26dcwcn56vz7tq4zfyxmxsp00000gn/T/pip-install-e76nrjiw/bpy_b1bf7672db3f4ac3a64fd150b44e2f1d/.eggs/svn-1.0.1-py3.8.egg/svn/common.py", line 60, in run_command
  139. return self.external_command(cmd, environment=self.__env, **kwargs)
  140. File "/private/var/folders/03/26dcwcn56vz7tq4zfyxmxsp00000gn/T/pip-install-e76nrjiw/bpy_b1bf7672db3f4ac3a64fd150b44e2f1d/.eggs/svn-1.0.1-py3.8.egg/svn/common_base.py", line 37, in external_command
  141. raise svn.exception.SvnException(
  142. svn.exception.SvnException: Command failed with (72): ['svn', '--non-interactive', 'ls', 'https://svn.blender.org/svnroot/bf-blender//tags']
  143. svn: error: The subversion command line tools are no longer provided by Xcode.
  144.  
  145. [end of output]
  146.  
  147. note: This error originates from a subprocess, and is likely not a problem with pip.
  148. error: legacy-install-failure
  149.  
  150. × Encountered error while trying to install package.
  151. ╰─> bpy
  152.  
  153. note: This is an issue with the package mentioned above, not pip.
  154. hint: See above for output from the failure.
Advertisement
Add Comment
Please, Sign In to add comment