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

Load of VALD linelist file fails with PluginNotFound from pybtex #60

Open
andreok opened this issue Sep 26, 2023 · 0 comments
Open

Load of VALD linelist file fails with PluginNotFound from pybtex #60

andreok opened this issue Sep 26, 2023 · 0 comments

Comments

@andreok
Copy link

andreok commented Sep 26, 2023

Hello,

I am trying to execute pySME on Google colab, but the load of the sample VALD linelist file for the Sun fails with the following error:
".../lib/python3.10/site-packages/pybtex/plugin/init.py in _load_entry_point(group, name, use_aliases)
79 for entry_point in pkg_resources.iter_entry_points(search_group, name):
80 return entry_point.load()
---> 81 raise PluginNotFound(group, name)
82
83

PluginNotFound: plugin pybtex.database.input.suffixes for suffix .bib not found"

The Google colab environment has a known issue with plugins from pybtex:
https://bitbucket.org/pybtex-devs/pybtex/issues/148/error-pluginnotfound-plugin
pybamm-team/PyBaMM#2388

A possible solution would be to add a flag to disable the parsing of bibliographic references, so this issue can be bypassed on Google colab.

Thanks

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

1 participant