Closed
Description
When I run the code below, I get an error stating that zipimporter object has no attribute path
I'm using Python 3.9.1 Embeddable and Rez 2.93 on Windows. I think this is related to the embeddable python using a zipped directory to store the standard library.
If I use my system python rather than the packaged embeddable python, this code runs fine.
from rez.plugin_managers import RezPluginManager
RezPluginManager().rezplugins_module_paths
Metadata
Metadata
Assignees
Labels
No labels