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

'module' object has no attribute 'palplot' #20

Closed
wintermind opened this issue Nov 26, 2013 · 3 comments
Closed

'module' object has no attribute 'palplot' #20

wintermind opened this issue Nov 26, 2013 · 3 comments

Comments

@wintermind
Copy link
Contributor

When trying to step through your aesthetics notebook using the latest IPython (1.1.0) as distributed with Anaconda and the latest version of Seaborn downloaded from the repo today ("Download ZIP") I get the following error:

sns.palplot(current_palette)


AttributeError Traceback (most recent call last)
in ()
----> 1 sns.palplot(current_palette)

AttributeError: 'module' object has no attribute 'palplot'

I suspect that I somehow have an old version of either Seaborn or a dependency. Has anyone else had this problem?

@wintermind
Copy link
Contributor Author

I cloned the repository using the Github app on my Mac instead of the download link, and everything looks good.

$ make test
make -C examples test
python ipnbdoctest.py *.ipynb
testing aesthetics.ipynb
.................................
tested notebook 
     33 cells successfully replicated
testing linear_models.ipynb
........................................
tested notebook 
     40 cells successfully replicated
testing plotting_distributions.ipynb
........................................
tested notebook 
     40 cells successfully replicated
testing timeseries_plots.ipynb
.................................
tested notebook 
     33 cells successfully replicated
nosetests
........
----------------------------------------------------------------------
Ran 8 tests in 0.616s

OK

@mwaskom
Copy link
Owner

mwaskom commented Nov 27, 2013

This is very weird. Are you sure you ran python setup.py install to install the github version? I believe using make test uses the local version (for testing while developing, etc.).

@wintermind
Copy link
Contributor Author

The github version installed fine when I cloned it. I'm not sure what the problem was when using the "Download ZIP" link. It's working well on my end now.

This issue was closed.
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