Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install requirements #54

Open
mohamedgalalanwer opened this issue Mar 5, 2023 · 1 comment
Open

install requirements #54

mohamedgalalanwer opened this issue Mar 5, 2023 · 1 comment

Comments

@mohamedgalalanwer
Copy link

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
main()
File "C:\Users\txr\anaconda3\lib\site-packages\pip_vendor\pep517\in_process_in_process.py", line 345, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
File "C:\Users\txr\anaconda3\lib\site-packages\pip_vendor\pep517\in_process_in_process.py", line 130, in get_requires_for_build_wheel
return hook(config_settings)
File "C:\Users\txr\AppData\Local\Temp\pip-build-env-boz3bdhg\overlay\Lib\site-packages\setuptools\build_meta.py", line 338, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=['wheel'])
File "C:\Users\txr\AppData\Local\Temp\pip-build-env-boz3bdhg\overlay\Lib\site-packages\setuptools\build_meta.py", line 320, in _get_build_requires
self.run_setup()
File "C:\Users\txr\AppData\Local\Temp\pip-build-env-boz3bdhg\overlay\Lib\site-packages\setuptools\build_meta.py", line 335, in run_setup
exec(code, locals())
File "", line 71, in
File "", line 17, in setup_package
FileNotFoundError: [Errno 2] No such file or directory: 'README.md'
[end of output]

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
    
    

requirements.txt

@jiaxue-ai
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants