Skip to content

pip install no versions + make failing #165

@jqdoumen

Description

@jqdoumen

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions