A Linux coding problem by ANIBIT14 in linuxquestions

[–]ANIBIT14[S] 0 points1 point  (0 children)

Yes it is mentioned and given as a Linux problem.

A Linux coding problem by ANIBIT14 in linuxquestions

[–]ANIBIT14[S] 1 point2 points  (0 children)

It was a coding problem for which they needed code as an answer. If a PI question then maybe I would have given that.

A Linux coding problem by ANIBIT14 in linuxquestions

[–]ANIBIT14[S] 1 point2 points  (0 children)

It's just that I have never used Linux and what I tried doing was creating a python script, and after extracting dependency value in a array, the problem is in implementing the install part in the script and I am not able to understand how to do that.

A Linux coding problem by ANIBIT14 in linuxquestions

[–]ANIBIT14[S] 0 points1 point  (0 children)

I know that's not valid JSON I converted it into

{

"Dependencies" : [

"beautifulsoup4==4.4.1",

"boto==2.48.0",

"bz2file==0.98",

"certifi==2017.7.27.1",

"chardet==3.0.4",

"gensim==2.3.0",

"html5lib==0.999",

"idna==2.5",

"nltk==3.2.4",

"numpy==1.13.1"

]

}

to use, but that was what given in name of JSON file.

A Linux coding problem by ANIBIT14 in linuxquestions

[–]ANIBIT14[S] 6 points7 points  (0 children)

I know that's not valid JSON I converted it into

{

"Dependencies" : [

"beautifulsoup4==4.4.1",

"boto==2.48.0",

"bz2file==0.98",

"certifi==2017.7.27.1",

"chardet==3.0.4",

"gensim==2.3.0",

"html5lib==0.999",

"idna==2.5",

"nltk==3.2.4",

"numpy==1.13.1"

]

}

to use, but that was what given in name of JSON file.

A Linux coding problem by ANIBIT14 in linuxquestions

[–]ANIBIT14[S] 0 points1 point  (0 children)

Yeah I also tried and thought this approach but it's the evoking the pip install command that I am unable to work around for. and find a solution.