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

Unable to install on windows using pip #1

Open
piyushdivyankar1994 opened this issue Aug 3, 2017 · 0 comments
Open

Unable to install on windows using pip #1

piyushdivyankar1994 opened this issue Aug 3, 2017 · 0 comments

Comments

@piyushdivyankar1994
Copy link

Following is the output on running C:\ pip install pyquicklz

C:\Users\piyushdivyankar>pip install pyquicklz
Collecting pyquicklz
  Using cached pyquicklz-1.4.1.tar.gz
Building wheels for collected packages: pyquicklz
  Running setup.py bdist_wheel for pyquicklz ... error
  Complete output from command "c:\program files\anaconda2\python.exe" -u -c "im
port setuptools, tokenize;__file__='c:\\users\\piyush~1\\appdata\\local\\temp\\p
ip-build-x34vql\\pyquicklz\\setup.py';f=getattr(tokenize, 'open', open)(__file__
);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'ex
ec'))" bdist_wheel -d c:\users\piyush~1\appdata\local\temp\tmp7ahneipip-wheel- -
-python-tag cp27:
  running bdist_wheel
  running build
  running build_ext
  cythoning quicklz.pyx to quicklz.c
  building 'quicklz' extension
  error: INCLUDE environment variable is empty

  ----------------------------------------
  Failed building wheel for pyquicklz
  Running setup.py clean for pyquicklz
Failed to build pyquicklz
Installing collected packages: pyquicklz
  Running setup.py install for pyquicklz ... error
    Complete output from command "c:\program files\anaconda2\python.exe" -u -c "
import setuptools, tokenize;__file__='c:\\users\\piyush~1\\appdata\\local\\temp\
\pip-build-x34vql\\pyquicklz\\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\piyush~1\appdata\local\temp\pip-rbkymo-record
\install-record.txt --single-version-externally-managed --compile:
    running install
    running build
    running build_ext
    skipping 'quicklz.c' Cython extension (up-to-date)
    building 'quicklz' extension
    error: INCLUDE environment variable is empty

    ----------------------------------------
Command ""c:\program files\anaconda2\python.exe" -u -c "import setuptools, token
ize;__file__='c:\\users\\piyush~1\\appdata\\local\\temp\\pip-build-x34vql\\pyqui
cklz\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replac
e('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --recor
d c:\users\piyush~1\appdata\local\temp\pip-rbkymo-record\install-record.txt --si
ngle-version-externally-managed --compile" failed with error code 1 in c:\users\
piyush~1\appdata\local\temp\pip-build-x34vql\pyquicklz\

C:\Users\piyushdivyankar>pip install pyquicklz
Collecting pyquicklz
  Using cached pyquicklz-1.4.1.tar.gz
Building wheels for collected packages: pyquicklz
  Running setup.py bdist_wheel for pyquicklz ... error
  Complete output from command "c:\program files\anaconda2\python.exe" -u -c "im
port setuptools, tokenize;__file__='c:\\users\\piyush~1\\appdata\\local\\temp\\p
ip-build-crkqjr\\pyquicklz\\setup.py';f=getattr(tokenize, 'open', open)(__file__
);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'ex
ec'))" bdist_wheel -d c:\users\piyush~1\appdata\local\temp\tmpty3kcwpip-wheel- -
-python-tag cp27:
  running bdist_wheel
  running build
  running build_ext
  cythoning quicklz.pyx to quicklz.c
  building 'quicklz' extension
  error: INCLUDE environment variable is empty

  ----------------------------------------
  Failed building wheel for pyquicklz
  Running setup.py clean for pyquicklz
Failed to build pyquicklz
Installing collected packages: pyquicklz
  Running setup.py install for pyquicklz ... error
    Complete output from command "c:\program files\anaconda2\python.exe" -u -c "
import setuptools, tokenize;__file__='c:\\users\\piyush~1\\appdata\\local\\temp\
\pip-build-crkqjr\\pyquicklz\\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\piyush~1\appdata\local\temp\pip-upp4nd-record
\install-record.txt --single-version-externally-managed --compile:
    running install
    running build
    running build_ext
    skipping 'quicklz.c' Cython extension (up-to-date)
    building 'quicklz' extension
    error: INCLUDE environment variable is empty

    ----------------------------------------
Command ""c:\program files\anaconda2\python.exe" -u -c "import setuptools, token
ize;__file__='c:\\users\\piyush~1\\appdata\\local\\temp\\pip-build-crkqjr\\pyqui
cklz\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replac
e('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --recor
d c:\users\piyush~1\appdata\local\temp\pip-upp4nd-record\install-record.txt --si
ngle-version-externally-managed --compile" failed with error code 1 in c:\users\
piyush~1\appdata\local\temp\pip-build-crkqjr\pyquicklz\

Specs:
Windows7-64
Anaconda2
python 2.7

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