Neocky / pluGET

📦 Powerful Package manager which updates plugins & server software for minecraft servers
Apache License 2.0
149 stars 27 forks source link

First Time Run - No module named 'ruamel' #62

Closed Circenn5130 closed 2 years ago

Circenn5130 commented 2 years ago

Describe the bug pluGET-v1.7.2 From Windows CLI when performing first time run to generate config yaml, it throws an error "No module named 'ruamel'"

Traceback (most recent call last): File "C:\Minecraft\Sandbox\pluGET-v1.7.2\pluget.py", line 10, in from src.handlers.handle_config import check_config, validate_config File "C:\Minecraft\Sandbox\pluGET-v1.7.2\src\handlers\handle_config.py", line 7, in import ruamel.yaml ModuleNotFoundError: No module named 'ruamel'

To Reproduce

Expected behavior Generation of pluGET_config.yaml

Desktop (please complete the following information):

Circenn5130 commented 2 years ago

Re-running install_requirements_WINDOWS.bat resolved issue and I was able to successfully generate config

Jackalack7234 commented 10 months ago

I’m having this issue, and no matter how many times I run the install requirements batch file, it still gives this error