plotly / dash-table-experiments

NO LONGER SUPPORTED - use https://github.com/plotly/dash-table instead
MIT License
174 stars 57 forks source link

Version.py not found error #67

Open nbucklin opened 6 years ago

nbucklin commented 6 years ago

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!