astravaganza / JC-dl

Content downloader for Indian OTT JioCinema
The Unlicense
28 stars 21 forks source link

Newbie here I don't know what am I doing wrong. #9

Open nadityaonline opened 10 months ago

nadityaonline commented 10 months ago

I am very new to coding and doing it for the purpose of 'educationally' downloading a movie. I have downloaded and installed Python 3.12. and have also downloaded other 3 resources and pasted them into Python312 folder together. I am running the "pip install -r requirements.txt" in cmd. and it shows this error. Kindly tell me what am I doing wrong? Also attaching

image

ghost commented 10 months ago

Hi @nadityaonline so actually json is a inbuilt library of python just like os and sys. So when you try to install it, python would prompt you with the following img. Screenshot 2023-12-03 125433

So this issue would be resolved by removing json from the requirements.txt.

ghost commented 10 months ago

All The Best in Your Python Journey

Thank You

ghost commented 10 months ago

So hi @astravaganza so your projects are very awesome especially this one. But the json requirement in your requirements.txt causing trouble while trying to download it. So removing it would make the installing process to function properly as json is a inbuilt library.

nadityaonline commented 10 months ago

Yuheshpandian and astravaganza I deleted the JSON from the requirements and also logged in. However, it shows this now.

image

ghost commented 10 months ago

Actually this error is faced by another person also https://github.com/astravaganza/JC-dl/issues/7#issue-1966889851 .

So this problem can only be answered by the creater @astravaganza. So you can create another issue regarding this. But removing jaon from the requirements.txt is solution for the issue you asked for solution.

ghost commented 10 months ago

But this error https://github.com/astravaganza/JC-dl/issues/9#issuecomment-1837401361 shows that the code is properly executed it must be a problem with either your side or on the program itself.

astravaganza commented 9 months ago

So hi @astravaganza so your projects are very awesome especially this one. But the json requirement in your requirements.txt causing trouble while trying to download it. So removing it would make the installing process to function properly as json is a inbuilt library.

Thanks, removed.

ghost commented 9 months ago

So hi @astravaganza so your projects are very awesome especially this one. But the json requirement in your requirements.txt causing trouble while trying to download it. So removing it would make the installing process to function properly as json is a inbuilt library.

Thanks, removed.

please look onto the following issue

https://github.com/astravaganza/JC-dl/issues/9#issuecomment-1837401361