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. 🌱
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. 🌱