snap-python icon indicating copy to clipboard operation
snap-python copied to clipboard

pip install no versions + make failing

Open jqdoumen opened this issue 1 year ago • 2 comments

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?

jqdoumen avatar Jun 06 '24 09:06 jqdoumen

facing same issue . any ways to fix it ?

Rajdeep-G avatar Jul 25 '24 06:07 Rajdeep-G

Same issue. I guess there is no compatibility with higher python verions... :(

godblessourdeadkotatsu avatar Jul 06 '25 08:07 godblessourdeadkotatsu