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
I meet the same problem when I tried to install it on windows with python obtained from microsoft store. But the same problem not appeared when install on linux system.
...pip-build-env-ggrusqo6\overlay\Lib\site-packages\setuptools\_distutils\util.py", line 139, in convert_path
raise ValueError("path '%s' cannot be absolute" % pathname)
ValueError: path '/home/runner/work/pyalign/pyalign/pyalign/algorithm/module.cpp' cannot be absolute
When installing to virtual environment via pip (i.e., "pip install pyalign"), the following error appears:
ValueError: path '/home/runner/work/pyalign/pyalign/pyalign/algorithm/module.cpp' cannot be absolute
When trying to install via github (i.e., "pip install -e git+https://github.com/poke1024/pyalign#egg=pyalign"), the following error appears:
error: Support for editable installs via PEP 660 was recently introduced
in
setuptools
. If you are seeing this error, please report to:Any ideas on how to address this issue?
@poke1024
The text was updated successfully, but these errors were encountered: