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
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.)
The text was updated successfully, but these errors were encountered:
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.
If I
import pyalign
while still inside the source directory, I get the following:(The problem goes away when
cd
ing somewhere else.)The text was updated successfully, but these errors were encountered: