Skip to content

Fix broken dependencies, typos, and a broken doc link #5

@Kishan0703

Description

@Kishan0703

Hi
I was setting up Planter and found a few small issues that trip up new users:

Dependency files (src/configs/requirements_*.txt)

pytorch is not a valid pip package should be torch
scikit_learn should be scikit-learn
multiprocess=0.70.12 uses = instead of == (pip syntax error)
category_encoders is listed twice
numpy==1.19.2 doesn't work on Python 3.10+

Typos in Planter.py

"Verification seccess" → "success"
"Verification fales" → "fails"
"varifcation" → "verification"
"paraemters" → "parameters"
"funtions" → "functions"

Broken link in src/help/Common_Issues/Envronment_Issues.md

The P4Pi BMv2 link uses ./src/help/... but should be ../Throughput_Test/... (relative path is wrong)

Happy to open a PR fixing all of these. 🌱

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions