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 Jun 22, 2019. It is now read-only.
I'm trying to run usage.py and am getting the message:
exec(open('dash_table_experiments/version.py').read(), main_ns)
FileNotFoundError: [Errno 2] No such file or directory: 'dash_table_experiments/version.py'
I've made sure dash_table_experiments was updated just to verify that wasn't the issue. Any ideas? Thanks!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to run
usage.py
and am getting the message:I've made sure
dash_table_experiments
was updated just to verify that wasn't the issue. Any ideas? Thanks!The text was updated successfully, but these errors were encountered: