Error when using pip install

Hi there,

I’m a beginner and I’m trying to install ‘Mitsuba 3’. On PyPI the instruction is to run ‘pip install mitsuba’

When I try this I get these errors;

"ERROR: Could not find a version that satisfies the requirement mitsuba (from versions: none)

ERROR: No matching distribution found for mitsuba"

I am running this in terminal on a macbook pro 2015. I have python version 3.12.0 and pip version 23.3.1

can anyone offer some guidance please?

Thanks

I can see from mitsuba · PyPI that there is not a build for pytohn 3.12 yet. You could try asking the author for a 3.12 build but often its easier to use the previous python version 3.11 in this case.

1 Like

Thank you Barry, issue resolved.