Skip to content
New issue

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

Windows 7 installation fails under Python 35 (32/64bit) #91

Open
Tset-Noitamotua opened this issue Jan 24, 2017 · 1 comment
Open

Windows 7 installation fails under Python 35 (32/64bit) #91

Tset-Noitamotua opened this issue Jan 24, 2017 · 1 comment

Comments

@Tset-Noitamotua
Copy link

I am not able to install wbd server on a Windows 7 64bit machine.

Python 3.5 32bit

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\

Python 3.5 64bit

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\
@Tset-Noitamotua
Copy link
Author

Installation works under Python 2.7 32bit.

(didn't try Python 2.7 64bit yet)

@Tset-Noitamotua Tset-Noitamotua changed the title Windows 7 installation fails Windows 7 installation fails under Python 35 (32/64bit) Jan 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant