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: 'README.md' #7

Open
YilinGao-SHU opened this issue May 6, 2022 · 2 comments

Comments

@YilinGao-SHU
Copy link

Hello, when I install mmdet and run setup.py I find that the readme.md file is missing

code: python setup.py develop
Traceback (most recent call last):
File "setup.py", line 133, in
long_description=readme(),
File "setup.py", line 11, in readme
with open('README.md', encoding='utf-8') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'README.md'

@Duankaiwen
Copy link
Owner

@YilinGao-SHU Move README.md to code/

@YilinGao-SHU
Copy link
Author

@YilinGao-SHU Move README.md to code/
Thanks, I got it

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