AcademySoftwareFoundation / rez

An integrated package configuration, build and deployment system for software
https://rez.readthedocs.io
Apache License 2.0
916 stars 328 forks source link

Unrecognised package repository plugin: 'memory' #1771

Closed joeyskeys closed 2 weeks ago

joeyskeys commented 2 weeks ago

I was trying to reinstall rez after a system update which updated python. When I was doing "rez-bind platform", the error showed up "RezPluginError: Unrecognised package repository plugin: 'memory'"

Environment

To Reproduce

  1. install rez;
  2. run 'rez-bind platform'

Expected behavior Everything goes fine, rez successfully bind platform package.

Actual behavior It's reporting a error "RezPluginError: Unrecognised package repository plugin: 'memory'"

JeanChristopheMorinPerso commented 2 weeks ago

Rez is not compatible with python 3.12. see https://rez.readthedocs.io/en/stable/installation.html.