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. * -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/5daf53d0-f21a-4c65-96f9-00e34b00bb08%40googlegroups.com.
