docs: Python -V must be >=3.9 AND <3.13 and to install PyTorch before Genesis fixes numpy ver problems
As even Hello ran into issues with the suggested setup (mainly numpy, e.g. ValueError) on any platform (x64 Ubuntu 24.04 & Win 11, MBP M3) I put some more work and analysis.
First off, install runs into all kinds of issues with Python 3.13, so docs should say Python >=3.9 <3.13.
Running into numpy errors I installed PyTorch before Genesis (from latest repo) in a 3.12(.8) env, which replaced numpy 2.0.1 with 1.26.4 from Genesis which made Hello run.
Cheers G.
Yes, this is a property that was inadvertently left in Request Object. Currently, the create view endpoint should not be used to directly create plugin views, as there is a separate dedicated endpoint being used for plugin view creation.