Installer watchdog sur Windows + Python 3.3

chien de garde c'est quoi

watchdog est un outil de surveillance du système de fichiers écrit en Python.

voir aussi: La commande watchmedo du module watchdog est pratique - le déversement des adeptes de langage biaisés

Installation

watchdog fonctionne actuellement sur Python 2.5 et supérieur, donc la plupart des environnements sont exécutés en exécutant la commande suivante:

pip install watchdog

Windows + Python 3.3 Cependant, dans un environnement Windows et la version de Python avec pip est 3.3, il peut échouer avec l'erreur suivante. (Dans mon cas, Python 3.2 fonctionnait bien et Python 3.3 a donné cette erreur)

argh.py


UnicodeDecodeError: 'cp932' codec can't decode byte 0x94 in position 112: illegal multibyte sequence

contre-mesure

Si cela se produit, suivez les étapes ci-dessous pour poursuivre l'installation.

Modifier argh / setup.py

Je pense que le répertoire de travail lors de l'installation est créé dans l'environnement virtuel créé par votre destination d'installation Python ou virtualenv. L'installation d'argh a échoué, alors ouvrons argh / setup.py. Il y a un caractère de tabulation près du nombre de lignes indiqué dans le message d'erreur, remplacez-le par quatre espaces demi-largeur.

Installation d'argh

Après avoir modifié setup.py, allez dans le dossier argh et appuyez sur la commande suivante pour installer argh.

python install setup.py

Nouvelle tentative d'installation de Watchdog

Cela ne devrait pas vous gêner, alors appuyez à nouveau sur pip install watchdog. Si vous êtes toujours dans le dossier argh, vous souhaiterez peut-être déplacer le chemin.

prime

Si vous utilisez Watchdog avec joie et courage, vous obtiendrez immédiatement l'erreur suivante:

bricks.py


    if not sys.version < (2, 6, 0):
TypeError: unorderable types: str() < tuple()

C'est dommage, alors ouvrez ce bricks.py depuis le dossier où vous avez installé watchdog et remplacez sys.version par sys.version_info.

Recommended Posts

Installer watchdog sur Windows + Python 3.3
Installez python sur Windows
[Python] [Chainer] [Windows] Installer Chainer sous Windows
Python sur Windows
installation de python2.7 dans un environnement Windows 32 bits
Installez xgboost (version python) sur Windows
Installez Python sur Windows + pip + virtualenv
Installez Pytorch sur Blender 2.90 python sous Windows
Installer l'environnement de développement Python sur Windows 10
Installer python sur WSL
Installez Python sur Pidora.
Installez Scrapy sur python3
[Kivy] Comment installer Kivy sur Windows [Python]
Installez Python sur Mac
Installer Python 3 dans un environnement Mac
Installez Python3.4 sur CentOS 6.6
Installez Anaconda sur Windows 10
python basic ② sous windows
Installez pycuda sur Windows10
Installez Python 2.7.3 sur CentOS 5.4
Installez pygraphviz sur Windows 10
Installez Python 3.3 sur Ubuntu 12.04
Installez Chainer 1.5.0 sur Windows
Installez Python 3.4 sur Mac
Installez Python 3.6 sur Docker
Installez Python (pour Windows)
Installez et exécutez Python3.5 + NumPy + SciPy sur Windows 10
Installez Python3, numpy, pandas, matplotlib, etc. sous Windows
Installez OpenCV 4.0 et Python 3.7 sur Windows 10 avec Anaconda
[Python] Comment installer OpenCV sur Anaconda [Windows]
Installez la version ZIP Python et pip sur Windows 10
Installez Numpy dans virtualenv sur Windows
Activer Python virtualenv sous Windows
Exécutez Openpose sur Python (Windows)
Comment installer Python [Windows]
Installez Python 3.8 sur RHEL 8 (AppStream)
Installez Python et Flask (Windows 10)
Installez Win-Kex (kali-linux) sur Windows 10.
Installer pygame sur python3.4 sur Mac
Windows10: installation de la bibliothèque dlib pour python
Installez cvxpy sur Windows, Anaconda
Développement Python + Kivy sous Windows
Installez Python 3.8 sur CentOS 7 (SCL)
Sphinx-autobuild (0.5.2) sous Windows7, Python 3.5.1, Sphinx 1.3.5
Installation de Python la plus rapide sous Windows
Créer un environnement Python sur Windows
Installez pandas 0.14 sur python3.4 [sur Mac]
Installez OpenCV sur Ubuntu + python
Installez Chainer 1.6 (GPU) sur Windows 7.
Construire un environnement Python avec Windows
Python --Installez MySQLDB sur EC2
Installez Python 3.8 sur CentOS 8 (AppStream)
J'ai exécuté python sur Windows
Installation de Python en 2 lignes @Windows
Utiliser Python sur Windows (PyCharm)
Installer dlib pour Python (Windows)
Installer python
[Windows] [Python3] Installer python3 et Jupyter Notebook (anciennement ipython notebook) sous Windows
Installation de Bash sur Ubuntu sous Windows, Ruby, Python, Jupyter, etc.
Pour ceux qui ne peuvent pas installer Python sur Windows XP
Mémo de construction de l'environnement Python sur Windows 10