FinRL
FinRL copied to clipboard
MacOSX install FinRL
pip install FinRL error Run pip install git+https://github.com/AI4Finance-Foundation/FinRL.git under MacOSX went error:
Running command git clone --filter=blob:none --quiet https://github.com/AI4Finance-Foundation/FinRL.git /private/var/folders/c1/cd9k4kh92215r_4b0x0_h2zr0000gn/T/pip-req-build-4f0snouw [email protected]: Permission denied (publickey). fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists. error: subprocess-exited-with-error
× git clone --filter=blob:none --quiet https://github.com/AI4Finance-Foundation/FinRL.git /private/var/folders/c1/cd9k4kh92215r_4b0x0_h2zr0000gn/T/pip-req-build-4f0snouw did not run successfully. │ exit code: 128 ╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error
× git clone --filter=blob:none --quiet https://github.com/AI4Finance-Foundation/FinRL.git /private/var/folders/c1/cd9k4kh92215r_4b0x0_h2zr0000gn/T/pip-req-build-4f0snouw did not run successfully. │ exit code: 128 ╰─> See above for output.
Enviroment:
- OS: macOS Big Sur ver 11.7
- pip: 23.2.1
Could anyone answer this question?
Did you activate your env when doing pip install?