This repository was archived by the owner on Oct 14, 2023. It is now read-only.
flit
installation command error
#1245
Labels
flit
installation command error
#1245
🐞 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: