Genesis icon indicating copy to clipboard operation
Genesis copied to clipboard

docs: Python -V must be >=3.9 AND <3.13 and to install PyTorch before Genesis fixes numpy ver problems

Open ai-bits opened this issue 1 year ago • 2 comments

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.

ai-bits avatar Dec 27 '24 10:12 ai-bits

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.

boris-w avatar Dec 06 '24 07:12 boris-w