When downloading module at version 0.4.6 with python 3.10.12. it gives me No module named pkg_resources when it builds the module.
Machine: all our amazon-linux ec2 machine.
Tried:
- installing setup_tools
- downloading build-essential for c/c++ compiler
This error happens when i install the module in the system interpreter and also when i'm building a container with this module as a dependency.
The build with the same machine and dependency was working 10 days ago.