Hi All,
I am just send this error through a general question about making a connection to an Asana environment from Python in VSCode?
I have Python 3.8.8 as my base environment and I have successfully completed the asana package install.
However I get the following errors:
AttributeError : partially initialized module ‘asana’ has no attribute ‘Client’ (most likely due to a circular import)
this is the documented code I am running:
import asana
client = asana.Client.access_token(‘1/120136400xxxxxxxxxx’)
It seems to be complaining about the ‘Client’ is not a valid attribute of the asana package, so has anyone experience this issue before?? Are there any other environment to run the asana python code in?
Regards,
Adiran