ESMG / pyroms

Python tools for the Regional Ocean Modeling System (ROMS)
Other
138 stars 88 forks source link

python2 or python3? #10

Open yiliouc opened 5 years ago

yiliouc commented 5 years ago

Hi Kate,

I installed pyroms with python3.6 but it gave me an error:

dynamic module does not define module export function (PyInit__iso)

But the error was gone if I used python2.6, any ideas on that?

Cheers, Yi

kshedstrom commented 5 years ago

Sorry, no idea. Try googling the error?

On Thu, Sep 13, 2018 at 4:24 PM yiliouc notifications@github.com wrote:

Hi Kate,

I installed pyroms with python3.6 but it gave me an error:

dynamic module does not define module export function (PyInit__iso)

But the error was gone if I used python2.6, any ideas on that?

Cheers, Yi

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ESMG/pyroms/issues/10, or mute the thread https://github.com/notifications/unsubscribe-auth/AAbIHhgMcSGTjg0eHJAym7vq4oLQTi_wks5uavckgaJpZM4Woap0 .

yiliouc commented 5 years ago

A fresh install with miniconda3 succeeded.

hafez-ahmad commented 5 years ago

@yiliouc would you give me the procedure of installing? I am struggling to install pyroms . I have installed fortran compiler form mingw then what ?