AI4Finance-Foundation / FinRL

FinRL: Financial Reinforcement Learning. 🔥
https://ai4finance.org
MIT License
9.35k stars 2.27k forks source link

MacOSX install FinRL #1066

Open BrotherZhu opened 11 months ago

BrotherZhu commented 11 months ago

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 git@github.com: 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:

BrotherZhu commented 10 months ago

Could anyone answer this question?

CYLEE21 commented 6 months ago

Did you activate your env when doing pip install?