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

Install error #1

Closed
zanaviska opened this issue Jan 5, 2022 · 4 comments
Closed

Install error #1

zanaviska opened this issue Jan 5, 2022 · 4 comments

Comments

@zanaviska
Copy link
Contributor

I tried to install your solution locally, and came up with 2 errors:

  1. Download the data https://www.kaggle.com/START-UMD/gtd -> train_October_9_2012.csv and put it in the folder training.
    By that link I have found file globalterrorismdb_0718dist.csv. If this file works, You should update filename, otherwise link to the file
  2. pip install -r requirements.txt
    this command produce error
ERROR: Invalid requirement: 'version https://git-lfs.github.com/spec/v1' (from line 1 of requirement.txt)
Hint: It looks like a path. File 'version https://git-lfs.github.com/spec/v1' does not exist.
@haixuanTao
Copy link
Owner

Yeah, so you need git lfs for this project. I added it into the README. Check https://git-lfs.github.com/

I have made it possible to run pip install -r requirements.txt without git lfs, but you might face other problem later for larger files.

@zanaviska
Copy link
Contributor Author

Okay, thanks for that. But question about .csv file still exist. Which file is correct one? Should I really go for train_October_9_2012.csv? Or globalterrorismdb_0718dist.csv is good for me?

@haixuanTao
Copy link
Owner

Ah good catch. The actual good link is the following: https://www.kaggle.com/c/predict-closed-questions-on-stack-overflow/data?select=train_October_9_2012.csv

@haixuanTao
Copy link
Owner

Thanks for the issue!

haixuanTao added a commit that referenced this issue Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants