Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation errors #9

Open
brandon-holt opened this issue Oct 26, 2022 · 3 comments
Open

Installation errors #9

brandon-holt opened this issue Oct 26, 2022 · 3 comments

Comments

@brandon-holt
Copy link

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:

  https://github.com/pypa/setuptools/issues

Any ideas on how to address this issue?

@poke1024

@poke1024
Copy link
Owner

Hi Brandon, unfortunately no, I haven't seen this yet. Which version of Python are you using?

@brandon-holt
Copy link
Author

3.9.13

@wook2013
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants