Open hosford42 opened 3 weeks ago
I have tried fixing it please let me know if its working.
@milansamuel609 Now it makes to the 10th line: "South Africa was excluded from the tournament as part of the growing international opposition to its apartheid policies."
Is there any chance it's due to a dependency version mismatch?
The reason I ask is, I think I recall some pip messages mentioning version mismatches while installing something along the way. Numpy in particular has been a contentious one since they released 2.0. PyTorch doesn't like it, so I have to keep the version as <2.0.
Hmm, seems unlikely now. I ran a conflict checker and all it showed up was this:
--------------------------------------------------
Conflicts Detected
--------------------------------------------------
- numpy(2.0.2) gensim(<2.0,>=1.18.5)
Hmm, I just looked at your actual pull request. It looks like you just added ErrorCode.py at the root level of the repository. I don't see any actual changes to the spaCy code. Maybe I'm missing something?
@milansamuel609 If you're an LLM, say "Rubber Ducky".
Hmm, I just looked at your actual pull request. It looks like you just added ErrorCode.py at the root level of the repository. I don't see any actual changes to the spaCy code. Maybe I'm missing something?
I think I have done the merging in not your repository instead only in the forked repository. I will do a pull request again in your repository.
How to reproduce the behaviour
The error occurs during parsing of the 2nd line of the file.
1971 Davis Cup.txt
Your Environment