bytecodealliance / componentize-py

Apache License 2.0
158 stars 19 forks source link

look for site packages using the 'site' module as a fallback #68

Closed karthik2804 closed 9 months ago

karthik2804 commented 9 months ago

As a fallback to python site-pacakge resolution - add a code path that invokes python and gets the location of site-packages using the site module.