Hey! I'm parcially new in programing and currently I am making a script in Python for ArcGis Pro. This script has to convert coords from WGS84 to UTM, globally of course. For said cript I started using a library named 'utm' and until then didn't had any problem either with syntax nor the functions from python or arcgis. But when I went to run the script it showed me the error among the words of 'module 'utm' not found'. So I checked thee possible reasons for it and ended up modifying the Enviroment, Path, cheking the python installation and version and the library installation (via PIP) but no joy.
If anyone knows or had this same problem and solved it please let me know.
Thanks in advance!