BeautifulSoup and Anaconda Python 3.5

Bug #1582595 reported by Sebastien CELLES
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Beautiful Soup
New
Undecided
Unassigned

Bug Description

Hello,

I'm using Anaconda Python distribution with Python 3.5 as default
but I can't install beautiful-soup

```
$ conda install beautiful-soup
Using Anaconda Cloud api site https://api.anaconda.org
Fetching package metadata: ......
Solving package specifications: ....

The following specifications were found to be in conflict:
  - beautiful-soup -> python 2.6*|2.7*|3.3*|3.4*
  - conda -> conda-env
  - conda -> pycosat
  - conda -> python 2.7*|3.3*|3.4*
  - conda -> pyyaml
  - conda -> requests
  - conda-env (target=conda-env-2.4.5-py35_0.tar.bz2) -> python 2.7*|3.3*|3.4*|3.5*
  - pip (target=pip-8.1.1-py35_1.tar.bz2) -> python 2.7*|3.3*|3.4*
  - pip (target=pip-8.1.1-py35_1.tar.bz2) -> setuptools
  - pip (target=pip-8.1.1-py35_1.tar.bz2) -> wheel
  - pycosat (target=pycosat-0.6.1-py35_0.tar.bz2) -> python 2.6*|2.7*|3.3*|3.4*|3.5*
  - python 3.5*
  - pyyaml (target=pyyaml-3.11-py35_1.tar.bz2) -> python 2.6*|2.7*|3.3*|3.4*|3.5*
  - requests (target=requests-2.10.0-py35_0.tar.bz2) -> python 2.6*|2.7*|3.3*|3.4*|3.5*
  - setuptools (target=setuptools-20.7.0-py35_0.tar.bz2) -> python 2.6*|2.7*|3.3*|3.4*|3.5*
  - wheel (target=wheel-0.29.0-py35_0.tar.bz2) -> python 2.7*|3.3*|3.4*|3.5*
Use "conda info <package>" to see the dependencies for each package.
```

Here is my Python version

```
$ python --version
Python 3.5.1 :: Anaconda 2.4.1 (x86_64)
```

Any idea ?

Kind regards

Revision history for this message
Leonard Richardson (leonardr) wrote :

It looks like this is saying that Beautiful Soup isn't compatible with Python 3.5. This was true at one time, but 3.5 has been supported for about a year. I'm not familiar with Anaconda Python, but if they haven't corrected this in a more recent version, I recommend contacting them and telling them to try Beautiful Soup with 3.5 again.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.