Skip to content

Installation fails #9

@cp2423

Description

@cp2423

Hi, I note this extension is now under more active development within the last few days and am wondering if this is just an issue because some changes have not been merged in yet, but today I am getting the following error trying to install on a Raspberry Pi 4:

pi@raspberrypi:~ $ python3 -m pip install Mopidy-API-Explorer
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting Mopidy-API-Explorer
  Downloading https://files.pythonhosted.org/packages/99/41/16009b2208c3680028b151ea7a1f66c2ad3603bd58c8fadeb51d64b3df07/Mopidy-API-Explorer-1.0.1.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-install-40tbokiu/Mopidy-API-Explorer/setup.py", line 41, in <module>
        'Topic :: Multimedia :: Sound/Audio :: Players',
      File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 145, in setup
        return distutils.core.setup(**attrs)
      File "/usr/lib/python3.7/distutils/core.py", line 108, in setup
        _setup_distribution = dist = klass(attrs)
      File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 447, in __init__
        k: v for k, v in attrs.items()
      File "/usr/lib/python3.7/distutils/dist.py", line 292, in __init__
        self.finalize_options()
      File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 739, in finalize_options
        ep.load()(self, ep.name, value)
      File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 300, in check_entry_points
        pkg_resources.EntryPoint.parse_map(value)
      File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2503, in parse_map
        maps[group] = cls.parse_group(group, lines, dist)
      File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2477, in parse_group
        if not MODULE(group):
    TypeError: cannot use a string pattern on a bytes-like object
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-40tbokiu/Mopidy-API-Explorer/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions