Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anaconda compatibility #32

Open
teddygroves opened this issue Mar 27, 2023 · 2 comments
Open

Anaconda compatibility #32

teddygroves opened this issue Mar 27, 2023 · 2 comments

Comments

@teddygroves
Copy link
Owner

No description provided.

@teddygroves
Copy link
Owner Author

See error from here:

$  make analysis
. .venv/bin/activate && (\
	  python -m pip install --upgrade pip; \
	  python -m pip install -r requirements.txt --quiet; \
	  install_cmdstan ; \
	)
Requirement already satisfied: pip in /Users/davidnicholson/opt/anaconda3/lib/python3.7/site-packages (21.3.1)
Collecting pip
  Using cached pip-23.0.1-py3-none-any.whl (2.1 MB)
Installing collected packages: pip
  Attempting uninstall: pip
    Found existing installation: pip 21.3.1
    Uninstalling pip-21.3.1:
      Successfully uninstalled pip-21.3.1
Successfully installed pip-23.0.1
ERROR: Cannot install -r requirements.txt (line 1) and scipy because these package versions have conflicting dependencies.
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
/bin/sh: install_cmdstan: command not found

@teddygroves
Copy link
Owner Author

See reviewer comment here: adding anaconda support would help non-anaconda users to easily see bibat's non-python dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant