[Tutor] Help request ERROR installing beautifulsoup

Alan Gauld alan.gauld at yahoo.co.uk
Mon Apr 29 03:44:31 EDT 2019


On 28/04/2019 17:11, Dr. Luca T wrote:
                        ^
>     SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Unit tests have failed!")?
>     ----------------------------------------

> I use windows 10, python 3.7.3 ...

The problem is you are running python 2 code using python 3.
You need to find a python 3 version of your package.

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos




More information about the Tutor mailing list