Xonshiz / anime-dl

Anime-dl is a command-line program to download anime from CrunchyRoll and Funimation.
MIT License
229 stars 37 forks source link

Problem with installation #34

Closed JeremieBergeron closed 6 years ago

JeremieBergeron commented 6 years ago

Hi,

I have a problem with the installation at the step 4

1.) Make sure you have Python installed and is present in your system's path.

2.) Grab FFmpeg from this link, Node.js from this link and RTMPDump.

3.) Install FFmpeg and Node.js and place it in the directory of this script, or put them in your system's path.

4.) Browse to the directory of this script and open command prompt/shell in that directory and run this command :

python pip install -r requirements.txt

In my cmd I wrote : C:\Users\smokerlolilol>cd "C:\Users\smokerlolilol\Desktop\anime-dl-master"

After, I wrote : C:\Users\smokerlolilol\Desktop\anime-dl-master>python pip install -r requirements.txt

Where is the problem ?

Sorry for my bad english :(

And thank you

Xonshiz commented 6 years ago

What is the error you got after this? If you're following these steps properly, there shouldn't be any problem. Please share the error details..

JeremieBergeron commented 6 years ago

It just doesn't find the good file. I am pretty sure that I make an mistake somewhere but I don't know where

capture

It's in french sorry

Xonshiz commented 6 years ago

could you please translate the error from french to english for me? and also, type "dir /s" to see the list of files in the folder. Share the screenshot please.

JeremieBergeron commented 6 years ago

C:\Users\smokerlolilol>cd "C:\Users\smokerlolilol\Desktop\anime-dl-master"

C:\Users\smokerlolilol\Desktop\anime-dl-master>python pip install -r requirements.txt 'python' is not recognized as an internal command or external, a executable file ou un command file.

C:\Users\smokerlolilol\Desktop\anime-dl-master>

image

Xonshiz commented 6 years ago

you don't have Python installed.That's what I thought. The error clearly states that you don't have python installed. If you have installed python, make sure it's in your system path. Plus, if you're on windows, I'd recommend that you use windows binary from the releases section. You don't have to install Python or it's library dependencies. You just need NodeJS and the windows binary and it'll do the job.

JeremieBergeron commented 6 years ago

Can you explain to me what is the system path please. I don't know what it mean in french

My python is right over there : C:\Users\smokerlolilol\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Python 3.6

Xonshiz commented 6 years ago

Installing python or other dependencies could be tricky. So, if you're not into these things, I'd recommend that you don't touch python at all. This goes for windows users because you need to set up python in your system.

Please read this section carefully : https://github.com/Xonshiz/anime-dl#installation

I'd recommend that you don't install python at all.

Now, if you really want to install Python, and use this script with python instead, you can follow this tutorial step by step:

https://www.youtube.com/watch?v=dX2-V2BocqQ

JeremieBergeron commented 6 years ago

So you says to me that it should be ok for me like that ?

image

Xonshiz commented 6 years ago

have you installed NodeJS properly in your system? move the ffmpeg.exe inside the folder where anime-dl.exe is.

JeremieBergeron commented 6 years ago

Like that

image

Xonshiz commented 6 years ago

Install nodejs. Is that node.exe file the installed or the portable nodejs.exe?

JeremieBergeron commented 6 years ago

When I open it. So I think it's portable

image

Xonshiz commented 6 years ago

This should do it then. Try running anime-dl now. However, it would be down, as mention in #31 . Crunchyroll or Cloudflare have changed a few things.

JeremieBergeron commented 6 years ago

image

JeremieBergeron commented 6 years ago

It crash. I opened it and it crash

Xonshiz commented 6 years ago

This is a command line program. Please look it over internet. Setting up the program and getting it running and all that is not something I can do for everyone. Please look it up on internet.

JeremieBergeron commented 6 years ago

I was thinking it was like that but I didn't made it. Thank you for the help

image