try:
    import requests
    import nltk


    print("Installation successful!")
    
except:
    print("There was a problem with the installation of your python libraries. Please contact \
    hackatorial@ims.uni-stuttgart.de")
