-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Common Issues
garsh1 edited this page Oct 27, 2020
·
2 revisions
- If a package is missing first try to install the requirements.txt by running
python -m pip install requirements.txt
- You can manually install packages with pip by running
python pip install Package
replacing "Package" with the packages name.
(Connection timed out, The target machine did not respond, etc)
- Be sure you have port forwarded ports 1337-1339 for the web-gui (NOT 5000!) or the port you started the server with for command line.
- Be sure the ports mentioned above are excluded from firewalls
- Set any VMs to Bridged Adapter