I am using the Jupyter Flow tool for the first time. I went through the basics using this link. After setting up the environment and test notebook I run into an error:
This is the error message in the log file:
Not sure how to fix this. Any ideas as to why this happens?
Thanks,
Justin
See this article:
Cause
The external Python environment is using a different Python version other than 3.8.5.
Resolution
Ensure that the external Python environment is using Python version 3.8.5.
Hey @jmwagner,
Never seen this error before. Two things you could check would be one try running Alteryx in admin as package installs may require it for the first run:
Second, it maybe due to one of the two reasons mentioned here: AttributeError: partially initialized module has no attribute | bobbyhadz
A
imports file B
and vice versa.requests.py
.You also have the option to run any notebook from the python tool just import it in here: