I decided to install linux in order to learn how to work with it, but this is not the task, I am writing to python3 and python3.4 is standard here, I could probably install python3.6, but I cannot install pip3, I get something like this in the terminal
artut1214@usser ~ $ pip3 install bs4 Traceback (most recent call last): File "/usr/bin/pip3", line 5, in <module> from pkg_resources import load_entry_point File "/usr/lib/python3/dist-packages/pkg_resources.py", line 1479, in <module> register_loader_type(importlib_bootstrap.SourceFileLoader, DefaultProvider) AttributeError: module 'importlib._bootstrap' has no attribute 'SourceFileLoader' I am a complete newbie in linux, I can only write commands that say, I’ve covered all of stackoverflow , and other sites, nothing helps
PS python 3.6 works fine, and pip for python2 also