Support Questions

Find answers, ask questions, and share your expertise

I am working on Hortonworks Big Data, and installed putty and virtual box, when i try to install pip through putty , i found this error please rectify this error

avatar

40737-e.png

40737-e.png

II am working on Hortonworks Big Data, and installed putty and virtual box, when i try to install pip through putty , i found this error please rectify this error

1 ACCEPTED SOLUTION

avatar
Super Guru

Hi @Karthick Raja,

Try setting the value of enabled to 0 in sandbox.repo file.

vi /etc/yum.repos.d/sandbox.repo

Your sandbox.repo file should look like below

# cat /etc/yum.repos.d/sandbox.repo
[sandbox]
baseurl=http://dev2.hortonworks.com.s3.amazonaws.com/repo/dev/master/utils/
name=Sandbox repository (tutorials)
gpgcheck=0
enabled=0

After making the change, run

yum clean all

Thanks,

Aditya

View solution in original post

2 REPLIES 2

avatar
Super Guru

Hi @Karthick Raja,

Try setting the value of enabled to 0 in sandbox.repo file.

vi /etc/yum.repos.d/sandbox.repo

Your sandbox.repo file should look like below

# cat /etc/yum.repos.d/sandbox.repo
[sandbox]
baseurl=http://dev2.hortonworks.com.s3.amazonaws.com/repo/dev/master/utils/
name=Sandbox repository (tutorials)
gpgcheck=0
enabled=0

After making the change, run

yum clean all

Thanks,

Aditya

avatar

Thanks Aditya,

After editing how to save and exit that command, and i couldnt find the #cat /etc/yum.repos.d/sandbox.repo this line , could you help me please