poke1024 / pyalign

Fast and Versatile Alignments for Python
MIT License
47 stars 6 forks source link

Installation errors #9

Open brandon-holt opened 1 year ago

brandon-holt commented 1 year ago

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 commented 1 year ago

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

brandon-holt commented 1 year ago

3.9.13

wook2013 commented 10 months ago

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