egerber / spaCy-entity-linker

spaCy module for linking text to Wikidata items
MIT License
215 stars 32 forks source link

fail to download knowledge base #13

Closed smongstar closed 1 year ago

smongstar commented 1 year ago

Fail to download knowledge base using: python -m spacy_entity_linker "download_knowledge_base"

Error message displayed: HTTP Error 403: Forbidden

MartinoMensio commented 1 year ago

Hi @smongstar, Have you tried updating to the latest release? Version 1.0.2 fixes this issue as mentioned in #11 .

To update to the latest version, simply execute pip install --upgrade spacy-entity-linker.

If the issue persists, please let me know.

Best, Martino

smongstar commented 1 year ago

Hi Martino, It is working now after I upgrade the spacy-entity-linker package to version 1.0.2. Thanks a lot for the assistance.

smongstar commented 1 year ago

Hi Martino, Nice to hear from you. It is working now after I upgrade the spacy-entity-linker package to version 1.0.2. Thanks a lot for the assistance, SM Ong

On Tue, Sep 6, 2022 at 6:15 PM Martino Mensio @.***> wrote:

Hi @smongstar https://ddec1-0-en-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=https%3a%2f%2fgithub.com%2fsmongstar&umid=5b41ba66-7026-45cd-bce0-6f5416eda713&auth=4e0d3f135bd52a3661045cb3bfe08c528fcdd524-c7670519a25e4449a02a931b870d6dfb6d472a9a , Have you tried updating to the latest release? Version 1.0.2 fixes this issue as mentioned in #11 https://ddec1-0-en-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=https%3a%2f%2fgithub.com%2fegerber%2fspaCy%2dentity%2dlinker%2fissues%2f11&umid=5b41ba66-7026-45cd-bce0-6f5416eda713&auth=4e0d3f135bd52a3661045cb3bfe08c528fcdd524-a8568d413de7b5663a7bfbd942e40333c4ba7afa .

To update to the latest version, simply execute pip install --upgrade spacy-entity-linker.

If the issue persists, please let me know.

Best, Martino

— Reply to this email directly, view it on GitHub https://ddec1-0-en-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=https%3a%2f%2fgithub.com%2fegerber%2fspaCy%2dentity%2dlinker%2fissues%2f13%23issuecomment%2d1237951619&umid=5b41ba66-7026-45cd-bce0-6f5416eda713&auth=4e0d3f135bd52a3661045cb3bfe08c528fcdd524-728d4b8d1f7d3985b959295873a853469046c9b4, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXEGF2RM2LESD3D4JFRAPFTV44KUBANCNFSM6AAAAAAQFRMFGI . You are receiving this because you were mentioned.Message ID: @.***>

-- http://www.starmediagroup.my

This email may contain information, which is confidential and/or privileged. The information is intended solely for the use of the individual or entity named above. If you are not the intended recipient, be aware that any disclosure, copying, distribution or use of the contents is prohibited. If you have received this electronic transmission in error, please notify the sender by telephone or return email and delete the material from your computer.

MartinoMensio commented 1 year ago

Good to hear! You're welcome! :) Martino