initscripts directory is empty #1037
-
When I tried to install the cx_Freeze through PIP it gave me an Empty init scripts directory due to which I get an exception I found a similar issue in SO, but that was unsolved, I didn't raise this issue since this seems to be something related to the PIP, is there any way to resolve this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Check if your |
Beta Was this translation helpful? Give feedback.
Check if your
pip --version
return correct value for your pythonWhat OS is your? Ubuntu, Windows, macOS, etc
Try to downgrade pip: python -m pip install "pip<21.1"
Then reinstall cx-freeze: pip install --force --no-cache cx-freeze