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
if there is a pyproject.toml file but the toml package isn't installed. initializing jupysql fails:
[... long traceback]
ModuleNotFoundError: 'toml' is required to use 'load_toml'. Install with: pip install 'toml'
Instead we should display a message saying that a pyproject.toml was found but that the toml dependency isn't installed.so if the user wants to load the settings, they must install the toml package
To Reproduce
create pyproject.toml and start the extension, ensure the toml package is not installed
OS:
macOS
JupySQL Version:
0.10.0dev
Full Name:
Eduardo Blancas
Affiliation:
Ploomber
The text was updated successfully, but these errors were encountered:
What happens?
if there is a pyproject.toml file but the toml package isn't installed. initializing jupysql fails:
Instead we should display a message saying that a pyproject.toml was found but that the toml dependency isn't installed.so if the user wants to load the settings, they must install the toml package
To Reproduce
create pyproject.toml and start the extension, ensure the toml package is not installed
OS:
macOS
JupySQL Version:
0.10.0dev
Full Name:
Eduardo Blancas
Affiliation:
Ploomber
The text was updated successfully, but these errors were encountered: