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

Update conda create instruction to 3.9.0 #35

Open
gr1010 opened this issue Aug 24, 2024 · 0 comments
Open

Update conda create instruction to 3.9.0 #35

gr1010 opened this issue Aug 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@gr1010
Copy link

gr1010 commented Aug 24, 2024

Describe the bug
Currently the installation instruction has the line:
conda create -n simplefoc python=3.6.0.

Python 3.6 is now unsupported by Anaconda, so this line results in an error.
JorgeMaker's Github repo has been updated with the instruction:
conda create -n simplefoc python=3.9.0

Perhaps this page should have the same update.

To Reproduce
Steps to reproduce the behavior:
Follow installation instructions from https://docs.simplefoc.com/studio
conda create -n simplefoc python=3.6.0.
See error.

Desktop

  • OS: macOS Sonoma 14.4.1
@gr1010 gr1010 added the bug Something isn't working label Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant