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.

[5.0.0] Dropped dependency six but remains importing six in 32 Python files?

See original GitHub issue

Hi!

While bumping docker-py for Gentoo I noticed that commit c8fba210a222d4f7fde90da8f48db1e7faa637ec dropped the dependency on six from setup.py and requirements.txt. When grepping the sources I find 32 more Python files that still import six so I would expect some trouble at runtime in an environment where no six is available (if we ignore dependencies pulling six in, indirectly). Is that known and intended?

Thanks and best, Sebastian

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:11
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

4reactions
feliperuhlandcommented, Apr 7, 2021

Hi @hartwork

That makes total sense, and we will remove those dependencies.

@ulyssessouza could you assign this issue to me?

Thanks and have a good day 😃

2reactions
asottilecommented, Jul 10, 2021

fixed in #2863

Read more comments on GitHub >

github_iconTop Results From Across the Web

ImportError: No module named six - python - Stack Overflow
I had the package installed, but software-properties-gtk was failing. Eventually I traced it down to an import error in six. Th package python3-six...
Read more >
TensorRT 8.4.1 Release Notes - NVIDIA Documentation Center
This will be improved in future TensorRT versions. There is an up to 6% performance drop for ResNeXt-50 QAT networks in INT8, FP16,...
Read more >
Binary Extension — bezier 2021.2.12 documentation
The libbezier DLL has no external dependencies, but does have a corresponding import library — usr/lib/bezier.lib — which is provided to specify ...
Read more >
Change history — Kombu 5.2.4 documentation - Celery
2019-05-30 15:30 P.M UTC+6:00. release-by. Asif Saif Uddin. Dropped python 3.4. Bump py-amqp to 2.5.0. Use SIMEMBERS instead of SMEMBERS to check for...
Read more >
Bug listing with status RESOLVED with resolution OBSOLETE ...
systemPrefs with at least two files" status:RESOLVED resolution:OBSOLETE ... Bug:221261 - "[ebuild] dev-python/py2app-0.3.6 - Create standalone Mac OS X ...
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