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 trialREDA BENGHEZAL
Courses Plus Student 34 Pointsproblems
how i van install pipenv with Windows
6 Answers
micram1001
33,833 PointsSilly 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.
micram1001
33,833 PointsAfter installing pip then watch this video on installing pipenv https://www.youtube.com/watch?v=tRmmjlVHzno
micram1001
33,833 Pointswatch this video on youtube on installing pip in window's cmd https://www.youtube.com/watch?v=HP4R_Bqp1Nk
micram1001
33,833 PointsWhat version of Windows are you using(7, 8 or 10)?
REDA BENGHEZAL
Courses Plus Student 34 PointsWindows 10
Mark Chesney
11,747 PointsHi 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!