Antonino Ingargiola

Results 11 comments of Antonino Ingargiola

Sorry for the delay. Even using `easy_install` I get the same error message: ``` SystemError: Cannot locate working compiler ```

@mhutchie thanks for the answer. Yes, I had the bug already in 1.56.0 then it disappeared for a while, then it reappeared now with 1.57.0. Do you know any workaround...

Sure, this can be postponed to 0.9.6. It makes sense to make ModelResult inherit from MinimizerResult. In this way we can document only the additional attributes in ModelResult. A subset...

@newville, I made a PR removing the note from the docs. Further modifications can go in >0.9.5.

@newville, yes for me it's ok to tag 0.9.5 from current master on Tuesday. Thanks!

I'm also getting this warning running a cached function that takes a large pandas Series as input. Reducing the number of rows printed by default by pandas helped.

This issue is the cause of https://github.com/tensorflow/tensorflow/issues/27304#. I believe that also #4518 is related. I rephrase the problem. When you activate an env in the terminal, the PATH is prepended...

**QUESTION**: Is there a way to create a kernel spec which prepends the env's bin dir to the PATH? If yes, this would fix this issue.

Yes, it works as a stop-gap, thanks. However it is cumbersome to repeat for each environment. Ideally this should be done automatically when creating a kernel with some sort of...