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.

Install fails with python 3.6

See original GitHub issue
Collecting pyqs
  Downloading pyqs-0.0.18.tar.gz
    Complete output from command python setup.py egg_info:
    running egg_info
    creating pip-egg-info/pyqs.egg-info
    writing pip-egg-info/pyqs.egg-info/PKG-INFO
    writing dependency_links to pip-egg-info/pyqs.egg-info/dependency_links.txt
    writing entry points to pip-egg-info/pyqs.egg-info/entry_points.txt
    writing requirements to pip-egg-info/pyqs.egg-info/requires.txt
    writing top-level names to pip-egg-info/pyqs.egg-info/top_level.txt
    writing manifest file 'pip-egg-info/pyqs.egg-info/SOURCES.txt'
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/52/1_rb04pd5597jx4cxdz5pnfc0000gn/T/pip-build-5lmk0nzk/pyqs/setup.py", line 75, in <module>
        include_package_data=True,
      File "/usr/local/Cellar/python3/3.6.0/Frameworks/Python.framework/Versions/3.6/lib/python3.6/distutils/core.py", line 148, in setup
        dist.run_commands()
      File "/usr/local/Cellar/python3/3.6.0/Frameworks/Python.framework/Versions/3.6/lib/python3.6/distutils/dist.py", line 955, in run_commands
        self.run_command(cmd)
      File "/usr/local/Cellar/python3/3.6.0/Frameworks/Python.framework/Versions/3.6/lib/python3.6/distutils/dist.py", line 974, in run_command
        cmd_obj.run()
      File "/Users/tuler/Documents/workspace/sb/v3/env/lib/python3.6/site-packages/setuptools/command/egg_info.py", line 279, in run
        self.find_sources()
      File "/Users/tuler/Documents/workspace/sb/v3/env/lib/python3.6/site-packages/setuptools/command/egg_info.py", line 306, in find_sources
        mm.run()
      File "/Users/tuler/Documents/workspace/sb/v3/env/lib/python3.6/site-packages/setuptools/command/egg_info.py", line 533, in run
        self.add_defaults()
      File "/Users/tuler/Documents/workspace/sb/v3/env/lib/python3.6/site-packages/setuptools/command/egg_info.py", line 569, in add_defaults
        sdist.add_defaults(self)
      File "/Users/tuler/Documents/workspace/sb/v3/env/lib/python3.6/site-packages/setuptools/command/py36compat.py", line 34, in add_defaults
        self._add_defaults_python()
      File "/Users/tuler/Documents/workspace/sb/v3/env/lib/python3.6/site-packages/setuptools/command/sdist.py", line 132, in _add_defaults_python
        if self.distribution.has_pure_modules():
      File "/usr/local/Cellar/python3/3.6.0/Frameworks/Python.framework/Versions/3.6/lib/python3.6/distutils/dist.py", line 980, in has_pure_modules
        return len(self.packages or self.py_modules or []) > 0
    TypeError: object of type 'filter' has no len()

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
spuleccommented, Nov 4, 2017

@Tenzer I’ve just published version 0.0.22

0reactions
spuleccommented, Nov 4, 2017

Fixed with #41

Read more comments on GitHub >

github_iconTop Results From Across the Web

Python 3.6 Installation failed - Stack Overflow
I have downloaded python-3.6.6rc1-amd64-webinstall .Followed the default setting to install it. But during installation step I got the error ...
Read more >
Installation fails in Python 3.6 · Issue #1422 - GitHub
I couldnt install the package using pip install -U sentence-transformers. I get the error below ERROR: Command errored out with exit status ...
Read more >
Issue 33779: Error while installing python 3.6.5 on windows 10
Hi Team, I am getting below error while trying to install python 3.6.5 on windows 10. 0X80070005 Access is denied. Logs attached.
Read more >
Issue 45700: Got SEGV in compilation python3.6 with GCC-11 ...
I found python3.6.15(latest) caused SEGV while installing it using pyenv ... In the case of python 3.6.15, the "gcc-11 -O3" applies "movaps" ...
Read more >
Issue 34562: cannot install versions 3.6.5+ on Windows
I tried to unsuccessfully install 3.7.0 and 3.6.5. The error I received was ... But I am unable to start Python because of...
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