nathanlopez / Stitch

Python Remote Administration Tool (RAT)
https://nathanlopez.github.io/Stitch/
Other
3.06k stars 657 forks source link

cstringIO problem #27

Closed asura132 closed 7 years ago

asura132 commented 7 years ago

please help keep getting this errors from win_requirements.txt

Ekultek commented 7 years ago

Follow this https://github.com/nathanlopez/Stitch/issues/14

asura132 commented 7 years ago

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 <mo dule> import setuptools.version File "c:\python\lib\site-packages\setuptools\version.py", line 1, in <modu le> 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
Ekultek commented 7 years ago

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

asura132 commented 7 years ago

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

asura132 commented 7 years ago

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

Ekultek commented 7 years ago

Well what python version are you running? If you're running 3.x then it won't work, stringio was replaced with io.stringio. Get a VM and try running it on Linux

On May 4, 2017, at 8:29 PM, asura132 notifications@github.com wrote:

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\setuptoolsinit.py", line 12, in import setuptools.version File "c:\python\setuptools\version.py", line 1, in import pkg_resources File "c:\python\pkg_resourcesinit.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

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

asura132 commented 7 years ago

okay

asura132 commented 7 years ago

thanks, im using it right now