Skip to content
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

pip installation on py3 fails #17

Open
arahuja opened this issue Feb 15, 2016 · 3 comments
Open

pip installation on py3 fails #17

arahuja opened this issue Feb 15, 2016 · 3 comments
Labels

Comments

@arahuja
Copy link

arahuja commented Feb 15, 2016

Looks like the BeautifulSoup dependency does not work on py3. Is there a reason for this specific BS version as opposed to bs4?

pip install fauxtograph
Collecting fauxtograph
  Downloading fauxtograph-1.0.3.tar.gz
Collecting chainer==1.6.0 (from fauxtograph)
  Downloading chainer-1.6.0.tar.gz (904kB)
    100% |████████████████████████████████| 905kB 273kB/s
Requirement already satisfied (use --upgrade to upgrade): pillow in ./anaconda/envs/py34/lib/python3.4/site-packages (from fauxtograph)
Collecting joblib (from fauxtograph)
  Downloading joblib-0.9.4-py2.py3-none-any.whl (112kB)
    100% |████████████████████████████████| 114kB 1.7MB/s
Collecting tqdm (from fauxtograph)
  Downloading tqdm-3.8.0-py2.py3-none-any.whl
Collecting BeautifulSoup (from fauxtograph)
  Downloading BeautifulSoup-3.2.1.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 20, in <module>
      File "/private/var/folders/b1/jbv4n2f56mz8m3hxkdtc51cr0000gn/T/pip-build-9v2hhigl/BeautifulSoup/setup.py", line 22
        print "Unit tests have failed!"
                                      ^
    SyntaxError: Missing parentheses in call to 'print'
@tjtorres
Copy link
Contributor

No, I just forgot to update the version to bs4 in the setup file. Thanks for the bug report.

@tjtorres tjtorres added the bug label Feb 15, 2016
@waleedka
Copy link

waleedka commented Jul 2, 2016

Fixed this and other Python3 issues in this PR: #21

@ArghyaPal
Copy link

ArghyaPal commented Mar 27, 2017

HI,
I am facing the same problem, like @arahuja

pip install fauxtograph Collecting fauxtograph Downloading fauxtograph-1.0.3.tar.gz Collecting chainer==1.6.0 (from fauxtograph) Downloading chainer-1.6.0.tar.gz (904kB) 100% |████████████████████████████████| 905kB 273kB/s Requirement already satisfied (use --upgrade to upgrade): pillow in ./anaconda/envs/py34/lib/python3.4/site-packages (from fauxtograph) Collecting joblib (from fauxtograph) Downloading joblib-0.9.4-py2.py3-none-any.whl (112kB) 100% |████████████████████████████████| 114kB 1.7MB/s Collecting tqdm (from fauxtograph) Downloading tqdm-3.8.0-py2.py3-none-any.whl Collecting BeautifulSoup (from fauxtograph) Downloading BeautifulSoup-3.2.1.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 20, in <module> File "/private/var/folders/b1/jbv4n2f56mz8m3hxkdtc51cr0000gn/T/pip-build-9v2hhigl/BeautifulSoup/setup.py", line 22 print "Unit tests have failed!" ^ SyntaxError: Missing parentheses in call to 'print'

I request @tjtorres to help.

Regards,
Arghya

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants