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 installation Error "error MSB6006: "cmd.exe" exited with code 1" #736

Closed
ehsan1772 opened this issue Jan 8, 2019 · 3 comments
Closed

Comments

@ehsan1772
Copy link

Description of Issue

Install USD by following the steps, Intalling all the dependencies went by with no issue, while installing USD, got this error: (full error message is attached)
log.txt

100>Done Building Project "C:\Users\ebar\Documents\USD\build\USD-master\pxr\usd\lib\usdRi_usdRi.vcxproj" (default targets).

133>Done Building Project "C:\Users\ebar\Documents\USD\build\USD-master\python.vcxproj" (default targets) -- FAILED.

 3>Done Building Project "C:\Users\ebar\Documents\USD\build\USD-master\ALL_BUILD.vcxproj" (default targets) -- FAILED.

 1>Done Building Project "C:\Users\ebar\Documents\USD\build\USD-master\install.vcxproj" (default targets) -- FAILED.

Build FAILED.

   "C:\Users\ebar\Documents\USD\build\USD-master\install.vcxproj" (default target) (1) ->

   "C:\Users\ebar\Documents\USD\build\USD-master\ALL_BUILD.vcxproj" (default target) (3) ->

   "C:\Users\ebar\Documents\USD\build\USD-master\pxr\usdImaging\lib\usdviewq\_usdviewq.vcxproj" (default target) (123) ->

   "C:\Users\ebar\Documents\USD\build\USD-master\pxr\usdImaging\lib\usdviewq\_usdviewq_pysideuifiles.vcxproj" (default target) (125) ->

   (CustomBuild target) -> 

     C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(209,5): error MSB6006: "cmd.exe" exited with code 1. [C:\Users\ebar\Documents\USD\build\USD-master\pxr\usdImaging\lib\usdviewq\_usdviewq_pysideuifiles.vcxproj]

System Information (OS, Hardware)

Windows 10

Package Versions

Master branch

Build Flags

none

@jtran56
Copy link

jtran56 commented Jan 8, 2019

Filed as internal issue #USD-4996.

@ebargoogle
Copy link

So the issue was caused by a bad QtCore library inside PySide. Not sure how it happened, but I fixed the issue by uninstalling and re-installing pyside. Basically:

pip uninstall pyside
pip install pyside

@c64kernal
Copy link
Contributor

c64kernal commented Jan 10, 2019

Thanks for the update, glad you got it working.

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

4 participants