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
Running pip-extra-reqs inside a virtual env resulted in every package being displayed as extraneous. I dug around a bit in the code and found that this if statement is never being triggered, because info.filename has a path like:
note that the latter has the env path duplicated. This is happening because there is an os.path.joinhere. That join operates on two variables, package_location and package_file. The former looks like this: