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

pip install sutime fails on Windows 10 #13

Open
upevin opened this issue May 23, 2018 · 0 comments
Open

pip install sutime fails on Windows 10 #13

upevin opened this issue May 23, 2018 · 0 comments

Comments

@upevin
Copy link

upevin commented May 23, 2018

I am trying to install python sutime in Windows 10 with Python 3.5.
Installation fails with the following error.

building '_jpype' extension
error: [WinError 2] The system cannot find the file specified

Complete installation log as follows:

Collecting sutime
Using cached https://files.pythonhosted.org/packages/b3/2e/88920eb5bd900990160f76a9fe0b40d163ecfe89122434519a0271d2932b/sutime-0.2.0-py2.py3-none-any.whl
Collecting JPype1 (from sutime)
Using cached https://files.pythonhosted.org/packages/c4/4b/60a3e63d51714d4d7ef1b1efdf84315d118a0a80a5b085bb52a7e2428cdc/JPype1-0.6.3.tar.gz
Installing collected packages: JPype1, sutime
Running setup.py install for JPype1: started
Running setup.py install for JPype1: finished with status 'error'
Complete output from command "c:\program files\python 3.5\python.exe" -u -c "import setuptools, tokenize;file='C:\Users\Public\Documents\Wondershare\CreatorTemp\pip-install-iu3pcoji\JPype1\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record C:\Users\Public\Documents\Wondershare\CreatorTemp\pip-record-6nyol0s6\install-record.txt --single-version-externally-managed --compile:
running install
running build
running build_py
creating build
creating build\lib.win-amd64-3.5
creating build\lib.win-amd64-3.5\jpype
copying jpype\imports.py -> build\lib.win-amd64-3.5\jpype
copying jpype\JClassUtil.py -> build\lib.win-amd64-3.5\jpype
copying jpype\nio.py -> build\lib.win-amd64-3.5\jpype
copying jpype\reflect.py -> build\lib.win-amd64-3.5\jpype
copying jpype_classpath.py -> build\lib.win-amd64-3.5\jpype
copying jpype_core.py -> build\lib.win-amd64-3.5\jpype
copying jpype_cygwin.py -> build\lib.win-amd64-3.5\jpype
copying jpype_darwin.py -> build\lib.win-amd64-3.5\jpype
copying jpype_gui.py -> build\lib.win-amd64-3.5\jpype
copying jpype_jarray.py -> build\lib.win-amd64-3.5\jpype
copying jpype_jboxed.py -> build\lib.win-amd64-3.5\jpype
copying jpype_jclass.py -> build\lib.win-amd64-3.5\jpype
copying jpype_jcollection.py -> build\lib.win-amd64-3.5\jpype
copying jpype_jexception.py -> build\lib.win-amd64-3.5\jpype
copying jpype_jio.py -> build\lib.win-amd64-3.5\jpype
copying jpype_jobject.py -> build\lib.win-amd64-3.5\jpype
copying jpype_jpackage.py -> build\lib.win-amd64-3.5\jpype
copying jpype_jproxy.py -> build\lib.win-amd64-3.5\jpype
copying jpype_jvmfinder.py -> build\lib.win-amd64-3.5\jpype
copying jpype_jwrapper.py -> build\lib.win-amd64-3.5\jpype
copying jpype_linux.py -> build\lib.win-amd64-3.5\jpype
copying jpype_properties.py -> build\lib.win-amd64-3.5\jpype
copying jpype_pykeywords.py -> build\lib.win-amd64-3.5\jpype
copying jpype_refdaemon.py -> build\lib.win-amd64-3.5\jpype
copying jpype_windows.py -> build\lib.win-amd64-3.5\jpype
copying jpype_init_.py -> build\lib.win-amd64-3.5\jpype
creating build\lib.win-amd64-3.5\jpype\awt
copying jpype\awt_init_.py -> build\lib.win-amd64-3.5\jpype\awt
creating build\lib.win-amd64-3.5\jpype\awt\event
copying jpype\awt\event\WindowAdapter.py -> build\lib.win-amd64-3.5\jpype\awt\event
copying jpype\awt\event_init_.py -> build\lib.win-amd64-3.5\jpype\awt\event
creating build\lib.win-amd64-3.5\jpypex
copying jpypex_init_.py -> build\lib.win-amd64-3.5\jpypex
creating build\lib.win-amd64-3.5\jpypex\swing
copying jpypex\swing\AbstractAction.py -> build\lib.win-amd64-3.5\jpypex\swing
copying jpypex\swing\pyutils.py -> build\lib.win-amd64-3.5\jpypex\swing
copying jpypex\swing_init_.py -> build\lib.win-amd64-3.5\jpypex\swing
running build_ext
C:\Users\Public\Documents\Wondershare\CreatorTemp\pip-install-iu3pcoji\JPype1\setup.py:173: FeatureNotice: Turned ON Numpy support for fast Java array access
FeatureNotice)
building '_jpype' extension
error: [WinError 2] The system cannot find the file specified

----------------------------------------
@upevin upevin changed the title pip install sutime fails pip install sutime fails on Windows 10 May 23, 2018
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