GithubHelp home page GithubHelp logo

funkybob's People

Contributors

andreacorbellini avatar jozsefsallai avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

funkybob's Issues

AttributeError: module 'collections' has no attribute 'Sequence'

Hi, this package no longer works on python 3.10.

 r [Error]: Traceback (most recent call last):
  File "/Users/joelhernandez/.vscode/extensions/ms-python.python-2022.4.1/pythonFiles/testing_tools/run_adapter.py", line 22, in <module>
    main(tool, cmd, subargs, toolargs)
  File "/Users/joelhernandez/.vscode/extensions/ms-python.python-2022.4.1/pythonFiles/testing_tools/adapter/__main__.py", line 100, in main
    parents, result = run(toolargs, **subargs)
  File "/Users/joelhernandez/.vscode/extensions/ms-python.python-2022.4.1/pythonFiles/testing_tools/adapter/pytest/_discovery.py", line 30, in discover
    ec = _pytest_main(pytestargs, [_plugin])
  File "/Users/joelhernandez/.local/share/virtualenvs/somus-api-vFoZduvk/lib/python3.10/site-packages/_pytest/config/__init__.py", line 145, in main
    config = _prepareconfig(args, plugins)
  File "/Users/joelhernandez/.local/share/virtualenvs/somus-api-vFoZduvk/lib/python3.10/site-packages/_pytest/config/__init__.py", line 324, in _prepareconfig
    config = pluginmanager.hook.pytest_cmdline_parse(
  File "/Users/joelhernandez/.local/share/virtualenvs/somus-api-vFoZduvk/lib/python3.10/site-packages/pluggy/_hooks.py", line 265, in __call__
    return self._hookexec(self.name, self.get_hookimpls(), kwargs, firstresult)
  File "/Users/joelhernandez/.local/share/virtualenvs/somus-api-vFoZduvk/lib/python3.10/site-packages/pluggy/_manager.py", line 80, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "/Users/joelhernandez/.local/share/virtualenvs/somus-api-vFoZduvk/lib/python3.10/site-packages/pluggy/_callers.py", line 55, in _multicall
    gen.send(outcome)
  File "/Users/joelhernandez/.local/share/virtualenvs/somus-api-vFoZduvk/lib/python3.10/site-packages/_pytest/helpconfig.py", line 102, in pytest_cmdline_parse
    config: Config = outcome.get_result()
  File "/Users/joelhernandez/.local/share/virtualenvs/somus-api-vFoZduvk/lib/python3.10/site-packages/pluggy/_result.py", line 60, in get_result
    raise ex[1].with_traceback(ex[2])
  File "/Users/joelhernandez/.local/share/virtualenvs/somus-api-vFoZduvk/lib/python3.10/site-packages/pluggy/_callers.py", line 39, in _multicall
    res = hook_impl.function(*args)
  File "/Users/joelhernandez/.local/share/virtualenvs/somus-api-vFoZduvk/lib/python3.10/site-packages/_pytest/config/__init__.py", line 1016, in pytest_cmdline_parse
    self.parse(args)
  File "/Users/joelhernandez/.local/share/virtualenvs/somus-api-vFoZduvk/lib/python3.10/site-packages/_pytest/config/__init__.py", line 1304, in parse
    self._preparse(args, addopts=addopts)
  File "/Users/joelhernandez/.local/share/virtualenvs/somus-api-vFoZduvk/lib/python3.10/site-packages/_pytest/config/__init__.py", line 1206, in _preparse
    self.hook.pytest_load_initial_conftests(
  File "/Users/joelhernandez/.local/share/virtualenvs/somus-api-vFoZduvk/lib/python3.10/site-packages/pluggy/_hooks.py", line 265, in __call__
    return self._hookexec(self.name, self.get_hookimpls(), kwargs, firstresult)
  File "/Users/joelhernandez/.local/share/virtualenvs/somus-api-vFoZduvk/lib/python3.10/site-packages/pluggy/_manager.py", line 80, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "/Users/joelhernandez/.local/share/virtualenvs/somus-api-vFoZduvk/lib/python3.10/site-packages/pluggy/_callers.py", line 60, in _multicall
    return outcome.get_result()
  File "/Users/joelhernandez/.local/share/virtualenvs/somus-api-vFoZduvk/lib/python3.10/site-packages/pluggy/_result.py", line 60, in get_result
    raise ex[1].with_traceback(ex[2])
  File "/Users/joelhernandez/.local/share/virtualenvs/somus-api-vFoZduvk/lib/python3.10/site-packages/pluggy/_callers.py", line 39, in _multicall
    res = hook_impl.function(*args)
  File "/Users/joelhernandez/.local/share/virtualenvs/somus-api-vFoZduvk/lib/python3.10/site-packages/pytest_django/plugin.py", line 353, in pytest_load_initial_conftests
    _setup_django()
  File "/Users/joelhernandez/.local/share/virtualenvs/somus-api-vFoZduvk/lib/python3.10/site-packages/pytest_django/plugin.py", line 236, in _setup_django
    django.setup()
  File "/Users/joelhernandez/.local/share/virtualenvs/somus-api-vFoZduvk/lib/python3.10/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/Users/joelhernandez/.local/share/virtualenvs/somus-api-vFoZduvk/lib/python3.10/site-packages/django/apps/registry.py", line 122, in populate
    app_config.ready()
  File "/Users/joelhernandez/.local/share/virtualenvs/somus-api-vFoZduvk/lib/python3.10/site-packages/django/contrib/admin/apps.py", line 27, in ready
    self.module.autodiscover()
  File "/Users/joelhernandez/.local/share/virtualenvs/somus-api-vFoZduvk/lib/python3.10/site-packages/django/contrib/admin/__init__.py", line 24, in autodiscover
    autodiscover_modules('admin', register_to=site)
  File "/Users/joelhernandez/.local/share/virtualenvs/somus-api-vFoZduvk/lib/python3.10/site-packages/django/utils/module_loading.py", line 47, in autodiscover_modules
    import_module('%s.%s' % (app_config.name, module_to_search))
  File "/Users/joelhernandez/.pyenv/versions/3.10.1/lib/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/Users/joelhernandez/Documents/code/somus/somus-api/somus_auth/admin.py", line 8, in <module>
    from somus_auth.helpers import get_avatar_type_choices
  File "/Users/joelhernandez/Documents/code/somus/somus-api/somus_auth/helpers.py", line 3, in <module>
    import funkybob
  File "/Users/joelhernandez/.local/share/virtualenvs/somus-api-vFoZduvk/lib/python3.10/site-packages/funkybob/__init__.py", line 26, in <module>
    class Combinations(collections.Sequence):
AttributeError: module 'collections' has no attribute 'Sequence'

    at ChildProcess.<anonymous> (/Users/joelhernandez/.vscode/extensions/ms-python.python-2022.4.1/out/client/extension.js:32:38981)
    at Object.onceWrapper (node:events:510:26)
    at ChildProcess.emit (node:events:390:28)
    at maybeClose (node:internal/child_process:1064:16)
    at Process.ChildProcess._handle.onexit (node:internal/child_process:301:5)

Thank you!

Thank you, this was just what I was looking for!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.