great that it works! although I am not sure why.. Was it only a problem with pycharm? I should install it to see where there is a problem.
The numpy warnings are not relevant, they are always there when you use numpy in cython.
For pyqtgraph, I think you also need python-opengl, the GUI for neuralfield uses opengl for the plot, but it is an optional dependency of pyqtgraph. You can try that in a python terminal:
import pyqtgraph
import pyqtgraph.opengl as gl
Depending on where is the error, you'll be sure. It is installable with pip install PyOpenGL, if I remember correctly.