Hi Xinxin,

It might be better to follow up on the bitbucket issue page (https://bitbucket.org/lgautier/rpy2/issue/246/typeerror-nonetype-object-is-not-iterable) rather than on the list. The issue page can be associated easily with revisions in the code, and allow you to share the full logs from the build step without the concern of making an email too long.

Here `args.I` appear to be an string rather than a sequence (which should never be the case).

Best,


Laurent


On 12/13/2014 08:41 PM, Xinxin Peng wrote:
Hi Laurent,

I am using gcc rather than clang.

I have corrected the typo in setup.py. This time I can run more installing steps.
However, the installation was interrupted at the gcc compiling stage.

It seems that the problem is due to the unsuitable string after the paramter -I.

=============
gcc ... - I / b i n / R / l i b 6 4 / R / i n c l u d e

gcc: I: No such file or directory
gcc: b: No such file or directory
gcc: i: No such file or directory
gcc: n: No such file or directory
gcc: R: No such file or directory
gcc: l: No such file or directory
gcc: i: No such file or directory
gcc: b: No such file or directory
gcc: 6: No such file or directory
gcc: 4: No such file or directory
gcc: R: No such file or directory
gcc: i: No such file or directory
gcc: n: No such file or directory
gcc: c: No such file or directory
gcc: l: No such file or directory
gcc: u: No such file or directory
gcc: d: No such file or directory
gcc: e: No such file or directory
gcc: cannot specify -o with -c or -S with multiple files
error: command 'gcc' failed with exit status 1
=================

Thanks,
Xinxin

On Sun, Dec 14, 2014 at 9:38 AM, Xinxin Peng <fred...@gmail.com <mailto:fred...@gmail.com>> wrote:

    Hi Laurent,

    I am using gcc rather than clang.

    I have corrected the typo in setup.py. This time I can run more
    installing steps.
    However, the installation was interrupted at the gcc compiling stage.

    It seems that the problem is due to the unsuitable string after
    the paramter -I.

    =============
    gcc ... - I / b i n / R / l i b 6 4 / R / i n c l u d e

    gcc: I: No such file or directory
    gcc: b: No such file or directory
    gcc: i: No such file or directory
    gcc: n: No such file or directory
    gcc: R: No such file or directory
    gcc: l: No such file or directory
    gcc: i: No such file or directory
    gcc: b: No such file or directory
    gcc: 6: No such file or directory
    gcc: 4: No such file or directory
    gcc: R: No such file or directory
    gcc: i: No such file or directory
    gcc: n: No such file or directory
    gcc: c: No such file or directory
    gcc: l: No such file or directory
    gcc: u: No such file or directory
    gcc: d: No such file or directory
    gcc: e: No such file or directory
    gcc: cannot specify -o with -c or -S with multiple files
    error: command 'gcc' failed with exit status 1
    =================

    Thanks,
    Xinxin



------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to