I fixed my issue by…
- downloading Python 3 at the official website and installing it via express installation
- Copy & Paste the standalone python into the ampps/python folder and overwriting the python version provided by AMPPS
- running
python -m pip install --upgrade pip
in cmd
Now pip and python 3 are installed in their latest version.
It seems that AMPPS doesnt’t provide a full-fledged python build. So you need to update python yourself.
Thanks to y’all.
Related Posts:
- How to install pip3 on Windows?
- ‘pip3’ is not recognized as an internal or external command, operable program or batch file
- How to install pip with Python 3?
- How to uninstall a package installed with pip install –user
- How can I install pip on Windows?
- PermissionError: [Errno 13] Permission denied
- How to install python3 version of package via pip on Ubuntu?
- Could not find a version that satisfies the requirement tensorflow
- Could not find a version that satisfies the requirement tensorflow
- Can’t fix “zipimport.ZipImportError: can’t decompress data; zlib not available” when I type in “python3.6 get-pip.py”
- Python Setup Disabling Path Length Limit Pros and Cons?
- error: Unable to find vcvarsall.bat
- error: Unable to find vcvarsall.bat
- How can I install Python’s pip3 on my Mac?
- What is the purpose of “pip install –user …”?
- How can I install Python’s pip3 on my Mac?
- python mpl_toolkits installation issue
- Pipenv: Command Not Found
- python pip on Windows – command ‘cl.exe’ failed
- Anaconda Installed but Cannot Launch Navigator
- ImportError: No module named ‘yaml’
- Django Rest Framework — no module named rest_framework
- pip throws TypeError: parse() got an unexpected keyword argument ‘transport_encoding’ when trying to install new packages
- How to know/change current directory in Python shell?
- How to install Openpyxl with pip
- How to install NumPy for Python 3.6
- Error: No module named ‘fcntl’
- How to install PyQt4 on Windows using pip?
- How to install PyQt4 on Windows using pip?
- Use Gif Logo For Loading Screen In Kivy
- How can I make a time delay in Python? [duplicate]
- Python – TypeError: ‘int’ object is not iterable
- How do I update\upgrade pip itself from inside my virtual environment?
- What is the difference between rw+ and r+
- Python – TypeError: ‘int’ object is not iterable
- How to update/upgrade a package using pip?
- Python: ‘ModuleNotFoundError’ when trying to import module from imported package
- ImportError: No module named pip
- What does the list() function do in Python?
- Could not install packages due to an EnvironmentError:
- Convert bytes to a string
- Python Error: AttributeError: __enter__ [duplicate]
- Conda uninstall one package and one package only
- filedialog, tkinter and opening files
- Error in Python script “Expected 2D array, got 1D array instead:”?
- Name ‘xrange’ is not defined in Python 3 [duplicate]
- Error: ” ‘dict’ object has no attribute ‘iteritems’ “
- How to upgrade pip3?
- TypeError: cannot convert the series to
- Pinging servers in Python
- Import error: No module name urllib2
- ‘End of statement expected’ in pycharm
- How to clear the interpreter console?
- Installing tensorflow with anaconda in windows
- Change figure size and figure format in matplotlib
- How can I concatenate str and int objects?
- pg_config executable not found
- error: Failed to load the native TensorFlow runtime
- setup script exited with error: command ‘x86_64-linux-gnu-gcc’ failed with exit status 1
- ImportError: No module named ‘encodings’
- Using Pip to install packages to Anaconda Environment
- PermissionError: [WinError 5] Access is denied
- How to delete last item in list?
- Don’t understand this SyntaxError: illegal target for annotation
- Using Queue in python
- Converting int to bytes in Python 3
- How to reinstall a pip package even if it exists
- How to get the current working directory using python 3?
- min() arg is an empty sequence
- No module named “Torch”
- clang error: unknown argument: ‘-mno-fused-madd’ (python package installation failure)
- python install wheel leads to import error
- Python sockets error TypeError: a bytes-like object is required, not ‘str’ with send function
- How to install PyQt5 on Windows?
- pip install -r requirements.txt [Errno 2] No such file or directory: ‘requirements.txt’
- Zsh: Conda/Pip installs command not found
- How to convert ‘binary string’ to normal string in Python3?
- python3 TypeError: ‘function’ object is not iterable
- pip connection failure: cannot fetch index base URL http://pypi.python.org/simple/
- How can I convert a .py to .exe for Python?
- Find which version of package is installed with pip
- Directing print output to a .txt file
- How to start from second index for for-loop
- Converting a sentence to piglatin in Python
- How to fix ModuleNotFoundError: No module named ‘pip._internal’ with python source code installation
- ModuleNotFoundError: No module named ‘seaborn’ in Python IDE
- Is there a ceiling equivalent of // operator in Python?
- TypeError: ‘set’ object does not support indexing
- Python 3.6 No module named pip
- Root mean square of a function in python
- Print empty line?
- Checking to see if a string is an integer or float
- What is an easy way to implement fprintf in python?
- “Python version 2.7 required, which was not found in the registry” error when attempting to install netCDF4 on Windows 8
- How to use cmp() in Python 3?
- Generator expression must be parenthesized if not sole argument
- Does python have header files like C/C++?
- TypeError: got multiple values for argument
- IOError: [Errno 32] Broken pipe when piping: `prog.py | othercmd`
- Python webbrowser.open() to open Chrome browser