[go: nahoru, domu]

Skip to content
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

ModuleNotFoundError: No module named 'arize.single_log' #82

Closed
uahmad235 opened this issue Feb 25, 2024 · 2 comments
Closed

ModuleNotFoundError: No module named 'arize.single_log' #82

uahmad235 opened this issue Feb 25, 2024 · 2 comments

Comments

@uahmad235
Copy link
uahmad235 commented Feb 25, 2024

Following these docs in colab environment.
Arize verison: 7.11.0
Following code raise exception

from arize.api import Client

API_KEY = 'xx'
SPACE_KEY = 'xx'
arize_client = Client(space_key=SPACE_KEY, api_key=API_KEY)

Trace:

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
[<ipython-input-4-afea86b840c6>](https://localhost:8080/#) in <cell line: 1>()
----> 1 from arize.api import Client
      2 
      3 
      4 API_KEY = '6983bed'
      5 SPACE_KEY = 'ff4f4d6be3d5f6fbc6d'

[/usr/local/lib/python3.10/dist-packages/arize/api.py](https://localhost:8080/#) in <module>
     36 from .__init__ import __version__
     37 from .bounded_executor import BoundedExecutor
---> 38 from .single_log.casting import cast_dictionary
     39 from .utils.errors import AuthError, InvalidStringLength, InvalidTypeAuthKey, InvalidValueType
     40 from .utils.logging import get_truncation_warning_message, logger

ModuleNotFoundError: No module named 'arize.single_log'

---------------------------------------------------------------------------
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.

To view examples of installing some common dependencies, click the
"Open Examples" button below.
---------------------------------------------------------------------------
@fjcasti1
Copy link
Collaborator
fjcasti1 commented Mar 5, 2024

Hi @uahmad235, thanks for reporting. We'll take care of it and notify you soon.

@fjcasti1
Copy link
Collaborator
fjcasti1 commented Mar 6, 2024

Hi @uahmad235, issue should be fixed in the patch release. See PR

@fjcasti1 fjcasti1 closed this as completed Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants