You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: