msieg / deep-music-visualizer

The Deep Visualizer uses BigGAN (Brock et al., 2018) to visualize music.
384 stars 104 forks source link

Syntax Error/invalid syntax #15

Closed Ppaja closed 3 years ago

Ppaja commented 3 years ago

Every time I try to get this run I get an Syntax Error. Im from germany and its so difficult to find a solution if you dont nativ speak english.

I tried it with different versions of python, I tried it with google colab, I tried it with internet sites where you can run python. But every time Syntax Error/invalid syntax.

I tried with the whole code, with only one line each, with the linux lines (i have windows), tried the code from the read me but nothing works. Still syntax error.

Im new to AI and this things, so Im sure I make a mistake. But in the whole Internet I cant find one single video or article that explains exact what you have to do. Do I need anything else installed than python? Do I need another code?

I hope somebody can help me. 3 2 1

gezquinndesign commented 3 years ago

open terminal and run these commands:

git clone https://github.com/msieg/deep-music-visualizer.git
cd deep-music-visualizer
pip install -r requirements.txt

These are commands you run from the terminal. In Windows you'll need to open up a Console and run the commands there rather than in the python shell.

Hope that helps you.

hubortje commented 3 years ago

Hallo, du musst zuerst Git installieren, um den Befehl git clone ausführen zu können. https://gitforwindows.org/

Danach solltest du im Terminal bzw. der Powershell die Befehle ausführen können, du musst dazu nicht extra Python ausführen.

English translation:

Hello, you have to install git to run git clone.

Afterwards, you should be able to run the commands in the Terminal or Powershell, you don't have to run Python for this.

msieg commented 3 years ago

:)

On Thu, Apr 8, 2021 at 5:10 AM Harald Töpfer @.***> wrote:

Hallo, du musst zuerst Git installieren, um den Befehl git clone ausführen zu können. https://gitforwindows.org/

Danach solltest du im Terminal bzw. der Powershell die Befehle ausführen können, du musst dazu nicht extra Python ausführen.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/msieg/deep-music-visualizer/issues/15#issuecomment-815594382, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJAYJXR5YWC6IDBMNZS36ADTHVXHBANCNFSM42SC7KWA .

Ppaja commented 3 years ago

Hallo, du musst zuerst Git installieren, um den Befehl git clone ausführen zu können. https://gitforwindows.org/

Danach solltest du im Terminal bzw. der Powershell die Befehle ausführen können, du musst dazu nicht extra Python ausführen.

English translation:

Hello, you have to install git to run git clone.

Afterwards, you should be able to run the commands in the Terminal or Powershell, you don't have to run Python for this.

Danke funktioniert! :)