You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't even get the GUI to start. Since I'm new on linux, its very hard for me to install/build these packages without any instructions in the read-me.
This is what I've been trying so far:
After extracting and running the tar ball:
pip install -r requirements.txt
and building with: pyinstaller setup.spec
I try to start the script with: python3.5 FIFA\ 17\ Auto\ Buyer.py
I get the error message:
ImportError: No module named 'fut'
Do you know what I'm doing wrong? And how I can solve it?
Greets,
Mathijs
The text was updated successfully, but these errors were encountered:
Hi guys,
I can't even get the GUI to start. Since I'm new on linux, its very hard for me to install/build these packages without any instructions in the read-me.
This is what I've been trying so far:
After extracting and running the tar ball:
pip install -r requirements.txt
and building with: pyinstaller setup.spec
I try to start the script with: python3.5 FIFA\ 17\ Auto\ Buyer.py
I get the error message:
ImportError: No module named 'fut'
Do you know what I'm doing wrong? And how I can solve it?
Greets,
Mathijs
The text was updated successfully, but these errors were encountered: