Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Update conda create instruction to 3.9.0

Open Beginner friendly
#35 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
65/100
Issue type
Documentation
Clarity
Clearly specified
Activity status
Stale
Tech stack
python
Domain
documentation

Research direction

Open the installation instructions at https://docs.simplefoc.com/studio and locate the conda create command using Python 3.6.0. Update the instruction to use Python 3.9.0, then verify the rendered page shows the corrected command.

Written by the indexing model from the issue text.

Description

bug

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
Dominant language
C
Stars
17
Forks
29
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from simplefoc/simplefoc.github.io

All issues in simplefoc/simplefoc.github.io

Similar issues

More C issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.