deep-semantic-code-search icon indicating copy to clipboard operation
deep-semantic-code-search copied to clipboard

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

Open Elysian01 opened this issue 2 years ago • 0 comments

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'

Elysian01 avatar Sep 01 '21 08:09 Elysian01