On Thu, Aug 20, 2020 at 11:11 AM cooperrc wrote:
> Greetings,
> As the Fall semester is fast approaching (10 days away for us at UConn), we
> are looking for senior design (also called capstone) projects for the
> 2020-2021 school year. The COVID situation has strengthened the need for
> remote w
On Fri, Aug 21, 2020 at 3:32 PM Otto Hirr wrote:
> Greetings,
>
> tl;dr:
> Need to remove npy_3kcompat.h from any source code location since
> Python2 is no longer supported.
>
> Background:
> Ran into an error after compiling various apps regarding
> npy_PyErr_ChainExceptionsCause() being undefi
Greetings,
tl;dr:
Need to remove npy_3kcompat.h from any source code location since
Python2 is no longer supported.
Background:
Ran into an error after compiling various apps regarding
npy_PyErr_ChainExceptionsCause() being undefined at runtime.
Poking around shows that this is related to npy_3k