narc0tiq / factorio-updater

Factorio update helper for headless servers
MIT License
245 stars 48 forks source link

Traceback Error #31

Closed squeaky369 closed 6 years ago

squeaky369 commented 6 years ago

I'm not able to get the update script to run. I am receiving an error when trying to run it, even when using the --help switch.

[factorio@localhost factorio-updater-master]$ python update_factorio.py --help Trackback (most recent call last): File "update_factorio.py", line 4, in <module> import os, posixpath, requests, re, sys ImportError: No module named requests

CentOS 7
Updated everything. Python, PIP and Request installed per instructions.

squeaky369 commented 6 years ago

Nevermind. Had to install 'requests' about 10 times for it to finally see that it was installed.