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: 'stock_daliy/000416.txt' #1

Open
SeekPoint opened this issue Oct 29, 2018 · 3 comments

Comments

@SeekPoint
Copy link

(.venv) ub16hp@UB16HP:/ub16_prj/Listed-company-news-crawl-and-text-analysis$ python3 run_crawler_tushare.py
Traceback (most recent call last):
File "run_crawler_tushare.py", line 13, in
Obj.getStockDayHistory('Stock',stockcode)
File "/home/ub16hp/ub16_prj/Listed-company-news-crawl-and-text-analysis/Crawler/crawler_tushare.py", line 90, in getStockDayHistory
for row in open(Path,'r'):
FileNotFoundError: [Errno 2] No such file or directory: 'stock_daliy/000416.txt'
(.venv) ub16hp@UB16HP:
/ub16_prj/Listed-company-news-crawl-and-text-analysis$

@panwenlei
Copy link

I encountered the same problem...how to handle it ?

@DemonDamon
Copy link
Owner

I encountered the same problem...how to handle it ?

i think is the crawling issues. is the .txt file of that stock daily price in stock_daily file?

@MoonMoon-He
Copy link

where is stock_daily file? I can't find it. hope u response asap thanks

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

4 participants