Giter Site home page Giter Site logo

Tool doesn't work about cs-suite HOT 14 CLOSED

challs1 avatar challs1 commented on June 15, 2024
Tool doesn't work

from cs-suite.

Comments (14)

shivankar-madaan avatar shivankar-madaan commented on June 15, 2024

Could please share the command as well, which you used to run cs-suite.

from cs-suite.

challs1 avatar challs1 commented on June 15, 2024

@shivankar-madaan python cs.py -env aws

from cs-suite.

shivankar-madaan avatar shivankar-madaan commented on June 15, 2024

ok thanks
Just your IPy version as well

[~/git/github/cs-suite] master $ pip install IPy==5.0
Collecting IPy==5.0
  Could not find a version that satisfies the requirement IPy==5.0 (from versions: 0.73, 0.74, 0.75, 0.76, 0.80, 0.81, 0.82a0, 0.82, 0.83)

from cs-suite.

challs1 avatar challs1 commented on June 15, 2024

@shivankar-madaan should i upgrade the python? pip version is 18?

from cs-suite.

shivankar-madaan avatar shivankar-madaan commented on June 15, 2024

no aws just requires python 2.7

from cs-suite.

shivankar-madaan avatar shivankar-madaan commented on June 15, 2024

yes my pip version 18

~/git/github/cs-suite] master $ pip --version
pip 18.0 from /usr/local/lib/python2.7/site-packages/pip (python 2.7)

from cs-suite.

challs1 avatar challs1 commented on June 15, 2024

@shivankar-madaan how to solve that issue?

from cs-suite.

shivankar-madaan avatar shivankar-madaan commented on June 15, 2024

just if you can share your IPy version?

from cs-suite.

challs1 avatar challs1 commented on June 15, 2024

@shivankar-madaan pip install ipython
Requirement already satisfied: ipython in /home/ec2-user/.local/lib/python2.7/site-packages (5.0.0)
Requirement already satisfied: traitlets>=4.2 in /home/ec2-user/.local/lib/python2.7/site-packages (from ipython) (4.3.2)
Requirement already satisfied: prompt-toolkit<2.0.0,>=1.0.3 in /home/ec2-user/.local/lib/python2.7/site-packages (from ipython) (1.0.15)
Requirement already satisfied: simplegeneric>0.8 in /home/ec2-user/.local/lib/python2.7/site-packages (from ipython) (0.8.1)
Requirement already satisfied: backports.shutil-get-terminal-size; python_version == "2.7" in /home/ec2-user/.local/lib/python2.7/site-packages (from ipython) (1.0.0)
Requirement already satisfied: pickleshare in /home/ec2-user/.local/lib/python2.7/site-packages (from ipython) (0.7.4)
Requirement already satisfied: pygments in /home/ec2-user/.local/lib/python2.7/site-packages (from ipython) (2.2.0)
Requirement already satisfied: pexpect; sys_platform != "win32" in /home/ec2-user/.local/lib/python2.7/site-packages (from ipython) (4.6.0)
Requirement already satisfied: pathlib2; python_version == "2.7" or python_version == "3.3" in /home/ec2-user/.local/lib/python2.7/site-packages (from ipython) (2.3.2)
Requirement already satisfied: decorator in /home/ec2-user/.local/lib/python2.7/site-packages (from ipython) (4.3.0)
Requirement already satisfied: setuptools>=18.5 in /usr/lib/python2.7/site-packages (from ipython) (38.4.0)
Requirement already satisfied: ipython-genutils in /home/ec2-user/.local/lib/python2.7/site-packages (from traitlets>=4.2->ipython) (0.2.0)
Requirement already satisfied: enum34; python_version == "2.7" in /usr/lib/python2.7/site-packages (from traitlets>=4.2->ipython) (1.0.4)
Requirement already satisfied: six in /usr/lib/python2.7/site-packages (from traitlets>=4.2->ipython) (1.9.0)
Requirement already satisfied: wcwidth in /home/ec2-user/.local/lib/python2.7/site-packages (from prompt-toolkit<2.0.0,>=1.0.3->ipython) (0.1.7)
Requirement already satisfied: ptyprocess>=0.5 in /home/ec2-user/.local/lib/python2.7/site-packages (from pexpect; sys_platform != "win32"->ipython) (0.6.0)
Requirement already satisfied: scandir; python_version < "3.5" in /home/ec2-user/.local/lib/python2.7/site-packages (from pathlib2; python_version == "2.7" or python_version == "3.3"->ipython) (1.9.0)

from cs-suite.

challs1 avatar challs1 commented on June 15, 2024

@shivankar-madaan it was 5.0.0

from cs-suite.

shivankar-madaan avatar shivankar-madaan commented on June 15, 2024

@challs1 I dont think we require ipython
We require IPy https://pypi.org/project/IPy/
Could you just try pip install IPy and see if it works

from cs-suite.

challs1 avatar challs1 commented on June 15, 2024

@shivankar-madaan i have uninstalled it and installing it again when iam installing i am getting the following errors .I am using linux server
pyasn1-modules 0.2.2 has requirement pyasn1<0.5.0,>=0.4.1, but you'll have pyasn1 0.3.2 which is incompatible.
awscli 1.14.8 has requirement botocore==1.8.12, but you'll have botocore 1.6.2 which is incompatible.
awscli 1.14.8 has requirement s3transfer<0.2.0,>=0.1.12, but you'll have s3transfer 0.1.10 which is incompatible
Cannot uninstall 'docutils'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

from cs-suite.

shivankar-madaan avatar shivankar-madaan commented on June 15, 2024

these errors, when you run setup.py?

from cs-suite.

challs1 avatar challs1 commented on June 15, 2024

@shivankar-madaan : when i am trying to perform the following command i am facing the error:
sudo python setup.py

from cs-suite.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.