nathanlopez/Stitch

cstringIO problem

asura132 opened this issue · 8 comments

please help
keep getting this errors from win_requirements.txt

Follow this #14

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\user>cd c:\Stitch-master

c:\Stitch-master>pip install email
Collecting email
Using cached email-4.0.2.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "c:\python\lib\site-packages\setuptools_init_.py", line 12, in
import setuptools.version
File "c:\python\lib\site-packages\setuptools\version.py", line 1, in
import pkg_resources
File "c:\python\lib\site-packages\pkg_resources_init_.py", line 36, in

import email.parser
File "C:\Users\user\AppData\Local\Temp\pip-build-cmozwuoe\email\email\pars
er.py", line 10, in
from cStringIO import StringIO
ModuleNotFoundError: No module named 'cStringIO'

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in C:\Users\user\App
Data\Local\Temp\pip-build-cmozwuoe\email\

look at this

Try pip uninstall email, pip install pip --upgrade, pip install email

i just showed you my problem
is this "Command "python setup.py egg_info" failed with error code 1 in C:\Users\user\App
Data\Local\Temp\pip-build-cmozwuoe\email"

okay ill try that

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\user>pip install email
Collecting email
Using cached email-4.0.2.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "c:\python\setuptools_init_.py", line 12, in
import setuptools.version
File "c:\python\setuptools\version.py", line 1, in
import pkg_resources
File "c:\python\pkg_resources_init_.py", line 36, in
import email.parser
File "C:\Users\user\AppData\Local\Temp\pip-build-knpovk2u\email\email\pars
er.py", line 10, in
from cStringIO import StringIO
ModuleNotFoundError: No module named 'cStringIO'

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in C:\Users\user\App
Data\Local\Temp\pip-build-knpovk2u\email\

C:\Users\user>

same shit over and over again huhuhuhu

okay

thanks, im using it right now