nyash-qq / galaxy-plugin-twitch

Twitch python plugin for GOG Galaxy 2.0
GNU General Public License v3.0
135 stars 6 forks source link

Install Fails #2

Closed jhnkly closed 5 years ago

jhnkly commented 5 years ago

After running "inv install" in galaxy-plugin-twitch I get the following:

... File "C:\Users\xxxx\galaxy-plugin-twitch\tasks.py", line 8, in from galaxy.tools import zip_folder_to_file ModuleNotFoundError: No module named 'galaxy'

Danyelalejandro commented 5 years ago

I had the same error trying to install from source code. Nevertheless, an easy solution is to download the latest release from https://github.com/nyash-qq/galaxy-plugin-twitch/releases and unzip the folder and attach it to: (WINDOWS) %localappdata%\GOG.com\Galaxy\plugins\installed (MACOS) ~/Library/Application Support/GOG.com/Galaxy/plugins/installed

jhnkly commented 5 years ago

Ah, I wish that was included in the ReadMe!