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
The line alt.data_transformers.enable("data_server") in tab1.py causes an error when I try to run it with the current environment file. I'm not sure what the dependency is called, but it needs to be added to the yaml file if we keep that line in.
The text was updated successfully, but these errors were encountered:
File "tab1.py", line 10, in
alt.data_transformers.enable("data_server")
File "/opt/miniconda3/envs/group22env/lib/python3.8/site-packages/altair/utils/plugin_registry.py", line 177, in enable
return PluginEnabler(self, name, **options)
File "/opt/miniconda3/envs/group22env/lib/python3.8/site-packages/altair/utils/plugin_registry.py", line 27, in init
self.registry._enable(name, **options)
File "/opt/miniconda3/envs/group22env/lib/python3.8/site-packages/altair/utils/plugin_registry.py", line 142, in _enable
ep = entrypoints.get_single(self.entry_point_group, name)
File "/opt/miniconda3/envs/group22env/lib/python3.8/site-packages/entrypoints.py", line 217, in get_single
raise NoSuchEntryPoint(group, name)
entrypoints.NoSuchEntryPoint: No 'data_server' entry point found in group 'altair.vegalite.v4.data_transformer'
The line
alt.data_transformers.enable("data_server")
in tab1.py causes an error when I try to run it with the current environment file. I'm not sure what the dependency is called, but it needs to be added to the yaml file if we keep that line in.The text was updated successfully, but these errors were encountered: