I am trying to run a code in juypter notebook. On installing certain required packages, the packages get installed successfully. However, on running the code it gives the following error:
Requirement already satisfied: PyMCubes in c:\users\dell\anaconda3\envs\torchenv\lib\site-packages (0.1.2)Note: you may need to restart the kernel to use updated packages
I have restarted the kernel too, but that doesn't resolve the issue.