[issue31361] Update feedparser.py to prevent theano compiling fail in python3

2017-09-10 Thread Wei-Shun Lo
Wei-Shun Lo added the comment: Hi David, >From the error message, the source of the None object was from pip, and it is grabbing data from the metadata of the package. File "/usr/local/lib/python3.6/site-packages/pip/utils/packaging.py", line 48, in check_dist_requires_python

[issue31361] Update feedparser.py to prevent theano compiling fail in python3

2017-09-08 Thread Wei-Shun Lo
Wei-Shun Lo added the comment: Correct some type : Few of them are failed, listed as following, after change the c compiler to be gcc-7, they can be fixed. (Twisted av cymem cytoolz dulwich gnureadline pycrypto pydsm pycurl regex reportlab setproctitle

[issue31361] Update feedparser.py to prevent theano compiling fail in python3

2017-09-08 Thread Wei-Shun Lo
Wei-Shun Lo added the comment: After patching, I've tested installed packages listed in the pip3.update. The default c compiler used is clang. Few of them are failed, listed as following, after change the c compiler to be gcc-7. (Twisted av cymem cytoolz dulwich gnureadline pycrypto

[issue31361] Update feedparser.py to prevent theano compiling fail in python3

2017-09-08 Thread Wei-Shun Lo
Wei-Shun Lo added the comment: Bug encountered while installing multiple packages : 1. keras 2. theano Error Information : ~/work/bottles @ dojos-MacBook-Pro (dojo) |=> pip3 install keras Requirement already satisfied: keras in /usr/local/lib/python3.6/site-packages Requirement alre

[issue31361] Update feedparser.py to prevent theano compiling fail in python3

2017-09-06 Thread Wei-Shun Lo
Wei-Shun Lo added the comment: Hi David, A led, I may try to reproduce this error, but it may take a while. Thanks On Wed, Sep 6, 2017 at 11:31 AM R. David Murray wrote: > > R. David Murray added the comment: > > You did not follow the request I made on the PR to explain in this

[issue31361] Update feedparser.py to prevent theano compiling fail in python3

2017-09-05 Thread Wei-Shun Lo
Changes by Wei-Shun Lo : -- resolution: -> fixed ___ Python tracker <http://bugs.python.org/issue31361> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue31361] Update feedparser.py to prevent theano compiling fail in python3

2017-09-05 Thread Wei-Shun Lo
Wei-Shun Lo added the comment: Issue resolved in pull request : https://github.com/python/cpython/pull/3336 -- ___ Python tracker <http://bugs.python.org/issue31

[issue31361] Update feedparser.py to prevent theano compiling fail in python3

2017-09-05 Thread Wei-Shun Lo
New submission from Wei-Shun Lo: To get theano compiled successfully -- messages: 301440 nosy: Wei-Shun Lo priority: normal pull_requests: 3390 severity: normal status: open title: Update feedparser.py to prevent theano compiling fail in python3 type: enhancement versions: Python 3.6