psutil is missing in setup dependencies
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 962
- Forks
- 106
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 4
Description
When running from a virtual environment shell on Windows 10 (2004):
pipenv run python speed_test.py
I got this warning:
WARNING: unable to increase process priority for each process and one extra for each runner.timeit() call.
Figured out that it is because psutil is missing in package dependencies.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the project's setup dependency configuration and the usage path in speed_test.py, then reproduce the command with pipenv run python speed_test.py in a Windows virtual environment. Done means psutil is installed from the package dependencies and the process-priority warning no longer appears.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100