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

missing mmpose/version.py #24

Open
ShoufaChen opened this issue Feb 11, 2022 · 2 comments
Open

missing mmpose/version.py #24

ShoufaChen opened this issue Feb 11, 2022 · 2 comments

Comments

@ShoufaChen
Copy link
Contributor

Hi,

When I installed mmpose in this repo, I found there is no mmpose/version.py file.

    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/home/chenshoufa/workspace/HRFormer/pose/setup.py", line 105, in <module>
        version=get_version(),
      File "/home/chenshoufa/workspace/HRFormer/pose/setup.py", line 14, in get_version
        with open(version_file, 'r') as f:
    FileNotFoundError: [Errno 2] No such file or directory: 'mmpose/version.py'

@aarushgupta
Copy link

aarushgupta commented Mar 1, 2022

Hey @ShoufaChen were you able to figure this out? I'm stuck on the same issue.

@ShoufaChen
Copy link
Contributor Author

I solved this issue by adding a version.py at pose/mmpose/version.py which contains:

__version__ = '0.13.0'
short_version = __version__

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