Python Forum
Cant install gtts module Python 3.4 [SOLVED]
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cant install gtts module Python 3.4 [SOLVED]
#2
first you shouldn't need to use sudo.
You may have multiple versions of python installed, and each version has it's own pip which will only install to that version.
At the start of your post you say you want to install on Python 3.4.2, yet in your listing you show: Python 3.4.3 (default, Nov 12 2018, 22:25:49)
You can see which versions are being used by:
python -V
which python
pip -V
which pip
Reply


Messages In This Thread
RE: Cant install gtts module Python 3.4 - by Larz60+ - Jan-04-2019, 04:42 AM

Forum Jump:

User Panel Messages

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