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

Diego Salas Polar
Diego Salas Polar
21,431 Points

How do I install peewee and pytz using python and pip install pytz and peewee.

Can Chris Freeman or Kenneth Love send a link to where I can see a video on how to install or explain step by step. I was trying to install it in ideal python 3.5 but it never works in script of the shell.

Diego Salas Polar
Diego Salas Polar
21,431 Points

It all good now. I finally figure how to install peewee and pytz using the command prompt. I feel so dumb not knowing it was so simple to do. But thanks for the help.

1 Answer

Christopher Shaw
seal-mask
PLUS
.a{fill-rule:evenodd;}techdegree seal-36
Christopher Shaw
Python Web Development Techdegree Graduate 58,248 Points

That is quite an open ended question, and you have not told us what error messages you are getting.

  1. To tag a student / teacher in your question, type the @ symbol followed by the name. You will be given a list of users to select. The user will be notified that they have been tagged in a question.

  2. What OS are you trying to install on and do you have pip installed?

  3. Are you trying to install in a virtual environment or on the base system?