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 am trying to import helper to view images but after it says it installed successfully, when I try to import it, I get an error-ModuleNotFoundError: No module named 'grp'.
I tried following some suggestions from StackOverflow with changing my version of celery, but it's not working.
I think this is a connected problem. Whenever I try running a code with imshow, like this one-plt.imshow(img.squeeze(), cmap="gray") my kernel dies.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to import helper to view images but after it says it installed successfully, when I try to import it, I get an error-ModuleNotFoundError: No module named 'grp'.
I tried following some suggestions from StackOverflow with changing my version of celery, but it's not working.
I think this is a connected problem. Whenever I try running a code with imshow, like this one-plt.imshow(img.squeeze(), cmap="gray") my kernel dies.
Beta Was this translation helpful? Give feedback.
All reactions