Closed sushib closed 3 years ago
Looks like a conflict with the arrow library release. Which version of Watson are you running?
How could I get the version?
On 10 May 2021, at 18:50, Julien Maupetit @.***> wrote:
Looks like a conflict with the arrow library release. Which version of Watson are you running?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/TailorDev/Watson/issues/423#issuecomment-836955213, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGEP7K3IAJIPXLEYNTOCRW3TNAFFJANCNFSM424C6F6Q.
You can run the following command in a terminal.
watson --version
Supplementary question: how did you install Watson?
Pip
(base) @.Phone-de-lugos ~ % watson --version
Traceback (most recent call last):
File "/Users/bruno/opt/anaconda3/bin/watson", line 5, in
On 11 May 2021, at 11:50, Julien Maupetit @.***> wrote:
You can run the following command in a terminal.
watson --version
Supplementary question: how did you install Watson?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/TailorDev/Watson/issues/423#issuecomment-838181054, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGEP7K773NURIX472ARLSNLTND4XFANCNFSM424C6F6Q.
Try to re-install Watson:
pip install --upgrade td-watson
Last login: Tue May 11 12:04:17 on ttys000 (base) @.***Phone-de-lugos ~ % pip install --upgrade td-watson Requirement already satisfied: td-watson in ./opt/anaconda3/lib/python3.8/site-packages (2.0.0) Collecting td-watson Downloading td_watson-2.0.1-py2.py3-none-any.whl (38 kB) Requirement already satisfied: click-didyoumean in ./opt/anaconda3/lib/python3.8/site-packages (from td-watson) (0.0.3) Requirement already satisfied: arrow>=1.0.0 in ./opt/anaconda3/lib/python3.8/site-packages (from td-watson) (1.0.3) Requirement already satisfied: click>=7.0 in ./opt/anaconda3/lib/python3.8/site-packages (from td-watson) (7.1.2) Requirement already satisfied: requests in ./opt/anaconda3/lib/python3.8/site-packages (from td-watson) (2.25.1) Requirement already satisfied: python-dateutil>=2.7.0 in ./opt/anaconda3/lib/python3.8/site-packages (from arrow>=1.0.0->td-watson) (2.8.1) Requirement already satisfied: six>=1.5 in ./opt/anaconda3/lib/python3.8/site-packages (from python-dateutil>=2.7.0->arrow>=1.0.0->td-watson) (1.15.0) Requirement already satisfied: idna<3,>=2.5 in ./opt/anaconda3/lib/python3.8/site-packages (from requests->td-watson) (2.10) Requirement already satisfied: urllib3<1.27,>=1.21.1 in ./opt/anaconda3/lib/python3.8/site-packages (from requests->td-watson) (1.26.4) Requirement already satisfied: chardet<5,>=3.0.2 in ./opt/anaconda3/lib/python3.8/site-packages (from requests->td-watson) (4.0.0) Requirement already satisfied: certifi>=2017.4.17 in ./opt/anaconda3/lib/python3.8/site-packages (from requests->td-watson) (2020.12.5) Installing collected packages: td-watson Attempting uninstall: td-watson Found existing installation: td-watson 2.0.0 Uninstalling td-watson-2.0.0: Successfully uninstalled td-watson-2.0.0 Successfully installed td-watson-2.0.1
(base) @.Phone-de-lugos ~ % watson
Traceback (most recent call last):
File "/Users/bruno/opt/anaconda3/bin/watson", line 5, in
On 11 May 2021, at 12:15, Julien Maupetit @.***> wrote:
Try to re-install Watson:
pip install --upgrade td-watson — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/TailorDev/Watson/issues/423#issuecomment-838214192, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGEP7K52QTGMQNFUWRERVA3TND7U5ANCNFSM424C6F6Q.
Have you tried to uninstall Arrow and force Watson re-install to ensure the appropriate Arrow release is in use?
pip uninstall arrow && pip install --force-reinstall td-watson
It works!
Good job
Bruno
On 11 May 2021, at 15:31, Julien Maupetit @.***> wrote:
Have you tried to uninstall Arrow and force Watson re-install to ensure the appropriate Arrow release is in use?
pip uninstall arrow && pip install --force-reinstall td-watson — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/TailorDev/Watson/issues/423#issuecomment-838481063, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGEP7KYVGKAGAFTGAGSMIWTTNEWS5ANCNFSM424C6F6Q.
not working