Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Bivariate distribution dependency #18

Closed
shakasom opened this issue Mar 21, 2019 · 3 comments
Closed

Bivariate distribution dependency #18

shakasom opened this issue Mar 21, 2019 · 3 comments

Comments

@shakasom
Copy link

Plotting bivariate distributions with scatter plot combined with box/violin plots throws dependency error.

ModuleNotFoundError: No module named 'patsy'

Environment: Windows 10
Statsmodels: 0.9.0
Scipy: 1.1.0
pandas: 0.24.2
Plotly: 3.7.1

@empet
Copy link

empet commented Mar 21, 2019

@shakasom I had the same issue, but installing statsmodels for python 3.7.1 fixed it.

conda install -c conda-forge statsmodels

performed the following replacement:
0.9.0-py36hfa6e2cd_1000 --> 0.9.0-py37hfa6e2cd_1000

and upgraded patsy to patsy-0.5.1

@nicolaskruchten
Copy link
Contributor

Ah right, I forget that installing statsmodels doesn't always install its dependencies. I'll add this stuff to setup.py tomorrow and push to PyPI again :)

Thanks for letting me know!

@shakasom
Copy link
Author

Thanks @empet I installed patsy with pip and everything worked.

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

No branches or pull requests

3 participants