missing dependency, six?
See original GitHub issuelooks 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:
- Created 5 years ago
- Comments:6 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
(I made a new release
0.3.1
, available on PyPi with this fix)I still see this issue when I installed
0.3.2
with pip under anaconda.