Replies: 2 comments
-
@VascoPi please help him. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I've just verified a build instruction and yes it requires to be updated. Please try these steps:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Instructions unclear, fans bloody. Also:
$ python3 build.py Traceback (most recent call last): File "...RadeonProRenderBlenderAddon/src/bindings/pyrpr/rpr.py", line 158, in <module> export('pyrprwrapapi.json', [], 'rprwrap.h', File "...RadeonProRenderBlenderAddon/src/bindings/pyrpr/rpr.py", line 41, in export write_api(api_desc_fpath, f, abi_mode) File "...RadeonProRenderBlenderAddon/src/bindings/pyrpr/rpr.py", line 120, in write_api api = pyrprapi.load(api_desc_fpath) File "...RadeonProRenderBlenderAddon/src/bindings/pyrpr/src/pyrprapi.py", line 183, in load loader = json.load(open(fpath), FileNotFoundError: [Errno 2] No such file or directory: '...RadeonProRenderBlenderAddon/src/bindings/pyrpr/src/pyrprwrapapi.json' Traceback (most recent call last): File "...RadeonProRenderBlenderAddon/build.py", line 40, in <module> subprocess.check_call([sys.executable, 'rpr.py']) File "/usr/lib/python3.10/subprocess.py", line 369, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['/usr/bin/python3', 'rpr.py']' returned non-zero exit status 1.
I'm pretty certain I've taken care of every instruction/command/dependency in the readme's up to the command shown above. I'm stumped.
Beta Was this translation helpful? Give feedback.
All reactions