You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [x] bug report -> please search issues before submitting
- [ ] feature request
- [x] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
The documentation need to be updated:
pip install promptflow-evals
pip install promptflow.azure
Any log messages given by the failure
(.venv) PS C:\work\Azure-Samples\rag-data-openai-python-promptflow\tutorial> python .\evaluate.py
Traceback (most recent call last):
File "C:\Users....venv\Lib\site-packages\promptflow_sdk_tracing.py", line 107, in validate
from promptflow.azure._utils._tracing import validate_trace_destination
ModuleNotFoundError: No module named 'promptflow.azure'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\work\Azure-Samples\rag-data-openai-python-promptflow\tutorial\evaluate.py", line 80, in
result, tabular_result = run_evaluation(
^^^^^^^^^^^^^^^
File "C:\work\Azure-Samples\rag-data-openai-python-promptflow\tutorial\evaluate.py", line 49, in run_evaluation
result = evaluate(
^^^^^^^^^
File "C:\Users....venv\Lib\site-packages\promptflow\evals\evaluate_telemetry_init_.py", line 115, in wrapper
pf_client = PFClient(
^^^^^^^^^
Expected/desired behavior
pip install promptflow.azure
OS and Version?
Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?)
Versions
Mention any other details that might be useful
Thanks! We'll be in touch soon.
The text was updated successfully, but these errors were encountered:
bmerkle
added a commit
to bmerkle/azure-ai-docs
that referenced
this issue
Sep 2, 2024
This issue is for a: (mark with an
x
)Minimal steps to reproduce
The documentation need to be updated:
pip install promptflow-evals
pip install promptflow.azure
Any log messages given by the failure
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\work\Azure-Samples\rag-data-openai-python-promptflow\tutorial\evaluate.py", line 80, in
result, tabular_result = run_evaluation(
^^^^^^^^^^^^^^^
File "C:\work\Azure-Samples\rag-data-openai-python-promptflow\tutorial\evaluate.py", line 49, in run_evaluation
result = evaluate(
^^^^^^^^^
File "C:\Users....venv\Lib\site-packages\promptflow\evals\evaluate_telemetry_init_.py", line 115, in wrapper
pf_client = PFClient(
^^^^^^^^^
Expected/desired behavior
OS and Version?
Versions
Mention any other details that might be useful
The text was updated successfully, but these errors were encountered: