bpy-build
bpy-build copied to clipboard
problem installing ubuntu
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
Hi, i have the same problem. Did you deal with it?