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.
Following this particular error message from the traceback, it seems that pyproject.toml has ipywidgets versions mentioned twice in the same file. I am not sure if this causes a problem but removing any one of them solves the error.
馃悶 Problem
In the contributor guide here, the
flit
command (flit install --symlink
) doesn't work on my machine and get a strange error.Traceback
馃枼 Output of
pip freeze
# Paste your output here:
馃挕 Possible solutions
pyproject.toml
hasipywidgets
versions mentioned twice in the same file. I am not sure if this causes a problem but removing any one of them solves the error.flit install --symlink --deps=develop
also fixes the error without changingpyproject.toml
.So something similar might be needed? I am not sure if this is really an issue for its just on my machine so just wanted to report it here.
Thanks!
The text was updated successfully, but these errors were encountered: