Python Forum
No Module of this name found
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
No Module of this name found
#4
(Oct-31-2018, 04:59 PM)wookie Wrote: By the way, I thought PIP was a linux package manager. I didn't know that it could be used with Windows.
pip is Python installer for all OS.
You should upgrade,this is easier and better the troubleshoot that error on 3.5.
Python 3.6/3.7 and pip installation under Windows.
Test install pillow,Python 3.7 and pip 18.1.
C:\>pip -V
pip 18.1 from c:\python37\lib\site-packages\pip (python 3.7)

C:\>pip install pillow
Collecting pillow
  Downloading https://files.pythonhosted.org/packages/aa/49/e9de895c7baab95f9b3ab6c8df272edcabba3c92046b008cfa4650fe6eea/Pillow-5.3.0-cp37-cp37m-win32.whl (1.4MB)
    100% |████████████████████████████████| 1.4MB 2.3MB/s
Installing collected packages: pillow
Successfully installed pillow-5.3.0

C:\>
Reply


Messages In This Thread
No Module of this name found - by wookie - Oct-31-2018, 03:39 PM
RE: No Module of this name found - by j.crater - Oct-31-2018, 04:05 PM
RE: No Module of this name found - by wookie - Oct-31-2018, 04:59 PM
RE: No Module of this name found - by snippsat - Oct-31-2018, 06:19 PM
RE: No Module of this name found - by wookie - Oct-31-2018, 07:17 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Module not found error minifizikus 1 4,176 Sep-14-2018, 08:25 AM
Last Post: Axel_Erfurt

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020