You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For this example I can perfectly run b.py from both root/ or from lib/. However, when I launch pyanalyze from root/, I get import_failed code. Apparently, because it cannot import a from b.py
The text was updated successfully, but these errors were encountered:
This is probably fixable by setting the PYTHONPATH environment variable appropriately. Possibly pyanalyze itself could set up its import path better too.
Given the following mock project:
For this example I can perfectly run
b.py
from bothroot/
or fromlib/
. However, when I launchpyanalyze
fromroot/
, I getimport_failed
code. Apparently, because it cannot import a fromb.py
The text was updated successfully, but these errors were encountered: