question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

missing dependency, six?

See original GitHub issue

looks like the dependency six is missing from setup.py? might need to add via install_requires

Collecting rouge>=0.2.1 (from newssum==0.1.0)
  Downloading https://files.pythonhosted.org/packages/7e/20/d351e85280517183b5b8460a0f47622f3b44c3eabdecd012313680576f35/rouge-0.3.0.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/c5/sxpknfp571v3ydglf4305g9m0000gn/T/pip-install-gu3hvo89/rouge/setup.py", line 2, in <module>
        import rouge
      File "/private/var/folders/c5/sxpknfp571v3ydglf4305g9m0000gn/T/pip-install-gu3hvo89/rouge/rouge/__init__.py", line 2, in <module>
        from rouge.rouge import FilesRouge, Rouge
      File "/private/var/folders/c5/sxpknfp571v3ydglf4305g9m0000gn/T/pip-install-gu3hvo89/rouge/rouge/rouge.py", line 3, in <module>
        import six
    ModuleNotFoundError: No module named 'six'

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
pltrdycommented, Jun 28, 2018

(I made a new release 0.3.1, available on PyPi with this fix)

0reactions
ioana-bluecommented, May 6, 2019

I still see this issue when I installed 0.3.2 with pip under anaconda.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Missing dependency six for setuptools when enable virtualenv ...
When we activate a clean virtualenv now, the setuptools.py27compat cannot be imported because of missing dependency six.
Read more >
Missing Xcode dependency: Python module "six"
Please run this 2 line of commend brew reinstall python@2 pip install six. Then pip install six. Make sure you have downloaded brew....
Read more >
How to Fix “Failed to Install a Dependency” on Kodi
Fix Failed to Install a Dependency on Kodi. 2. Scroll down and click Cleaning tools. ; Failed to install dependency. 3. Next, click...
Read more >
Missing dependency fix for Jellyfin (Kodi Matrix on Shield)
Turns out there was a missing dependency which was causing the issue (script.module.six). Fix: Manully download the dependency from Kodi ...
Read more >
Missing dependency on `six~=1.12` and `lazy_object_proxy ...
Description of problem: When running pylint, got errors: pkg_resources.DistributionNotFound: The 'six~=1.12' distribution was not found and is required by ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found