Ashley S Doane

Results 13 comments of Ashley S Doane

A work around for the time being on macosx-arm64 is to install parasail using homebrew, then: ``` PARASAIL_SKIP_BUILD=TRUE PARASAIL_LIBPATH=/opt/homebrew/Cellar/parasail/2.4.2/lib pip install parasail ``` From this I am able to import...

@cjw85, I have automake, autoconf, and libtool installed via brew, however I think the issue is the path brew is using on M1 macs. Brew installs everything into `/opt/homebrew` for...

I was able to fix this by running the following in emacs 29.2 after unsuccesful initial start of spacemacs. `: (setq package-check-signature nil)` then `M-x package-install` RET `gnu-elpa-keyring-update`