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 Introducing Pipenv

problems

how i van install pipenv with Windows

6 Answers

Silly to say but install everything for 32 / 64 bit only. If you have the newest version of Windows 10 you can use Powershell or install linux to use as command line in terminal. You should install python first then pip. This is where I'm stuck. Looking at tutorials on youtube.

After installing pip then watch this video on installing pipenv https://www.youtube.com/watch?v=tRmmjlVHzno

watch this video on youtube on installing pip in window's cmd https://www.youtube.com/watch?v=HP4R_Bqp1Nk

What version of Windows are you using(7, 8 or 10)?

Windows 10

Hi micram1001, I'm wondering, can you help me please? I did sudo pip install pipenv and I thought it worked, but still an import error occurs:

mark@mchez808 ~/wd $ pipenv install requests
Traceback (most recent call last):
  File "/home/mark/anaconda/bin/pipenv", line 7, in <module>
    from pipenv import cli
ImportError: No module named pipenv

Thank you in advance!