You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
when I do
$ pip install openexr
--> cannot find Python.h
or if I git clone and do
$ python setup.py install
I get
File "setup.py", line 8
VERSION = f"{VERSION_MAJOR}.{VERSION_MINOR}.{VERSION_PATCH}"
SynthaxError: Invalid syntax
I tried this both on Ubuntu 22.04 as well as Ubuntu 16.04 (this one inside a VirtualBox) both using bundled Python 3.5.3 of Blender 2.79a.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
when I do
$ pip install openexr
--> cannot find Python.h
or if I git clone and do
$ python setup.py install
I get
File "setup.py", line 8
VERSION = f"{VERSION_MAJOR}.{VERSION_MINOR}.{VERSION_PATCH}"
SynthaxError: Invalid syntax
I tried this both on Ubuntu 22.04 as well as Ubuntu 16.04 (this one inside a VirtualBox) both using bundled Python 3.5.3 of Blender 2.79a.
The text was updated successfully, but these errors were encountered: