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
{{ message }}
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
I believe that in a virtualenv-like environment, everything would get resolved under a single google package with subpackages for each library:
$ ls import_test_virtualenv/lib/python2.7/site-packages/google
api api_core auth logging longrunning oauth2 protobuf rpc type
I'm trying to figure out if I'm missing something: should subpar be resolving these separate packages in a similar way so that we don't have a first-import-wins situation?
The text was updated successfully, but these errors were encountered:
Hi subpar folks! Apologies if this is a duplicate but I couldn't find any prior art.
When using tensorflow in subpar, in the import roots you end up with a ton of packages named
google
:When you import, it resolves to the first import root:
I believe that in a virtualenv-like environment, everything would get resolved under a single
google
package with subpackages for each library:I'm trying to figure out if I'm missing something: should subpar be resolving these separate packages in a similar way so that we don't have a first-import-wins situation?
The text was updated successfully, but these errors were encountered: