kylebgorman / pynini

Read-only mirror of Pynini
http://pynini.opengrm.org
Apache License 2.0
118 stars 27 forks source link

Cannot install on macOS M1 #50

Closed stefanocoretta closed 2 years ago

stefanocoretta commented 2 years ago

Hi! I tried to install pynini on macOS 12.0.1 ARM with mini-forge, but there is no build for this architecture.

I tried to install from source, but it seems that OpenFst is not available either. I am trying now to install OpenFst from source, will update soon.

EDIT: Nope, it failed while installing, although it seems like a permission issue.

libtool: install: /opt/homebrew/bin/ginstall -c .libs/fstarcsort /usr/local/bin/fstarcsort
ginstall: cannot create regular file '/usr/local/bin/fstarcsort': Permission denied
make[3]: *** [install-binPROGRAMS] Error 1
make[2]: *** [install-am] Error 2
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1
kylebgorman commented 2 years ago

Source installation is the only option except for:

Try installing with sudo? Or this could be something to do with Homebrew, which I don't command.

I would be happy to make binary wheels available for other platforms but I would need a volunteer to modify the Docker setup I use to make the Linux one.

stefanocoretta commented 2 years ago

Hi! Thanks, eventually I just installed full anaconda with home brew and things work fine now.

It might be something related to the brewed version of miniconda and miniforge. A friend has installed miniconda from the official binaries and didn't have this issue.