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
#1
Hello,

I am trying to compile a python script and I have to install a module called "main". when I try to install it with pip I am getting the following erorr :


Quote:ImportError: cannot import name 'Main'
PS C:\pdfconvert_source> pip install main
Collecting main
Using cached main-0.1.tar.gz
Installing collected packages: main
Running setup.py install for main ... error
Complete output from command c:\users\mederic\appdata\local\programs\python\python36-32\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\Mederic\\AppData\\Local\\Temp\\pip-build-1096gtzi\\main\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\Mederic\AppData\Local\Temp\pip-xfhli32r-record\install-record.txt --single-version-externally-managed --compile:
running install
running build
running build_scripts
creating build
creating build\scripts-3.6
error: file 'C:\Users\Mederic\AppData\Local\Temp\pip-build-1096gtzi\main\main' does not exist

----------------------------------------
Command "c:\users\admin\appdata\local\programs\python\python36-32\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\Admin\\AppData\\Local\\Temp\\pip-build-1096gtzi\\main\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\Admin\AppData\Local\Temp\pip-xfhli32r-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\Admin\AppData\Local\Temp\pip-build-1096gtzi\main\
PS C:\pdfconvert_source>

How can I fix this ?

Thank you in advance for your help
Reply


Messages In This Thread
ImportError: cannot import name 'Main' => Cannot install module with pip - by Oby4455 - Jan-09-2018, 06:05 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  is import cointegration_analysis a recognized module mitcht33 1 440 Nov-06-2023, 09:29 PM
Last Post: deanhystad
  Resolving ImportError: No module named gdb (Python in C++) mandaxyz 3 1,467 Oct-04-2023, 02:43 PM
Last Post: mandaxyz
  problem in import module from other folder akbarza 5 1,446 Sep-01-2023, 07:48 AM
Last Post: Gribouillis
  can not import anaconda pandas module. PySpark pandas module is imported!! aupres 0 727 Aug-06-2023, 01:09 AM
Last Post: aupres
Question Cannot import easysnmp: ImportError: libnetsnmp.so.30 Calab 4 1,063 Jun-08-2023, 08:52 PM
Last Post: Gribouillis
  import module error tantony 5 3,468 Dec-15-2022, 01:55 PM
Last Post: Lauraburmrs
  Import a module one step back of the path prathampatel9 1 1,084 Sep-21-2022, 01:34 PM
Last Post: snippsat
  No module found when I run a main.py tomtom 2 1,487 Jul-20-2022, 09:24 AM
Last Post: tomtom
  ImportError: No module named PIL rudeoil18 9 6,794 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,679 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