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

Different issue on import for 0.1.4 #7

Closed
WMGoBuffs opened this issue Oct 19, 2017 · 4 comments
Closed

Different issue on import for 0.1.4 #7

WMGoBuffs opened this issue Oct 19, 2017 · 4 comments

Comments

@WMGoBuffs
Copy link

I saw the other import error in the solved issues, but this one is different. I'm using Pandas 0.20.3

File "myscript.py", line 17, in <module>
import joypy
File "/home/user/anaconda2/lib/python2.7/site-packages/joypy/init.py", line 1, in
from .joyplot import joyplot, plot_density, _joyplot
File "/home/user/anaconda2/lib/python2.7/site-packages/joypy/joyplot.py", line 221
raise ValueError("At least a column/group haNo numeric values found. Joyplot requires at least a numeric column/group.")

@leotac
Copy link
Owner

leotac commented Oct 19, 2017

Oops, I checked in some code that I shouldn't have when setting the new version number.

@leotac leotac closed this as completed in 16d6aa3 Oct 19, 2017
@WMGoBuffs
Copy link
Author

that's ok, thanks for the cool package! I installed via PIP, so do you know how long any changes might take to propagate there?

@leotac
Copy link
Owner

leotac commented Oct 19, 2017

I don't know exactly, but I just checked and I got the latest version (0.1.5).

@WMGoBuffs
Copy link
Author

Thanks, it works for me now! Just a note, you may want to add the future package to your dependency list.

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

2 participants