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

Cannot install python 3.6 in mac using conda #415

Open
ZisenShao opened this issue Jul 4, 2024 · 4 comments
Open

Cannot install python 3.6 in mac using conda #415

ZisenShao opened this issue Jul 4, 2024 · 4 comments

Comments

@ZisenShao
Copy link

In the installation page, it says I need to create python 3.6 environment using conda create -n spinningup python=3.6, but I couldn't find a way to install python 3.6 with conda, both defaults and conda-forge channel don't have this version. Could I use another python version instead? Or may I not use conda to create the environment?

@ZisenShao
Copy link
Author

I think the main problem is that I am using Mac M2, but the Anaconda version used in spinning up documentation is only for Mac x64, and the arm version of Anaconda does not support Python 3.6. So is there a way to use Mac arm for spinning up?

@fionalluo
Copy link

Hi, did you end up figuring this out?

@ZisenShao
Copy link
Author

I ended up using other resources for learning RL, highly recommend UCB CS285, which is open source for homework and lecture. Spinning-up could still be used for reference of papers and algorithms.

@fionalluo
Copy link

Oh, thank you for the suggestion! I ended up using various hacky solutions to set up spinningup, but the solutions didn't work reliably so I have also switched to other tutorials at this point. Spinning Up's code is pretty out of date I guess

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