In ArcGIS Pro 3.0.2, I am trying to publish a script as geoprocessing service but I am getting the error "00178: Data: C:\msdia80.dll, used by script cannot be copied to the server".
At the script, I am importing:
import os, arcgis, arcpy, time
from datetime import datetime
The ArcGIS Pro project only has a layout and my python script (the .py file is also at the project root). Please any help with the error