We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am not able to install wbd server on a Windows 7 64bit machine.
H:\>pip install wdb.server Collecting wdb.server Using cached wdb.server-3.1.0-py3-none-any.whl Collecting wdb==3.1.0 (from wdb.server) Using cached wdb-3.1.0-py3-none-any.whl Collecting filemagic>=1.6 (from wdb.server) Downloading filemagic-1.6.tar.gz Collecting tornado>=4.2 (from wdb.server) Using cached tornado-4.4.2-cp35-cp35m-win32.whl Collecting psutil>=2.1 (from wdb.server) Downloading psutil-5.0.1-cp35-cp35m-win32.whl (178kB) 100% |################################| 184kB 3.7MB/s Collecting pyinotify (from wdb.server) Using cached pyinotify-0.9.6.tar.gz Complete output from command python setup.py egg_info: inotify is not available on win32 ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in C:\Users\ME\App Data\Local\Temp\pip-build-uqcm05l6\pyinotify\
H:\>pip install wdb.server Collecting wdb.server Using cached wdb.server-3.1.0-py3-none-any.whl Collecting psutil>=2.1 (from wdb.server) Downloading psutil-5.0.1-cp35-cp35m-win_amd64.whl (181kB) 100% |################################| 184kB 2.6MB/s Collecting pyinotify (from wdb.server) Using cached pyinotify-0.9.6.tar.gz Complete output from command python setup.py egg_info: inotify is not available on win-amd64 ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in C:\Users\ME\App Data\Local\Temp\pip-build-iezx6_y4\pyinotify\
The text was updated successfully, but these errors were encountered:
Installation works under Python 2.7 32bit.
(didn't try Python 2.7 64bit yet)
Sorry, something went wrong.
Try to fix platform build thing #91 #78
58b3639
No branches or pull requests
I am not able to install wbd server on a Windows 7 64bit machine.
Python 3.5 32bit
Python 3.5 64bit
The text was updated successfully, but these errors were encountered: