hisunnytang / dengo-merge

GNU General Public License v3.0
3 stars 2 forks source link

replace pyximport with cythonize #10

Open hisunnytang opened 2 years ago

hisunnytang commented 2 years ago
/home/kwoksun2/anaconda3/lib/python3.8/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /mnt/gv0/homes/kwoksun2/dengo-merge/examples/test/cvode_klu/predator_prey_solver_run.pxd
    tree = Parsing.p_module(s, pxd, full_module_name)

with pyximport, language level cannot be specified directly.

matthewturk commented 1 year ago

Oh! Does it work to do that in the pyxbuild file?

On Fri, Jun 10, 2022 at 4:38 PM Sunny Tang @.***> wrote:

/home/kwoksun2/anaconda3/lib/python3.8/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /mnt/gv0/homes/kwoksun2/dengo-merge/examples/test/cvode_klu/predator_prey_solver_run.pxd tree = Parsing.p_module(s, pxd, full_module_name)

with pyximport, language level cannot be specified directly.

— Reply to this email directly, view it on GitHub https://github.com/hisunnytang/dengo-merge/issues/10, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAVXO7JWCRRRIBVU72QUJLVOOYW3ANCNFSM5YO5YROQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>