![]() |
header files (python3-dev) - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: Data Science (https://python-forum.io/forum-44.html) +--- Thread: header files (python3-dev) (/thread-42531.html) |
header files (python3-dev) - ZZBBD - Aug-04-2024 Hi everyone, I found a requirement in a github project: "In order to work with the python library, you need: header files (python3-dev)" I would like to ask what this is. How should I deal with it. Thank you everyone RE: header files (python3-dev) - Gribouillis - Aug-04-2024 It depends on your operating system. In Ubuntu system one can install python3-dev with the apt package manager
RE: header files (python3-dev) - PyDan - Aug-04-2024 For windows, the normal install has the necessary headers and libs to link with. For me, all I need to reference Python.h and pythonXXX.lib RE: header files (python3-dev) - markjohn8348 - Aug-04-2024 Hi everyone i have my this website on Link Removed and smetimes there are three dots come under my navigation bar like lines in blue colour dont why! |