Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] error while installing camel_tool on Colab python 3.7 #78

Closed
esulaiman opened this issue Jan 19, 2022 · 2 comments
Closed

[BUG] error while installing camel_tool on Colab python 3.7 #78

esulaiman opened this issue Jan 19, 2022 · 2 comments
Assignees
Labels

Comments

@esulaiman
Copy link

Describe the bug
I tried to run the following pip command on Colab with python 3.7 version:
!pip install camel-tools
!camel_data full

Usually it works fine but today it gave me the following error message:
Error: An error occured while extracting downloaded data.

I could assume this error happened due to exceeded server requests.

Can yon kindly help me with this issue.

Thanks in advance.

@aosaimy
Copy link

aosaimy commented Mar 22, 2022

The issue seems to be that a Google Drive is blocking the download since the file is too big and thus the antivirus cannot be applied:

image

The current workaround I found is to download the file (URL: https://docs.google.com/uc?export=download&id=1wznZY1nXIwKan5rLbvQjukozNrF-P0j3 ) using the browser or the python package gdown and then unzip it in ~/.camel_tools

@owo
Copy link
Collaborator

owo commented Mar 30, 2022

We have pushed a fix for the issue.
The Guided Tour Colab notebook has now changed so you may have to start with the updated one if you made any changes to the old one.

@owo owo closed this as completed Mar 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants