Been trying to get snap working in two ways, on a Mac
% uname -a
Darwin Jans-MacBook-Pro.local 23.4.0 Darwin Kernel Version 23.4.0: Fri Mar 15 00:10:42 PDT 2024; root:xnu-10063.101.17~1/RELEASE_ARM64_T6000 arm64
a) the simplest way, through pip, but get an error telling the requirements are not met (but no clue what these requirements are)
pip install snap-stanford
ERROR: Could not find a version that satisfies the requirement snap-stanford (from versions: none)
ERROR: No matching distribution found for snap-stanford
using python from anaconda
% python3
Python 3.11.7 (main, Dec 15 2023, 12:09:56) [Clang 14.0.6 ] on darwin
b) compiling from git, using swig install through brew, resulting in an error with the Makefile
% make
make -C swig
Makefile:80: ../../snap/Makefile.config: No such file or directory
make[1]: python-config: Command not found
make[1]: python-config: Command not found
make[1]: *** No rule to make target `../../snap/Makefile.config'. Stop.
Any suggestions?
Been trying to get snap working in two ways, on a Mac
a) the simplest way, through pip, but get an error telling the requirements are not met (but no clue what these requirements are)
using python from anaconda
b) compiling from git, using swig install through brew, resulting in an error with the Makefile
Any suggestions?