Advertisement
AlecTaylor

Untitled

Sep 21st, 2011
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. Downloading/unpacking cx-oracle
  2. Running setup.py egg_info for package cx-oracle
  3.  
  4. Installing collected packages: cx-oracle
  5. Running setup.py install for cx-oracle
  6. building 'cx_Oracle' extension
  7. error: Unable to find vcvarsall.bat
  8. Complete output from command C:\Python27\python.exe -c "import setuptools;__file__='C:\\Windows\\system32\\build\\cx-oracle\\setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record c:\users\DJang~1\appdata\local\temp\pip-j0wsur-record\install-record.txt:
  9. running install
  10.  
  11. running build
  12.  
  13. running build_ext
  14.  
  15. building 'cx_Oracle' extension
  16.  
  17. error: Unable to find vcvarsall.bat
  18.  
  19. ----------------------------------------
  20. Command C:\Python27\python.exe -c "import setuptools;__file__='C:\\Windows\\system32\\build\\cx-oracle\\setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record c:\users\DJANG~1\appdata\local\temp\pip-j0wsur-record\install-record.txt failed with error code 1
  21. Storing complete log in C:\Users\DJango\AppData\Roaming\pip\pip.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement