Python Forum
I get this when trying to install a module - SyntaxError: invalid syntax ?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I get this when trying to install a module - SyntaxError: invalid syntax ?
#1
I'm trying to install robobrowser, but when I type this into Python I get an error

>>> easy_install robobrowser
  File "<stdin>", line 1
    easy_install robobrowser
                           ^
SyntaxError: invalid syntax
Also tried this:
>>> pip install RoboBrowser
  File "<stdin>", line 1
    pip install RoboBrowser
              ^
Reply
#2
install from command line not from a python interpreter
Reply
#3
Ohh tysm
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  print(data) is suddenly invalid syntax db042190 6 1,120 Jun-14-2023, 02:55 PM
Last Post: deanhystad
  SyntaxError: invalid syntax ?? korenron 15 5,574 Jan-25-2022, 11:46 AM
Last Post: korenron
  Invalid syntax with an f-string Mark17 7 7,566 Jan-14-2022, 04:44 PM
Last Post: Mark17
  invalid syntax in my class CompleteNewb 2 1,844 Dec-13-2021, 09:39 AM
Last Post: Larz60+
  Can't install nor import delorean module Tek 3 2,741 Oct-27-2021, 03:32 AM
Last Post: Tek
Exclamation Invalid syntax error(Predict Ethereum Price) lulu43366 2 3,093 Sep-24-2021, 01:24 PM
Last Post: lulu43366
  Unexplained Invalid syntax Error cybertooth 5 3,176 Aug-02-2021, 10:05 AM
Last Post: cybertooth
  import module with syntax error Skaperen 7 5,159 Jun-22-2021, 10:38 AM
Last Post: Skaperen
  [split] SyntaxError: invalid syntax Code_X 3 2,703 May-04-2021, 05:15 PM
Last Post: Yoriz
  Invalid syntax error - need help fixing calgk01 3 3,227 Feb-23-2021, 08:41 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

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