Re: Installing Python Modules
Thory Coquillo <[email protected]> Tue, 12 May 2020 10:40:52 -0400
| Newsgroups | gmane.comp.python.distutils.devel |
|---|---|
| Message-ID | <CAJZ++FhAoh6fv+UUQuD_QTSfAG4b-yd8Wr_b_ZLWtQ_DfV19Pg@mail.gmail.com> |
Awesome, thanks! I did do that prior to receiving your email. However, I'm still getting an error message from python. First it's telling me about wheel that wasn't properly installed. Then I run the same code but with wheel, and it says installed successfully. And I run the code again with pygame, but I get this error (see attached). I have no clue how to fix this. Thanks a bunch for your help. Thory On Sat, May 9, 2020 at 12:40 PM Mariatta <[email protected]> wrote: > If you have Python 3.8 and wants it to be installed to the Python 3.8 > environment, do: > > python3.8 -m pip install pygame > > I also recommend installing it to a virtual environment like venv. > > Hope this helps. > > > On Sat, May 9, 2020, 4:20 AM Thory Coquillo <[email protected]> > wrote: > >> Hello, >> >> I'm using the current version of Python on both a MacBook Pro and an >> iMac. I'm trying to import the pygame module from the terminal. >> >> The problem is that it's applying the module to Python 2.7 that came with >> the computer. >> >> Is there a way that I can correct the path so that every command I enter >> in the Terminal gets applied to whichever current version of Python that >> I'm running? >> >> Let me know. >> >> Thanks, >> >> >> Thory >> -- >> Distutils-SIG mailing list -- [email protected] >> To unsubscribe send an email to [email protected] >> https://mail.python.org/mailman3/lists/distutils-sig.python.org/ >> Message archived at >> https://mail.python.org/archives/list/[email protected]/message/OIQSON3DGF3JCQQIB74PWWQZVRA3ZIXA/ >> > -- Distutils-SIG mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/distutils-sig.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/GDHI4MDQIFWNOO6REDAB7TPTENLZZ45X/
ERROR.docx
(application/vnd.openxmlformats-officedocument.wordprocessingml.document, 21.2 KB) - not displayed