pyalign icon indicating copy to clipboard operation
pyalign copied to clipboard

running from repo as working directory fails

Open bertsky opened this issue 1 year ago • 1 comments

If I import pyalign while still inside the source directory, I get the following:

RuntimeError: none of ['pyalign.algorithm.native', 'pyalign.algorithm.intel_avx2', 'pyalign.algorithm.apple_m1', 'pyalign.algorithm.generic'] is available

(The problem goes away when cding somewhere else.)

bertsky avatar Oct 25 '22 11:10 bertsky

Yes, I know, the problem here is that the git repo contains a folder called pyalign and import pyalign tries to import that folder, instead of the module. Maybe I should rename that folder to pyalign-src or something similar.

poke1024 avatar Oct 27 '22 07:10 poke1024