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

running from repo as working directory fails #5

Open
bertsky opened this issue Oct 25, 2022 · 1 comment
Open

running from repo as working directory fails #5

bertsky opened this issue Oct 25, 2022 · 1 comment

Comments

@bertsky
Copy link
Contributor

bertsky commented Oct 25, 2022

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.)

@poke1024
Copy link
Owner

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.

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

2 participants