-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-gbbk7ble/BeautifulSoup/ - When trying to install #47
Comments
Getting the same error while installing simply email. Any chance this can be fixed? |
What OS are you using? However, you can install the dependencies manually, and it will work regardless.
|
pip install -r setup/requirments.txt Linux 4.19.0-kali4-amd64 #1 SMP Debian 4.19.28-2kali1 (2019-03-18) x86_64 GNU/Linux |
Having the same issue as BlAd373. OSX 10.13.6 pip install -r setup/requirments.txt TIA, |
Having the Same Issue looks like its an issue since old Beautiful Soup is no longer working and this doesn't use Beautiful Soup 4 package |
I have the same issue :( pip install -r setup/requirments.txt |
==========================================================================
SimpleEmail Setup Script | [Updated]: 2016
[Web]: Http://CyberSyndicates.com | [Twitter]: @killswitch-GUI
Reading package lists... Done
Building dependency tree
Reading state information... Done
git is already the newest version (1:2.16.3-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists... Done
Building dependency tree
Reading state information... Done
python-lxml is already the newest version (4.2.1-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists... Done
Building dependency tree
Reading state information... Done
antiword is already the newest version (0.37-11+b1).
grep is already the newest version (3.1-2).
libxml2-dev is already the newest version (2.9.4+dfsg1-6.1).
libxslt1-dev is already the newest version (1.1.29-5).
odt2txt is already the newest version (0.5-1+b2).
python-dev is already the newest version (2.7.14-4).
wget is already the newest version (1.19.4-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists... Done
Building dependency tree
Reading state information... Done
python-virtualenv is already the newest version (15.1.0+ds-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists... Done
Building dependency tree
Reading state information... Done
git is already the newest version (1:2.16.3-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists... Done
Building dependency tree
Reading state information... Done
python-lxml is already the newest version (4.2.1-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists... Done
Building dependency tree
Reading state information... Done
antiword is already the newest version (0.37-11+b1).
grep is already the newest version (3.1-2).
libxml2-dev is already the newest version (2.9.4+dfsg1-6.1).
libxslt1-dev is already the newest version (1.1.29-5).
odt2txt is already the newest version (0.5-1+b2).
python-dev is already the newest version (2.7.14-4).
wget is already the newest version (1.19.4-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists... Done
Building dependency tree
Reading state information... Done
python-virtualenv is already the newest version (15.1.0+ds-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Requirement already satisfied: autoenv in /usr/local/lib/python2.7/dist-packages
Using base prefix '/usr'
New python executable in /root/scripts/SimplyEmail/SE/bin/python3
Not overwriting existing python script /root/scripts/SimplyEmail/SE/bin/python (you must use /root/scripts/SimplyEmail/SE/bin/python3)
Installing setuptools, pip, wheel...done.
Collecting BeautifulSoup==3.2.1 (from -r setup/requirments.txt (line 1))
Using cached BeautifulSoup-3.2.1.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-build-gbbk7ble/BeautifulSoup/setup.py", line 22
print "Unit tests have failed!"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Unit tests have failed!")?
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-gbbk7ble/BeautifulSoup/
The text was updated successfully, but these errors were encountered: