install requirements
I have a problem when installing the requirements, there is more than one error with persistence
Getting requirements to build wheel ... error error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [16 lines of output]
Traceback (most recent call last):
File "C:\Users\txr\anaconda3\lib\site-packages\pip_vendor\pep517\in_process_in_process.py", line 363, in
note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip. PS C:\Users\txr\Documents\AI\Danesfield-master\Danesfield-master> source deactivate source : The term 'source' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1
- source deactivate
-
+ CategoryInfo : ObjectNotFound: (source:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
PS C:\Users\txr\Documents\AI\Danesfield-master\Danesfield-master> run_danesfield.py run_danesfield.py : The term 'run_danesfield.py' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1
- run_danesfield.py
-
+ CategoryInfo : ObjectNotFound: (run_danesfield.py:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
what's your environment? You need to use a Linux environment or you can use docker with installing this docker image https://github.com/Kitware/Danesfield/blob/master/Dockerfile