Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build scripts broken #147

Closed
G8RPHD opened this issue Apr 10, 2023 · 2 comments
Closed

Build scripts broken #147

G8RPHD opened this issue Apr 10, 2023 · 2 comments

Comments

@G8RPHD
Copy link

G8RPHD commented Apr 10, 2023

Updated repo to current, and build results in the following errors (similar for PS3 build):

C:\Users\Matt.git\user_scripts>build_xbox.py
Traceback (most recent call last):
File "C:\Users\Matt.git\user_scripts../dependencies/dev_scripts\download_mackiloha.py", line 7, in
import requests
ModuleNotFoundError: No module named 'requests'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\Matt.git\user_scripts\build_xbox.py", line 4, in
from download_mackiloha import download_mackiloha
File "C:\Users\Matt.git\user_scripts../dependencies/dev_scripts\download_mackiloha.py", line 9, in
subprocess.check_call(["python", "-m", "pip", "install", "requests"])
^^^^^^^^^^
NameError: name 'subprocess' is not defined

@lunalawl
Copy link
Member

open a new cmd and type pip install requests

@jnackmclain
Copy link
Member

In a new command prompt window, run "pip install requests"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants