- Thank you received: 0
Import netgen error
3 years 2 months ago #3940
by bakerk
Import netgen error was created by bakerk
Hi,
I had some issues with my python files so have had to reinstall everything from scratch (using jupyter notebook to run my scripts). I've followed the steps on the downloads page for both installing via anaconda and the other install method. Both times I get the same error:
\Python\lib\site-packages\ipykernel\eventloops.py:256: RuntimeWarning: coroutine 'Kernel.do_one_iteration' was never awaited
self.func()
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
when I run the command 'import netgen.gui'. Any ideas as to what I can do to resolve this error? Google suggested reinstalling the ipykernel but that didn't make a difference.
Thanks,
Kaite
I had some issues with my python files so have had to reinstall everything from scratch (using jupyter notebook to run my scripts). I've followed the steps on the downloads page for both installing via anaconda and the other install method. Both times I get the same error:
\Python\lib\site-packages\ipykernel\eventloops.py:256: RuntimeWarning: coroutine 'Kernel.do_one_iteration' was never awaited
self.func()
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
when I run the command 'import netgen.gui'. Any ideas as to what I can do to resolve this error? Google suggested reinstalling the ipykernel but that didn't make a difference.
Thanks,
Kaite
3 years 2 months ago #3941
by matthiash
Replied by matthiash on topic Import netgen error
Hi Kaite,
which version of ipykernel do you have?
You either need <=4.10 or >= 5.3.2, see here:
github.com/ipython/ipykernel/pull/523
Best,
Matthias
which version of ipykernel do you have?
You either need <=4.10 or >= 5.3.2, see here:
github.com/ipython/ipykernel/pull/523
Best,
Matthias
Time to create page: 0.098 seconds