-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tensor not found in Tensorflow module #1820
Comments
Here is some more information. In tensorflow is imported, here is what
I have no idea what was actually imported via
The error is clearly in
The command It seems to me that some type-checking could be bypassed to avoid this issue. Thanks. |
have u tried installing |
I did not. I just installed docarray into poetry. I'll try it. In the meantime, I switched to streamlit which has its own set of issues. |
I think this must be related to something in your system. |
Initial Checks
Description
I am using Poetry, and I added the
docarray
module, version 0.39 . Here is thepyproject.toml
I am working with:Here is the error message:
(hard to believe this error could occur without being detected by the developers, since the
tensorflow
module is imported either directly or indirectly by thedocarray
module)and the full stack trace:
Example Code
The error occurs in the constructor of class
cbfs
, more specifically, when callingDocArrayInMemorySearch.from_documents
in methodload_db(...)
:Affected Components
The text was updated successfully, but these errors were encountered: