Greetings,
Hope you are all doing good. Here is issue which I'm running into while I'm using PyInstaller.
Initially, I started off with running PyInstaller this way to generate the build & .spec file.
- python -m PyInstaller --name <my_app_name> <path_to_main.py>
While doing this, I ended up getting this error saying it couldn't find pyconfig.h file. Attached the screenshot of the error.
Note:
- Using Virtual Environment while working on this app.
- Tried installing Python3.6 again.
- Also Installed python3.6-dev.
- This is on Ubuntu 16.04.
Help Needed. Thanks in Advance.