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

Missing package dependencies #25

Open
c42f opened this issue Oct 9, 2019 · 2 comments
Open

Missing package dependencies #25

c42f opened this issue Oct 9, 2019 · 2 comments

Comments

@c42f
Copy link

c42f commented Oct 9, 2019

Hi, I just installed pymatch 0.3.4 via pip (inside a conda environment). Newly installed it could not be imported because the seaborn and statsmodels libraries weren't installed automatically.

In fact it appears that pip (version 19.2.3) doesn't know about any of the dependencies:

$ pip show pymatch
Name: pymatch
Version: 0.3.4
Summary: Matching techniques for Observational Studies
Home-page: https://github.com/benmiroglio/pymatch
Author: Ben Miroglio
Author-email: [email protected]
License: UNKNOWN
Location: $HOME/local/anaconda3/envs/julia/lib/python3.6/site-packages
Requires: 
Required-by: 

Perhaps it's because setup.py uses requires rather than setuptools install_requires keyword? See https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-dependencies

@JulianKlug
Copy link

same problem here.

@gjdv
Copy link

gjdv commented Jan 17, 2022

same here

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

3 participants