Conversation
Notices
-
Omar Libre 🇺🇾 ⚣ (gnuskywalker@gnusocial.xyz)'s status on Saturday, 31-Mar-2018 12:18:30 UTC Omar Libre 🇺🇾 ⚣ Para solucionar en Void Linux el siguiente error "from pkg_resources import load_entry_point
ImportError: No module named 'pkg_resources'" en programas Python. Solo hay que hacer lo siguiente:
sudo xbps-install -S python3-pip python3-setuptools
sudo xbps-alternatives -s python3 python3
Y listo ya funcionaran :D
#voidlinux