cancel
Showing results for 
Search instead for 
Did you mean: 

Radeon ProRender Discussion

lukedary
Journeyman III

How does one install Blender plug-in on CentOS?

Just got amdgpu-pro with OpenCL support running on CentOS 8, and was hoping to try out the latest Blender 2.81a with the ProRender plug-in. Any help would be appreciated.

There is an OS check that specifically says the product is built for Ubuntu and that I may encounter errors...well, I did.

At the "Installing Dependencies" step I got this:

Error:
 Traceback (most recent call last):
  File "./install.py", line 129, in install_component
    yield
  File "./install.py", line 281, in <module>
    install_package('libfreeimage3')
  File "./install.py", line 269, in install_package
    if package_is_installed(package_name):
  File "./install.py", line 255, in package_is_installed
    text = subprocess.check_output(cmd).decode('utf8')
  File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output
    **kwargs).stdout
  File "/usr/lib64/python3.6/subprocess.py", line 423, in run
    with Popen(*popenargs, **kwargs) as process:
  File "/usr/lib64/python3.6/subprocess.py", line 729, in __init__
    restore_signals, start_new_session)
  File "/usr/lib64/python3.6/subprocess.py", line 1364, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'dpkg': 'dpkg'

Installing 'Dependencies' failed!
0 Likes
0 Replies