You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have successfully built and installed pynio from the github repository for centos-7. I am migrating all my servers to AlmaLinux because of the change in how Centos is configured. When I try to install pynio from github I get several failures: 1) NCLnoPrintElem is multiply defined and 2) ModuleNotFoundError: No module named '_nio'
I have been able to fix the NCLnoPrintElem definitions in niomodule.c and NclMultiDValData.c which then allows all the library member to compile. Importing Nio from python3.9 gives ModuleNotFoundError: No module named '_nio'
I tried the suggestions in the mailing list but those were from 2012 and python2.7 and nothing changed
The text was updated successfully, but these errors were encountered:
I have successfully built and installed pynio from the github repository for centos-7. I am migrating all my servers to AlmaLinux because of the change in how Centos is configured. When I try to install pynio from github I get several failures: 1) NCLnoPrintElem is multiply defined and 2) ModuleNotFoundError: No module named '_nio'
I have been able to fix the NCLnoPrintElem definitions in niomodule.c and NclMultiDValData.c which then allows all the library member to compile. Importing Nio from python3.9 gives ModuleNotFoundError: No module named '_nio'
I tried the suggestions in the mailing list but those were from 2012 and python2.7 and nothing changed
The text was updated successfully, but these errors were encountered: