error al instalar mysqlclient-1.3.13-cp34-cp34m-win32.whl is not a supported wheel on this plcon pip
Publicado por Angela (2 intervenciones) el 18/07/2018 18:00:44
Buen dia a todos. Soy relativamente nueva en el aprendizaje de Python pero ya estoy practicando al realizar GUIs en Python. Ahora que comienzo con la conexion de Bases de datos se me ha dado un problema con la instalacion desde el PIP del mysqlclient con extension whl ya que me arroja varios errores.
El primer error es el siguiente:
1.Ingreso al simbolo del sistema y digito:
C:\Users\Angela\Downloads>pip install --use-wheel mysqlclient-1.3.13-cp34-cp34m-win32.whl
Lo que arroja el sistema:
Usage:
pip install [options] <requirement specifier> [package-index-options] ...
pip install [options] -r <requirements file> [package-index-options] ...
pip install [options] [-e] <vcs project url> ...
pip install [options] [-e] <local project path> ...
pip install [options] <archive url/path> ...
no such option: --use-wheel
C:\Users\Angela\Downloads>pip install mysqlclient-1.3.13-cp34-cp34m-win32.whl
DEPRECATION: Python 3.3 supported has been deprecated and support for it will be dropped in the future. Please upgrade your Python.
mysqlclient-1.3.13-cp34-cp34m-win32.whl is not a supported wheel on this platform.
Despues vuelvo a intentar con otro comando:
C:\Users\Angela\Downloads>pip install mysqlclient-1.3.13-cp34-cp34m-win32.whl
Lo que me arroja el sistema:
DEPRECATION: Python 3.3 supported has been deprecated and support for it will be dropped in the future. Please upgrade your Python.
mysqlclient-1.3.13-cp34-cp34m-win32.whl is not a supported wheel on this platform.
Despues intento desde la fuente yendo a la carpeta que contiente el Python 33 y la carpeta Scripts
C:\Python33\Scripts>pip install mysqlclient-1.3.13-cp34-cp34m-win32.whl
DEPRECATION: Python 3.3 supported has been deprecated and support for it will be dropped in the future. Please upgrade your Python.
Requirement 'mysqlclient-1.3.13-cp34-cp34m-win32.whl' looks like a filename, but the file does not exist
mysqlclient-1.3.13-cp34-cp34m-win32.whl is not a supported wheel on this platform.
No he hallado la posible solucion. Cualquier ayuda seria muy valiosa.
Gracias de atemano
El primer error es el siguiente:
1.Ingreso al simbolo del sistema y digito:
C:\Users\Angela\Downloads>pip install --use-wheel mysqlclient-1.3.13-cp34-cp34m-win32.whl
Lo que arroja el sistema:
Usage:
pip install [options] <requirement specifier> [package-index-options] ...
pip install [options] -r <requirements file> [package-index-options] ...
pip install [options] [-e] <vcs project url> ...
pip install [options] [-e] <local project path> ...
pip install [options] <archive url/path> ...
no such option: --use-wheel
C:\Users\Angela\Downloads>pip install mysqlclient-1.3.13-cp34-cp34m-win32.whl
DEPRECATION: Python 3.3 supported has been deprecated and support for it will be dropped in the future. Please upgrade your Python.
mysqlclient-1.3.13-cp34-cp34m-win32.whl is not a supported wheel on this platform.
Despues vuelvo a intentar con otro comando:
C:\Users\Angela\Downloads>pip install mysqlclient-1.3.13-cp34-cp34m-win32.whl
Lo que me arroja el sistema:
DEPRECATION: Python 3.3 supported has been deprecated and support for it will be dropped in the future. Please upgrade your Python.
mysqlclient-1.3.13-cp34-cp34m-win32.whl is not a supported wheel on this platform.
Despues intento desde la fuente yendo a la carpeta que contiente el Python 33 y la carpeta Scripts
C:\Python33\Scripts>pip install mysqlclient-1.3.13-cp34-cp34m-win32.whl
DEPRECATION: Python 3.3 supported has been deprecated and support for it will be dropped in the future. Please upgrade your Python.
Requirement 'mysqlclient-1.3.13-cp34-cp34m-win32.whl' looks like a filename, but the file does not exist
mysqlclient-1.3.13-cp34-cp34m-win32.whl is not a supported wheel on this platform.
No he hallado la posible solucion. Cualquier ayuda seria muy valiosa.
Gracias de atemano
Valora esta pregunta


0