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 command pip install . does not manage to install the required package periodispline from GitHub. It complains about the ".*" characters in the requirements of periodispline.
It might be possible to fix it by updating the setup.cfg file from Periodispline and specifying the version in the install_requires section.
The text was updated successfully, but these errors were encountered:
The command
pip install .
does not manage to install the required packageperiodispline
from GitHub. It complains about the ".*" characters in the requirements of periodispline.It might be possible to fix it by updating the
setup.cfg
file from Periodispline and specifying the version in theinstall_requires
section.The text was updated successfully, but these errors were encountered: