Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (base) tdonov@Tsvetans-MBP ~ % pip install bpy
- Collecting bpy
- Using cached bpy-0.0.0a0.tar.gz (19 kB)
- Preparing metadata (setup.py) ... done
- Building wheels for collected packages: bpy
- Building wheel for bpy (setup.py) ... error
- error: subprocess-exited-with-error
- × python setup.py bdist_wheel did not run successfully.
- │ exit code: 1
- ╰─> [59 lines of output]
- running bdist_wheel
- running build
- running build_py
- creating build
- creating build/lib.macosx-10.9-x86_64-3.8
- creating build/lib.macosx-10.9-x86_64-3.8/blenderpy
- copying blenderpy/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/blenderpy
- copying blenderpy/post_install.py -> build/lib.macosx-10.9-x86_64-3.8/blenderpy
- running build_ext
- Preparing the build environment
- Searching for compatible Blender online (this will take a while)
- Traceback (most recent call last):
- File "<string>", line 2, in <module>
- File "<pip-setuptools-caller>", line 34, in <module>
- File "/private/var/folders/03/26dcwcn56vz7tq4zfyxmxsp00000gn/T/pip-install-e76nrjiw/bpy_b1bf7672db3f4ac3a64fd150b44e2f1d/setup.py", line 288, in <module>
- setup(name='bpy',
- File "/opt/anaconda3/lib/python3.8/site-packages/setuptools/__init__.py", line 153, in setup
- return distutils.core.setup(**attrs)
- File "/opt/anaconda3/lib/python3.8/distutils/core.py", line 148, in setup
- dist.run_commands()
- File "/opt/anaconda3/lib/python3.8/distutils/dist.py", line 966, in run_commands
- self.run_command(cmd)
- File "/opt/anaconda3/lib/python3.8/distutils/dist.py", line 985, in run_command
- cmd_obj.run()
- File "/opt/anaconda3/lib/python3.8/site-packages/wheel/bdist_wheel.py", line 299, in run
- self.run_command('build')
- File "/opt/anaconda3/lib/python3.8/distutils/cmd.py", line 313, in run_command
- self.distribution.run_command(command)
- File "/opt/anaconda3/lib/python3.8/distutils/dist.py", line 985, in run_command
- cmd_obj.run()
- File "/opt/anaconda3/lib/python3.8/distutils/command/build.py", line 135, in run
- self.run_command(cmd_name)
- File "/opt/anaconda3/lib/python3.8/distutils/cmd.py", line 313, in run_command
- self.distribution.run_command(command)
- File "/opt/anaconda3/lib/python3.8/distutils/dist.py", line 985, in run_command
- cmd_obj.run()
- File "/private/var/folders/03/26dcwcn56vz7tq4zfyxmxsp00000gn/T/pip-install-e76nrjiw/bpy_b1bf7672db3f4ac3a64fd150b44e2f1d/setup.py", line 186, in run
- self.build_cmake(extension)
- File "/private/var/folders/03/26dcwcn56vz7tq4zfyxmxsp00000gn/T/pip-install-e76nrjiw/bpy_b1bf7672db3f4ac3a64fd150b44e2f1d/setup.py", line 216, in build_cmake
- compatible_bpy = bpybuild.sources.get_compatible_sources()
- 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
- matched_version_dict = get_matched_versions()
- 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
- svns = svn_tags()
- 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
- return [BlenderSvn(tag_full_path) for tag_full_path in BlenderSvn.tags()]
- 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
- return [posixpath.join(cls.BASE_URL, "tags", _version) for _version in
- 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>
- return [posixpath.join(cls.BASE_URL, "tags", _version) for _version in
- 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
- for line in self.run_command(
- 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
- return self.external_command(cmd, environment=self.__env, **kwargs)
- 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
- raise svn.exception.SvnException(
- svn.exception.SvnException: Command failed with (72): ['svn', '--non-interactive', 'ls', 'https://svn.blender.org/svnroot/bf-blender//tags']
- svn: error: The subversion command line tools are no longer provided by Xcode.
- [end of output]
- note: This error originates from a subprocess, and is likely not a problem with pip.
- ERROR: Failed building wheel for bpy
- Running setup.py clean for bpy
- Failed to build bpy
- Installing collected packages: bpy
- Running setup.py install for bpy ... error
- error: subprocess-exited-with-error
- × Running setup.py install for bpy did not run successfully.
- │ exit code: 1
- ╰─> [61 lines of output]
- running install
- running build
- running build_py
- creating build
- creating build/lib.macosx-10.9-x86_64-3.8
- creating build/lib.macosx-10.9-x86_64-3.8/blenderpy
- copying blenderpy/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/blenderpy
- copying blenderpy/post_install.py -> build/lib.macosx-10.9-x86_64-3.8/blenderpy
- running build_ext
- Preparing the build environment
- Searching for compatible Blender online (this will take a while)
- Traceback (most recent call last):
- File "<string>", line 2, in <module>
- File "<pip-setuptools-caller>", line 34, in <module>
- File "/private/var/folders/03/26dcwcn56vz7tq4zfyxmxsp00000gn/T/pip-install-e76nrjiw/bpy_b1bf7672db3f4ac3a64fd150b44e2f1d/setup.py", line 288, in <module>
- setup(name='bpy',
- File "/opt/anaconda3/lib/python3.8/site-packages/setuptools/__init__.py", line 153, in setup
- return distutils.core.setup(**attrs)
- File "/opt/anaconda3/lib/python3.8/distutils/core.py", line 148, in setup
- dist.run_commands()
- File "/opt/anaconda3/lib/python3.8/distutils/dist.py", line 966, in run_commands
- self.run_command(cmd)
- File "/opt/anaconda3/lib/python3.8/distutils/dist.py", line 985, in run_command
- cmd_obj.run()
- File "/opt/anaconda3/lib/python3.8/site-packages/setuptools/command/install.py", line 61, in run
- return orig.install.run(self)
- File "/opt/anaconda3/lib/python3.8/distutils/command/install.py", line 545, in run
- self.run_command('build')
- File "/opt/anaconda3/lib/python3.8/distutils/cmd.py", line 313, in run_command
- self.distribution.run_command(command)
- File "/opt/anaconda3/lib/python3.8/distutils/dist.py", line 985, in run_command
- cmd_obj.run()
- File "/opt/anaconda3/lib/python3.8/distutils/command/build.py", line 135, in run
- self.run_command(cmd_name)
- File "/opt/anaconda3/lib/python3.8/distutils/cmd.py", line 313, in run_command
- self.distribution.run_command(command)
- File "/opt/anaconda3/lib/python3.8/distutils/dist.py", line 985, in run_command
- cmd_obj.run()
- File "/private/var/folders/03/26dcwcn56vz7tq4zfyxmxsp00000gn/T/pip-install-e76nrjiw/bpy_b1bf7672db3f4ac3a64fd150b44e2f1d/setup.py", line 186, in run
- self.build_cmake(extension)
- File "/private/var/folders/03/26dcwcn56vz7tq4zfyxmxsp00000gn/T/pip-install-e76nrjiw/bpy_b1bf7672db3f4ac3a64fd150b44e2f1d/setup.py", line 216, in build_cmake
- compatible_bpy = bpybuild.sources.get_compatible_sources()
- 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
- matched_version_dict = get_matched_versions()
- 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
- svns = svn_tags()
- 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
- return [BlenderSvn(tag_full_path) for tag_full_path in BlenderSvn.tags()]
- 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
- return [posixpath.join(cls.BASE_URL, "tags", _version) for _version in
- 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>
- return [posixpath.join(cls.BASE_URL, "tags", _version) for _version in
- 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
- for line in self.run_command(
- 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
- return self.external_command(cmd, environment=self.__env, **kwargs)
- 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
- raise svn.exception.SvnException(
- svn.exception.SvnException: Command failed with (72): ['svn', '--non-interactive', 'ls', 'https://svn.blender.org/svnroot/bf-blender//tags']
- svn: error: The subversion command line tools are no longer provided by Xcode.
- [end of output]
- note: This error originates from a subprocess, and is likely not a problem with pip.
- error: legacy-install-failure
- × Encountered error while trying to install package.
- ╰─> bpy
- note: This is an issue with the package mentioned above, not pip.
- hint: See above for output from the failure.
Advertisement
Add Comment
Please, Sign In to add comment