Jupyter does not open with the following error message.... Thanks for help!

Traceback (most recent call last):
File “C:\anaconda3\Scripts\jupyter-notebook-script.py”, line 6, in
from notebook.notebookapp import main
File “C:\anaconda3\lib\site-packages\notebook\notebookapp.py”, line 76, in
from .base.handlers import Template404, RedirectWithParams
File “C:\anaconda3\lib\site-packages\notebook\base\handlers.py”, line 24, in
import prometheus_client
File “C:\anaconda3\lib\site-packages\prometheus_client_init_.py”, line 8, in
from . import process_collector
File “C:\anaconda3\lib\site-packages\prometheus_client\process_collector.py”, line 11, in
_PAGESIZE = resource.getpagesize()
AttributeError: module ‘resource’ has no attribute ‘getpagesize’

I found this similar stackoverflow question:

Do you have another Python module or directory called resource somewhere?