You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
Hi,
When I installed mmpose in this repo, I found there is no
mmpose/version.py
file.The text was updated successfully, but these errors were encountered: