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

CVAT doen't support python 3.6 #3252

Closed
2 tasks done
MashaSS opened this issue May 28, 2021 · 0 comments · Fixed by #3258
Closed
2 tasks done

CVAT doen't support python 3.6 #3252

MashaSS opened this issue May 28, 2021 · 0 comments · Fixed by #3258
Assignees
Labels
bug Something isn't working

Comments

@MashaSS
Copy link
Contributor

MashaSS commented May 28, 2021

My actions before raising this issue

CONTRIBUTING.md provide information about installation on Ubuntu 18.04 and this platform has a default python 3.6. However merged PR #3164 uses syntax of python 3.8 which is not supported in version 3.6.
Error message:
File "/home/maria/Desktop/3d/cvat/cvat/apps/dataset_manager/annotation.py", line 13, in <module> from cvat.apps.engine.serializers import LabeledDataSerializer File "/home/maria/Desktop/3d/cvat/cvat/apps/engine/serializers.py", line 428 if new_label_for_name := list(filter(lambda x: x.get('id', None) == old_label.id, labels)): ^ SyntaxError: invalid syntax

Your Environment

  • Git hash commit (git log -1):
  • Docker version docker version (e.g. Docker 17.0.05):
  • Are you using Docker Swarm or Kubernetes?
  • Operating System and version (e.g. Linux, Windows, MacOS):
  • Code example or link to GitHub repo or gist to reproduce problem:
  • Other diagnostic information / logs:
    Logs from `cvat` container

Next steps

You may join our Gitter channel for community support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants