Artyshko Mykola

Results 15 comments of Artyshko Mykola

- You are not able to run the GUI version of the SMD on Windows 10. - You can try to run the CLI version, but you probably have to...

Common problem - https://github.com/artyshko/smd/issues/3

Try this one `pip3 install spotipy` Spotipy - https://github.com/plamere/spotipy

**try** `pip3 install imageio-ffmpeg`

it must be **python3** (in my case - 3.6.7), but desktop version _isn't available_ at the moment

There are at least **two ways** of doing this. ``` chmod +x main.py ./main.py ``` or ``` python3 main.py ```

![image](https://user-images.githubusercontent.com/18666846/63707482-ac8b9d00-c83a-11e9-981e-4cf3235eaa3e.png) Just open a terminal and type ```python3 main.py```

**We haven’t tested it on Windows.** You have to use **Windows Subsystem for Linux** - [Ubuntu 18.04 LTS](https://www.microsoft.com/en-us/p/ubuntu-1804-lts/9n9tngvndl3q) If you have got any errors, show the program's output.

Use ```cd```. It is used to change current working directory [Linux Commands](https://www.geeksforgeeks.org/linux-commands/) OR 1. Open terminal 2. git clone https://github.com/artyshko/smd.git 3. cd smd 4. pip3 install -r requirements.txt 5. python3...

**We probably won't support Windows.**