-
Hello, The first one was about 'Enabling Telemetry' and I tried just as same as written on the Colab. from haystack.telemetry import tutorial_running Second, when I tried to create PromptNode using below codes; from haystack.nodes import PromptNode I also faced 'MissingDependencyException' and 'TypeError: catching classes that do not inherit from BaseException is not allowed'. ╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮ During handling of the above exception, another exception occurred: ╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮ I guess all these problems might come from dependency conflicts. "ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. Now, I don't have any idea to solve these problems and need a help from the experts. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Having same issue here, manage to solve it using different Tensor Flow version. Try this:
|
Beta Was this translation helpful? Give feedback.
-
Hey @dkbs12 and @agario8864 thanks for reporting this. We're looking into it and we'll update the discussion 🙏 |
Beta Was this translation helpful? Give feedback.
-
Dear ZanSara,
Thank you for your quick reply and action.
Now the problem is solved and it works.
Could you reflect this solution on the existing tutorial for the people who don't know this matter?
Thanks.
…-----Original Message-----
From: ***@***.***>
To: ***@***.***>;
Cc: ***@***.***>; ***@***.***>;
Sent: 2023-06-05 (월) 17:23:18 (GMT+09:00)
Subject: Re: [deepset-ai/haystack] Tutorial 24_Building_Chat_App.ipynb is not working (Discussion #5072)
Hey @dkbs12 and @agario8864, downgrading generalimport should fix the issue. Try running pip install generalimport==0.3.1 and let us know if that fixes your issue. Sorry for the trouble!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Hey @dkbs12 and @agario8864, downgrading
generalimport
should fix the issue. Try runningpip install generalimport==0.3.1
and let us know if that fixes your issue. Sorry for the trouble!