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.

root@macus:~# sudo pip install ajenti-panel ajenti.plugin.dashboard ajenti.plugin.settings ajenti.plugin.plugins Collecting ajenti-panel Using cached ajenti-panel-2.1.15.tar.gz Collecting ajenti.plugin.dashboard Using cached ajenti.plugin.dashboard-0.34.tar.gz Collecting ajenti.plugin.settings Using cached ajenti.plugin.settings-0.21.tar.gz Collecting ajenti.plugin.plugins Using cached ajenti.plugin.plugins-0.39.tar.gz Collecting aj==2.1.15 (from ajenti-panel) Using cached aj-2.1.15.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File “<string>”, line 1, in <module> File “/tmp/pip-build-_qdyqdp0/aj/setup.py”, line 12, in <module> __requires.append(‘gevent>=1’) AttributeError: ‘filter’ object has no attribute ‘append’

----------------------------------------

Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-_qdyqdp0/aj/

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:3
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
eirnymcommented, Aug 2, 2018
Collecting aj==2.1.24 (from ajenti-panel)
  Using cached https://files.pythonhosted.org/packages/3c/eb/32f9e8c1c28294bbcaef86a37e68a901e8d0c2218894e488fb149c1649a0/aj-2.1.24.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/5b/fxg9wb6d3n31xcktqftx5x7c0000gn/T/pip-install-8pnhb6wu/aj/setup.py", line 11, in <module>
        __requires.append('gevent>=1')
    AttributeError: 'filter' object has no attribute 'append'
2reactions
eirnymcommented, Aug 2, 2018

Manual installation is still broken and installing via package system is not acceptable for me. Please fix a bug

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix 'Python Setup.py egg_info' Failed with Error Code 1
One major cause of the command "python setup.py egg_info" failing with error code 1 is due to the missing ez_setup module in your...
Read more >
"pip install unroll": "python setup.py egg_info" failed with error ...
I used "apt-get install python-pycurl". However, doing "pip install decalage.info/files/HTML.py-0.04.zip" brings back the issue. So pip install is still ...
Read more >
'Command "python setup.py egg_info" failed with error code 1 ...
The error code 1 is defined as Operation not permitted in python standard errno system symbols. This issue is mostly caused when your ......
Read more >
Error when running pip install: python setup.py egg_info ...
Command "python setup.py egg_info" failed with error code 1 in ... :\Users\User\AppData\Local\Temp\pip-install-r_fcatzh\Scripy\pip-egg-info'
Read more >
Command python setup py egg info failed with error ... - Edureka
Hi Guys, I am trying to install jupyter in my Windows system, but It shows me the below error ... \AppData\Local\Temp\ How can...
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