SecurityFTW / cs-suite

Cloud Security Suite - One stop tool for auditing the security posture of AWS/GCP/Azure infrastructure.
GNU General Public License v3.0
1.13k stars 217 forks source link

Issues in installation #20

Closed challs1 closed 5 years ago

challs1 commented 5 years ago

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.

shivankar-madaan commented 5 years ago

these errors are when you run setup.py?

challs1 commented 5 years ago

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

challs1 commented 5 years ago

@shivankar-madaan I believe all those are dependency issues. Have u tried to figure it out?

shivankar-madaan commented 5 years ago

@challs1 I am trying it out could you also share the errors when you run cs.py

challs1 commented 5 years ago

@shivankar-madaan : Those are the issues raised in installation. when coming to install virtula enviroment again iam getting some issues

issues in installation: 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 ca nnot accurately determine which files belong to it which would lead to only a partial uninstall.

issues in virtual environment

-bash: /usr/local/bin/virtualenvwrapper.sh: No such file or directory -bash: /usr/local/bin/virtualenvwrapper.sh: No such file or directory