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
We want to make sure that we can load and parse libraries that use optional dependencies in the API. Currently, the parser fails because we haven't imported necessary dependencies.
That means to install only on Windows. so we likely wouldn't want to install that blindly. I'm sure pkg_resources provides some form of helper to recognize who's is what (maybe the starting : is a sign, that we should ignore that key? Just thinking out loud)
We want to make sure that we can load and parse libraries that use optional dependencies in the API. Currently, the parser fails because we haven't imported necessary dependencies.
Example: azure-quantum.
Best fix currently: Read and install dependencies from extras using the
pkg_resources
module before parsing.The text was updated successfully, but these errors were encountered: