Python Forum
ImportError: cannot import name 'Main' => Cannot install module with pip
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ImportError: cannot import name 'Main' => Cannot install module with pip
#2
If you write pip install main, it means that you are trying to install this module from pypi, which calculates the price of a book from its title. Is it really what you want to do?

If python writes ImportError: cannot import name 'Main', it means that it cannot import a class or function or some other python object named Main. The solution is not to use pip. If you post the whole error traceback here, it will probably help us diagnose the error.
Reply


Messages In This Thread
RE: ImportError: cannot import name 'Main' => Cannot install module with pip - by Gribouillis - Jan-09-2018, 08:02 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  is import cointegration_analysis a recognized module mitcht33 1 474 Nov-06-2023, 09:29 PM
Last Post: deanhystad
  Resolving ImportError: No module named gdb (Python in C++) mandaxyz 3 1,541 Oct-04-2023, 02:43 PM
Last Post: mandaxyz
  problem in import module from other folder akbarza 5 1,557 Sep-01-2023, 07:48 AM
Last Post: Gribouillis
  can not import anaconda pandas module. PySpark pandas module is imported!! aupres 0 750 Aug-06-2023, 01:09 AM
Last Post: aupres
Question Cannot import easysnmp: ImportError: libnetsnmp.so.30 Calab 4 1,116 Jun-08-2023, 08:52 PM
Last Post: Gribouillis
  import module error tantony 5 3,575 Dec-15-2022, 01:55 PM
Last Post: Lauraburmrs
  Import a module one step back of the path prathampatel9 1 1,110 Sep-21-2022, 01:34 PM
Last Post: snippsat
  No module found when I run a main.py tomtom 2 1,523 Jul-20-2022, 09:24 AM
Last Post: tomtom
  ImportError: No module named PIL rudeoil18 9 6,894 Mar-03-2022, 01:25 PM
Last Post: snippsat
  Install any library via pip get an error cannot import name 'SCHEME_KEYS' from 'pip. Anldra12 2 10,765 Jan-04-2022, 01:05 PM
Last Post: Anldra12

Forum Jump:

User Panel Messages

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