Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add solutions for potentially obscure install issue #57

Merged
merged 1 commit into from
Sep 3, 2022

Conversation

potatoes1286
Copy link
Contributor

@potatoes1286 potatoes1286 commented Sep 3, 2022

Summary

Added a part in the install process on how to fix Python.h is missing error upon pip install by installing python3-dev.
Added a part in the install process on how to fix gcc python3-dev is missing error upon pip install.
Fixed one typo.

Details

When i installed this, i encountered an issue when doing pip install requirements that would fail to build psutils, claiming Python.h was missing. took me a couple minutes to figure out how to fix it by installing python3-dev.

Decided to add back to the docs in hopes that it saves someone else some time.

I am unsure how common this issue is? i experienced this installing on both Fedora 36 and Ubuntu Server 20.04.

Also added a missing h letter. (te -> the)

Checks

  • In case of new feature, add short overview in docs/<corresponding file>
  • Tested changes

When i installed this, i encountered an issue when doing pip install requirements that would fail to build psutils, claiming Python.h was missing. took me a couple minutes to figure out how to fix it by installing python3-dev.

Decided to add back to the docs in hopes that it saves someone else some time.

I am unsure how common this issue is? i experienced this installing on both Fedora 36 and Ubuntu Server 20.04.

Also added a missing `h` letter. (te -> the)
@Linbreux Linbreux added the documentation Improvements or additions to documentation label Sep 3, 2022
@Linbreux
Copy link
Owner

Linbreux commented Sep 3, 2022

Hi @potatoes1286

Thanks for documenting your problems and adding it to the docs. I've not seen this error yet, but it would be handy for other users who have this issue!

@Linbreux Linbreux merged commit 0788dc3 into Linbreux:main Sep 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants