i installed arrow module in deferents python versions and followed the examples from docs but always it is showing me the same error with the next code:
import arrow
utc = arrow.utcnow()
print(utc)
error:
utc = arrow.utcnow()
AttributeError: partially initialized module 'arrow' has no attribute 'utcnow' (most likely due to a circular import)
i installed arrow module in deferents python versions and followed the examples from docs but always it is showing me the same error with the next code:
error: utc = arrow.utcnow() AttributeError: partially initialized module 'arrow' has no attribute 'utcnow' (most likely due to a circular import)
System Info