Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Introduction to pandas Exploring pandas Manipulating Text

Callum Smyth
Callum Smyth
2,401 Points

Is anyone else having issues installing utils / make_chaos?

I have tried using conda install utils in the conda shell but it is telling me it can't find the package. I used pip install utils and that worked but then in the the jupyter notebook it throws an error saying it can't find make_chaos in the package utils

3 Answers

Callum Smyth
Callum Smyth
2,401 Points

I think I downloaded the wrong one, I downloaded from here: https://pypi.org/project/utils/. How do I download your version from github?

I found the code used for the function and just ran that in the setup cell and that was enough for a quick fix!

Evgeny Shilov
Evgeny Shilov
21,283 Points

Yes, the course is outstanding but missing the information on how to use github properly (how to access this utils module, for example)

Callum Smyth
Callum Smyth
2,401 Points

I'll check it out thanks. How do I install this into my anaconda / jupyter environment though? I'm new to Python after being a R user.

The course is great btw... I've recreated the cheatsheets myself to reinforce the learning and think they will be a great help when I start my new, python & jupyter based, role!