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

Issue with importing Dashboard after latest release 0.1.28.dev0 ? #75

Closed
Neel-Renavikar opened this issue Nov 11, 2021 · 2 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@Neel-Renavikar
Copy link

I am exploring evidently and I am new to the tool. I was trying to use it on google colab. It worked fine until today, but when I tried using it today the following import statement started throwing error.

'from evidently.dashboard import Dashboard'

The error is :
image

When I revert to the older version using "pip install evidently==0.1.27.dev0" , the import works well again.
Has the new version stopped supporting any particular python version?

@emeli-dral emeli-dral added the bug Something isn't working label Nov 11, 2021
@emeli-dral
Copy link
Contributor

Hi @Neel-Renavikar

thank you for reporting this!
We do some experiments with testing design, and we lost tests for python < 3.8 by mistake.

Fixing the 🐞!

@emeli-dral
Copy link
Contributor

fixed in 0.1.29.dev version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants