kboghe / NordVPN-switcher

Rotate between different NordVPN servers with ease. Works both on Linux and Windows without any required changes to your code!
https://pypi.org/project/nordvpn-switcher/
189 stars 51 forks source link

ModuleNotFoundError: No module named 'importlib.resources' #25

Closed jochenboele closed 2 years ago

jochenboele commented 3 years ago

When in Python3 i try to 'from nordvpn_switcher import initialize_VPN,rotate_VPN,terminate_VPN'

I get the following error: import importlib.resources as pkg_resources ModuleNotFoundError: No module named 'importlib.resources'

Working on a Ubuntu system.

spartacruz commented 3 years ago

@jochenboele hi dude. Did you already try to install all listed dependencies on requirements.txt first?

jochenboele commented 3 years ago

Got it working by using Python3.8 on ubuntu 18.04