Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    Projects Groups Topics Snippets
  • Register
  • Sign in
  • GtkStressTesting GtkStressTesting
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 22
    • Issues 22
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Roberto Leinardi
  • GtkStressTestingGtkStressTesting
  • Issues
  • #15
Closed
Open
Issue created Feb 14, 2020 by Ghost User@ghost1

AttributeError: type object 'Callable' has no attribute '_abc_registry'

Bug report

Step 1: Are you in the right place?

  • I have verified there are no duplicate active or recent bugs, questions, or requests
  • I have verified that I am using the latest version of GtkStressTesting (GST)

Step 2: Describe your environment

  • GST version: 0.7.1
  • Installed from source/Flatpak/other (specify): packaging from source
  • Distribution name and version (e.g. Ubuntu 18.10): Solus 4.1
  • Desktop Environment (e.g. Gnome 3.30): Budgie
  • CPU (e.g. AMD Ryzen 7 3800X): Intel® Core™2 Duo CPU E4500 @ 2.20GHz × 2

Step 3: Describe the problem:

Steps to reproduce:

  1. Packaged
  2. Installed
  3. Run on termianl

Observed Results:

Expected Results: Launch the app

Console logs:

Traceback (most recent call last):
  File "/usr/bin/gst", line 53, in <module>
    from gst import __main__
  File "/usr/lib/python3.7/site-packages/gst/__main__.py", line 25, in <module>
    from typing import Type
  File "/usr/lib/python3.7/site-packages/typing.py", line 1357, in <module>
    class Callable(extra=collections_abc.Callable, metaclass=CallableMeta):
  File "/usr/lib/python3.7/site-packages/typing.py", line 1005, in __new__
    self._abc_registry = extra._abc_registry
AttributeError: type object 'Callable' has no attribute '_abc_registry'
Assignee
Assign to
Time tracking