Commit f409344
committed
When node-scraper runs as an entry point script, Python adds venv/bin (or venv\Scripts on Windows) to sys.path[0]
This breaks importlib.metadata.distributions() from discovering editable installs which results in xternal plugins from packages like amd-error-scraper weren't being found1 parent 4493e17 commit f409344
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
127 | 132 | | |
128 | 133 | | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
129 | 137 | | |
130 | 138 | | |
131 | 139 | | |
| |||
0 commit comments