Issue with enabling Prompt Flow
In order to do section 4 (Enable Prompt Flow tracing) in the Prompt Flow lab, I had to try to install promptflow:
pip install promptflow=1.8.0
promptflow appears to install correctly, but when I go to run the code for configuring promptflow tracing, I get this error and then it says promptflow may not be installed correctly.
Traceback (most recent call last):
File "
I've gone through the process of uninstall and reinstalling but the problem remains.
Ideas on how to correct this issue?
Hi @vieiraae, would you be able to take a look, please?
@larrywa can you please try in a new python environment, install requirements.txt, then install the prompt flow library and let us know if the issue persist?