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

Fails to install because of docopt, can you lose it? #93

Open
awhillas opened this issue Mar 3, 2022 · 0 comments
Open

Fails to install because of docopt, can you lose it? #93

awhillas opened this issue Mar 3, 2022 · 0 comments

Comments

@awhillas
Copy link

awhillas commented Mar 3, 2022

Getting this error and it seems to be because of docopt (which looks like a dead project). Can you remove the dependancy?

Collecting docopt
  Using cached docopt-0.6.2.tar.gz (25 kB)
  Preparing metadata (setup.py) ... error
  error: subprocess-exited-with-error

  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [25 lines of output]
      running egg_info
      creating /tmp/pip-pip-egg-info-wylsnido/docopt.egg-info
      writing /tmp/pip-pip-egg-info-wylsnido/docopt.egg-info/PKG-INFO
      writing dependency_links to /tmp/pip-pip-egg-info-wylsnido/docopt.egg-info/dependency_links.txt
      writing top-level names to /tmp/pip-pip-egg-info-wylsnido/docopt.egg-info/top_level.txt
      Traceback (most recent call last):
        File "<string>", line 2, in <module>
        File "<pip-setuptools-caller>", line 34, in <module>
        File "/tmp/pip-install-alpj6p8d/docopt_17e79d1f2c1140b88d38e05d08aa60f9/setup.py", line 6, in <module>
          setup(
        File "/home/alex/dev/yabble/hey-yabble-ai/__venv__/lib/python3.9/site-packages/setuptools/__init__.py", line 155, in setup
          return distutils.core.setup(**attrs)
        File "/home/alex/dev/yabble/hey-yabble-ai/__venv__/lib/python3.9/site-packages/setuptools/_distutils/core.py", line 148, in setup
          return run_commands(dist)
        File "/home/alex/dev/yabble/hey-yabble-ai/__venv__/lib/python3.9/site-packages/setuptools/_distutils/core.py", line 163, in run_commands
          dist.run_commands()
        File "/home/alex/dev/yabble/hey-yabble-ai/__venv__/lib/python3.9/site-packages/setuptools/_distutils/dist.py", line 967, in run_commands
          self.run_command(cmd)
        File "/home/alex/dev/yabble/hey-yabble-ai/__venv__/lib/python3.9/site-packages/setuptools/_distutils/dist.py", line 986, in run_command
          cmd_obj.run()
        File "/home/alex/dev/yabble/hey-yabble-ai/__venv__/lib/python3.9/site-packages/setuptools/command/egg_info.py", line 290, in run
          writer = ep.load()
        File "/home/alex/dev/yabble/hey-yabble-ai/__venv__/lib/python3.9/site-packages/setuptools/_vendor/importlib_metadata/__init__.py", line 196, in load
          return functools.reduce(getattr, attrs, module)
      AttributeError: module 'plugin.setuptools' has no attribute 'load_plux_entrypoints'
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant