Little errata: you have only to install or update Cython, remove the
.c files as I wrote before and run again
python setup.py build_ext -b PoissonSolver/
No intermediate steps are required. The generated ELF files are three.
You have also to rename them with the names in the README file.
On Mon
I suppose you tried to use this setup.py:
https://github.com/breathe/coffee_conda_package/blob/master/0001-Add-alternative-setup.py-script.patch
It's not well written IMHO... anyway this is not the problem.
I suppose you also downloaded the required sources from here:
https://data.mendeley.com/da
> On 9 Mar 2020, at 14:18, Tim Ko wrote:
>
> Hello,
>
> I am trying to install a custom Python code but ran into an error. The error
> presumably associated with cython. I tried a different compiler since Intel
> compiler often crashes when using cython, but couldn't get it working.
>
> At
Tim Ko wrote at 2020-3-9 07:18 -0700:
>I am trying to install a custom Python code but ran into an error. The error
>presumably associated with cython. I tried a different compiler since Intel
>compiler often crashes when using cython, but couldn't get it working.
Almost surely, the compiler is
Tim Ko wrote at 2020-3-9 07:18 -0700:
>I am trying to install a custom Python code but ran into an error. The error
>presumably associated with cython. I tried a different compiler since Intel
>compiler often crashes when using cython, but couldn't get it working.
Almost surely, the compiler is
I dont know if this will work.
But still something is better than nothing.
https://stackoverflow.com/questions/11094718/error-command-gcc-failed-with-exit-status-1-while-installing-eventlet
I am not a "spoofer" in case you get any warning.
On Mon, Mar 9, 2020, 7:54 PM Tim Ko wrote:
> Hello,
>
>
Hello,
I am trying to install a custom Python code but ran into an error. The error
presumably associated with cython. I tried a different compiler since Intel
compiler often crashes when using cython, but couldn't get it working.
Attached is the installation error log. I have installed and upd