

WampServer is one of the best Windows web application development environment, similar to XAMPP.


The issue is the ambiguity between the two You should also now use shebang lines as well now (if you are not already) to distinguish between versions. This will allow the different versions to be recognised: To distinguish between different Python 3 installations. Best to distinguish between Python 2 and 3 Instead use those already provided.įor Python 3. It will break your system (you should not need to rename). You could either mean for Python 2 or for Python 3.
Cannot use sqlitemanager ampps install#
To differentiate between 2.7 and 3.6 you have to tell it which version you want otherwise each pip conflicts with the other (it does not know what to install and where) in other words you type You have two versions of Python added to path. How do i get pip to work properly? I hope, there is a way to use the pip command itself without the preceding python command.ĮDIT: This is what happens, if i try to runįile "C:\Users\MyUserName\Desktop\Ampps\python\lib\site-packages\pip\compat\_init_.py", line 11, in įrom nfig import dictConfig as logging_dictConfigįile "C:\Users\MyUserName\Desktop\Ampps\python\lib\logging\config.py", line 30, in įile "C:\Users\MyUserName\Desktop\Ampps\python\lib\logging\handlers.py", line 28, in ĭuring handling of the above exception, another exception occurred:įile "C:\Users\MyUserName\Desktop\Ampps\python\lib\site-packages\pip\_init_.py", line 13, in įrom pip.utils import get_installed_distributions, get_progįile "C:\Users\MyUserName\Desktop\Ampps\python\lib\site-packages\pip\utils\_init_.py", line 18, in įrom pip.compat import console_to_str, stdlib_pkgsįile "C:\Users\MyUserName\Desktop\Ampps\python\lib\site-packages\pip\compat\_init_.py", line 13, in įrom import dictConfig as logging_dictConfigįile "C:\Users\MyUserName\Desktop\Ampps\python\lib\site-packages\pip\compat\dictconfig.py", line 22, in C:\Users\MyUserName\Desktop\Ampps\python\python.exe: Error while finding spec for 'pip._main_' (: No module named 'queue') 'pip' is a package and cannot be directly executed
