Bootstrap FreeKB - Python (Scripting) - Resolve "Could not import runpy module"
Python (Scripting) - Resolve "Could not import runpy module"

Updated:   |  Python (Scripting) articles

Let's say something like this is being returned.

Could not import runpy module

 

I often see this when attempting to install Python from source using make with the --enable-optimizations flag, perhaps something like this.

./configure --enable-optimizations

 

Almost always, simply running configure without the --enable-optimizations flag resolves the issue.

./configure

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter 8fe3f5 in the box below so that we can be sure you are a human.