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
Hello I installed an old version of swar and when I went to update it to a newer version I think I broke my config and now I cannot run the manager at all. When I go to install the new file it gives me this error. I would like to start over and delete all swar on my system I have tried a sudo command with no luck. Any help is appreciated
PS C:\Users\aruzy> cd C:\Users\aruzy\Documents\Swar-Chia-Plot-Manager-main
PS C:\Users\aruzy\Documents\Swar-Chia-Plot-Manager-main> pip install -r requirements.txt
Requirement already satisfied: dateparser==1.0.0 in c:\users\aruzy\appdata\local\programs\python\python39\lib\site-packages
(from -r requirements.txt (line 1)) (1.0.0)
Requirement already satisfied: psutil==5.8.0 in c:\users\aruzy\appdata\local\programs\python\python39\lib\site-packages (fro
m -r requirements.txt (line 2)) (5.8.0)
Requirement already satisfied: PyYAML==5.4.1 in c:\users\aruzy\appdata\local\programs\python\python39\lib\site-packages (fro
m -r requirements.txt (line 3)) (5.4.1)
Requirement already satisfied: python-dateutil in c:\users\aruzy\appdata\local\programs\python\python39\lib\site-packages (f
rom dateparser==1.0.0->-r requirements.txt (line 1)) (2.8.1)
Requirement already satisfied: pytz in c:\users\aruzy\appdata\local\programs\python\python39\lib\site-packages (from datepar
ser==1.0.0->-r requirements.txt (line 1)) (2021.1)
Requirement already satisfied: tzlocal in c:\users\aruzy\appdata\local\programs\python\python39\lib\site-packages (from date
parser==1.0.0->-r requirements.txt (line 1)) (2.1)
Requirement already satisfied: regex!=2019.02.19 in c:\users\aruzy\appdata\local\programs\python\python39\lib\site-packages
(from dateparser==1.0.0->-r requirements.txt (line 1)) (2021.4.4)
Requirement already satisfied: six>=1.5 in c:\users\aruzy\appdata\local\programs\python\python39\lib\site-packages (from pyt
hon-dateutil->dateparser==1.0.0->-r requirements.txt (line 1)) (1.16.0)
Then I try and start manager and get this error.
python : Traceback (most recent call last):
At line:1 char:1
python manager.py start
+ CategoryInfo : NotSpecified: (Traceback (most recent call last)::String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
File "C:\Users\aruzy\Documents\Swar-Chia-Plot-Manager-main\manager.py", line 30, in <module>
start_manager()
File "C:\Users\aruzy\Documents\Swar-Chia-Plot-Manager-main\plotmanager\library\utilities\commands.py", line 35, in
start_manager
instrumentation_settings = get_config_info()
File "C:\Users\aruzy\Documents\Swar-Chia-Plot-Manager-main\plotmanager\library\parse\configuration.py", line 138, in
get_config_info
config = _get_config()
File "C:\Users\aruzy\Documents\Swar-Chia-Plot-Manager-main\plotmanager\library\parse\configuration.py", line 14, in
_get_config
raise FileNotFoundError(f"Unable to find the config.yaml file. Expected location: {file_path}")
FileNotFoundError: Unable to find the config.yaml file. Expected location:
C:\Users\aruzy\Documents\Swar-Chia-Plot-Manager-main\config.yaml
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello I installed an old version of swar and when I went to update it to a newer version I think I broke my config and now I cannot run the manager at all. When I go to install the new file it gives me this error. I would like to start over and delete all swar on my system I have tried a sudo command with no luck. Any help is appreciated
PS C:\Users\aruzy> cd C:\Users\aruzy\Documents\Swar-Chia-Plot-Manager-main
PS C:\Users\aruzy\Documents\Swar-Chia-Plot-Manager-main> pip install -r requirements.txt
Requirement already satisfied: dateparser==1.0.0 in c:\users\aruzy\appdata\local\programs\python\python39\lib\site-packages
(from -r requirements.txt (line 1)) (1.0.0)
Requirement already satisfied: psutil==5.8.0 in c:\users\aruzy\appdata\local\programs\python\python39\lib\site-packages (fro
m -r requirements.txt (line 2)) (5.8.0)
Requirement already satisfied: PyYAML==5.4.1 in c:\users\aruzy\appdata\local\programs\python\python39\lib\site-packages (fro
m -r requirements.txt (line 3)) (5.4.1)
Requirement already satisfied: python-dateutil in c:\users\aruzy\appdata\local\programs\python\python39\lib\site-packages (f
rom dateparser==1.0.0->-r requirements.txt (line 1)) (2.8.1)
Requirement already satisfied: pytz in c:\users\aruzy\appdata\local\programs\python\python39\lib\site-packages (from datepar
ser==1.0.0->-r requirements.txt (line 1)) (2021.1)
Requirement already satisfied: tzlocal in c:\users\aruzy\appdata\local\programs\python\python39\lib\site-packages (from date
parser==1.0.0->-r requirements.txt (line 1)) (2.1)
Requirement already satisfied: regex!=2019.02.19 in c:\users\aruzy\appdata\local\programs\python\python39\lib\site-packages
(from dateparser==1.0.0->-r requirements.txt (line 1)) (2021.4.4)
Requirement already satisfied: six>=1.5 in c:\users\aruzy\appdata\local\programs\python\python39\lib\site-packages (from pyt
hon-dateutil->dateparser==1.0.0->-r requirements.txt (line 1)) (1.16.0)
Then I try and start manager and get this error.
python : Traceback (most recent call last):
At line:1 char:1
start_manager
instrumentation_settings = get_config_info()
File "C:\Users\aruzy\Documents\Swar-Chia-Plot-Manager-main\plotmanager\library\parse\configuration.py", line 138, in
get_config_info
config = _get_config()
File "C:\Users\aruzy\Documents\Swar-Chia-Plot-Manager-main\plotmanager\library\parse\configuration.py", line 14, in
_get_config
raise FileNotFoundError(f"Unable to find the config.yaml file. Expected location: {file_path}")
FileNotFoundError: Unable to find the config.yaml file. Expected location:
C:\Users\aruzy\Documents\Swar-Chia-Plot-Manager-main\config.yaml
I would like to delete the entire Swar program
Beta Was this translation helpful? Give feedback.
All reactions