a newbie to python. I have the following code on pycharm
import requests
import gzip
import shutil
import os
import Libraries
from Libraries import Dictionaries as dicts
And after running it I get the following error
ModuleNotFoundError: No module named 'Libraries
And when I try to install the Libraries package, it fails to install it. Any suggestions? ps: I get the same error both on PyCharm and on Jupyter Notebook