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

FileNotFoundError: [Errno 2] No such file or directory: 'pytorch_model/python/full.rawcode.txt' #1

Open
Elysian01 opened this issue Sep 1, 2021 · 0 comments

Comments

@Elysian01
Copy link

Elysian01 commented Sep 1, 2021

Can you please upload the "pytorch_model/python/full.rawcode.txtfull.rawcode.txt" file, or provide a link to the file

While running
python codesearcher.py --mode search --language python

I got the following output

Build Model
Loading codebase (chunk size=2000000)..
Traceback (most recent call last):
  File "codesearcher.py", line 336, in <module>
    searcher.load_codebase()
  File "codesearcher.py", line 52, in load_codebase
    self.path + self.conf['use_codebase']).readlines()
  File "D:\Setups\Anaconda\envs\torch\lib\codecs.py", line 898, in open
    file = builtins.open(filename, mode, buffering)
FileNotFoundError: [Errno 2] No such file or directory: './python/full.rawcode.txt'
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

1 participant