@OdatNurd Hi there! As usual you’ve saved the day once again, so thank you very much 
In any case, even if your answer is a very good one, one doubt still remains to me, why didn’t I see the console error you’re talking about? In fact, take a look to this diff, it’s a comparison between the startup console log with the bs4 package installed manually I’ve described above and the console log without any bs4 package:
--- from_file
+++ DPI scale: 1
@@ -7,9 +7,9 @@
zip path: /D/software/sublimetext3/Packages
zip path: /D/software/sublimetext3/Data/Installed Packages
ignored_packages: ["Vintage"]
-pre session restore time: 0.172808
-startup time: 0.192808
-first paint time: 0.193808
+pre session restore time: 0.244265
+startup time: 0.266265
+first paint time: 0.267265
reloading plugin Default.auto_indent_tag
reloading plugin Default.block
reloading plugin Default.comment
@@ -131,10 +131,6 @@
SublimeLinter: pydocstyle linter loaded
reloading plugin Toggle Words.ToggleWords
reloading plugin UnitTesting.ut
-reloading plugin bs4.__init__
-reloading plugin bs4.dammit
-reloading plugin bs4.diagnose
-reloading plugin bs4.element
reloading plugin ColorPicker.sublimecp
reloading plugin Miscelanea.commands
reloading plugin Nasm.assembly
@@ -144,32 +140,20 @@
reloading plugin Zebra.__init__
reloading plugin Zebra.commands
plugins loaded
-Loaded instruction set
-Loaded support set
-updating ANSI build settings...
SublimeLinter: debug mode: on
SublimeLinter: temp directory: c:\users\kneda\appdata\local\temp\SublimeLinter3-KneDa
SublimeLinter: find_python(version='3', script=None, module=None)
-SublimeLinter: find_python: requested version = {'major': 3, 'minor': None}
+SublimeLinter: find_python: requested version = {'minor': None, 'major': 3}
SublimeLinter: find_windows_python: <= None
SublimeLinter: find_python: system python = None
SublimeLinter: find_python: <= (None, None, None, None)
SublimeLinter: no python 3 available to augment sys.path
SublimeLinter: WARNING: import of pep8 module in pep8 failed, linter will not work with python 3 code
-SublimeLinter: flake8 version query: D:\software\python362_32\Scripts\flake8.exe --version
-SublimeLinter: flake8 version: 3.5.0
-SublimeLinter: flake8: (>= 2.2.2) satisfied by 3.5.0
-SublimeLinter: flake8 activated: D:\software\python362_32\Scripts\flake8.exe (disabled in settings)
-SublimeLinter: find_python(version=None, script='pep257', module=None)
-SublimeLinter: find_python: default python = None
-SublimeLinter: find_python: <= (None, None, None, None)
-SublimeLinter: WARNING: pydocstyle deactivated, cannot locate 'pep257@python'
-SublimeLinter: find_python(version=None, script='pep8', module=None)
-SublimeLinter: find_python: default python = None
-SublimeLinter: find_python: <= (None, None, None, None)
-SublimeLinter: WARNING: pep8 deactivated, cannot locate 'pep8@python'
+updating ANSI build settings...
+Loaded instruction set
+Loaded support set
AutoPEP8:
sublime: version=3131, platform=windows, arch=x64, packages_path=D:\software\sublimetext3\Data\Packages
, installed_packages_path=D:\software\sublimetext3\Data\Installed Packages
plugin: version=1.3.3
- config: {'list-fixes': '', 'max-line-length': 79, 'file_menu_search_depth': 3, 'format_on_save': False, 'aggressive': 0, 'ignore': 'E24', 'indent-size': 4, 'select': '', 'avoid_new_line_in_select_mode': False, 'syntax_list': ['Python'], 'debug': True}
+ config: {'debug': True, 'list-fixes': '', 'avoid_new_line_in_select_mode': False, 'aggressive': 0, 'file_menu_search_depth': 3, 'format_on_save': False, 'max-line-length': 79, 'syntax_list': ['Python'], 'select': '', 'ignore': 'E24', 'indent-size': 4}
As you can see, there isn’t any error that made me suspecting the way I was installing was wrong, my first assumption was the package was buggy and I’ve started debugging it… but then I just gave up doing so.
Could you please clarify about this so next time it won’t happen to me?
Anyway, once again, tyvm!