Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • GtkStressTesting GtkStressTesting
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Roberto Leinardi
  • GtkStressTestingGtkStressTesting
  • Issues
  • #15
Closed
Open
Created Feb 14, 2020 by Ghost User@ghost12 of 2 tasks completed2/2 tasks

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