TylerGubala / bpy-build

Python build script for Blender as a python module
GNU General Public License v3.0
40 stars 9 forks source link

problem installing ubuntu #13

Open stanhjr opened 2 years ago

stanhjr commented 2 years ago

Good day! I use ubuntu 20.0 and python 3.7.13 pip install bpy && bpy_post_install

i get this traceback, how can i install this package?

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
  ╰─> [21 lines of output]
      /home/stan/work/MetaCats/venv/lib/python3.7/site-packages/setuptools/installer.py:30: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer.
        SetuptoolsDeprecationWarning,
      running bdist_wheel

p.s. with this package I will be able to substitute textures and render images without opening the desktop blender?

Thanks

karinoon commented 11 months ago

Hi, i have the same problem. Did you deal with it?