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
While it occurs to me, most of the ModuleNotFound reasons in my initial example run are for Windows-only modules. As I'm on Mac (or Linux), it would be nice to suppress missing platform-specific modules for other platforms. Even if I'm interested in winreg, it makes sense to suppress that warning on Linux or Mac, as it's simply never going to be found.
The text was updated successfully, but these errors were encountered:
I see, that makes sense, but would it not be confusing if the module has no sub-dependencies while the rest do?
One way to handle it could be with a different reason message, for example, reason: "PlatformSpecificModule"
While it occurs to me, most of the
ModuleNotFound
reasons in my initial example run are for Windows-only modules. As I'm on Mac (or Linux), it would be nice to suppress missing platform-specific modules for other platforms. Even if I'm interested inwinreg
, it makes sense to suppress that warning on Linux or Mac, as it's simply never going to be found.The text was updated successfully, but these errors were encountered: