-
Notifications
You must be signed in to change notification settings - Fork 56
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
Error installing MLOPS Dependencies with H20.5 #155
Comments
cityshake
changed the title
Problem installing MLOPS Dependencies with H20.5
Error installing MLOPS Dependencies with H20.5
Aug 20, 2024
I don't have redshift installed and I'm having the same thing. I install this in Houdini 20.5. |
I get it solved after I install the visual studio with c++ build tool |
I installed vs with c++ but still fail .... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get this error message when installing MLOPS with 20.5.278. Anyone has a solution? Thank you.
Traceback (most recent call last):
File "mlops_install", line 5, in
File "C:\Users/Utilisateur/Documents/houdini_assets/MLOPS/scripts/python\mlops_utils.py", line 125, in install_mlops_dependencies
pip_install(hou.text.expandString("$MLOPS/requirements.txt"), True, True, constraints_file=hou.text.expandString("$MLOPS/constraints.txt"))
File "C:\Users/Utilisateur/Documents/houdini_assets/MLOPS/scripts/python\mlops_utils.py", line 433, in pip_install
raise hou.Error(res[1].decode())
hou.Error: error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [48 lines of output]
[Redshift] Redshift for Houdini plugin version 3.6.4 (Jul 17 2024 10:59:13)
[Redshift] Plugin compile time HDK version: 20.5.278
[Redshift] Houdini host version: 20.5.278
[Redshift] Plugin dso/dll and config path: C:/ProgramData/Redshift/Plugins/Houdini/20.5.278/dso
[Redshift] Core data path: C:\ProgramData\Redshift
[Redshift] Local data path: C:\ProgramData\Redshift
[Redshift] Procedurals path: C:\ProgramData\Redshift\Procedurals
[Redshift] Preferences file path: C:\ProgramData\Redshift\preferences.xml
[Redshift] License path: C:\ProgramData\Redshift
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win-amd64-cpython-311
creating build\lib.win-amd64-cpython-311\psutil
copying psutil_common.py -> build\lib.win-amd64-cpython-311\psutil
copying psutil_compat.py -> build\lib.win-amd64-cpython-311\psutil
copying psutil_psaix.py -> build\lib.win-amd64-cpython-311\psutil
copying psutil_psbsd.py -> build\lib.win-amd64-cpython-311\psutil
copying psutil_pslinux.py -> build\lib.win-amd64-cpython-311\psutil
copying psutil_psosx.py -> build\lib.win-amd64-cpython-311\psutil
copying psutil_psposix.py -> build\lib.win-amd64-cpython-311\psutil
copying psutil_pssunos.py -> build\lib.win-amd64-cpython-311\psutil
copying psutil_pswindows.py -> build\lib.win-amd64-cpython-311\psutil
copying psutil_init_.py -> build\lib.win-amd64-cpython-311\psutil
creating build\lib.win-amd64-cpython-311\psutil\tests
copying psutil\tests\runner.py -> build\lib.win-amd64-cpython-311\psutil\tests
copying psutil\tests\test_aix.py -> build\lib.win-amd64-cpython-311\psutil\tests
copying psutil\tests\test_bsd.py -> build\lib.win-amd64-cpython-311\psutil\tests
copying psutil\tests\test_connections.py -> build\lib.win-amd64-cpython-311\psutil\tests
copying psutil\tests\test_contracts.py -> build\lib.win-amd64-cpython-311\psutil\tests
copying psutil\tests\test_linux.py -> build\lib.win-amd64-cpython-311\psutil\tests
copying psutil\tests\test_memleaks.py -> build\lib.win-amd64-cpython-311\psutil\tests
copying psutil\tests\test_misc.py -> build\lib.win-amd64-cpython-311\psutil\tests
copying psutil\tests\test_osx.py -> build\lib.win-amd64-cpython-311\psutil\tests
copying psutil\tests\test_posix.py -> build\lib.win-amd64-cpython-311\psutil\tests
copying psutil\tests\test_process.py -> build\lib.win-amd64-cpython-311\psutil\tests
copying psutil\tests\test_sunos.py -> build\lib.win-amd64-cpython-311\psutil\tests
copying psutil\tests\test_system.py -> build\lib.win-amd64-cpython-311\psutil\tests
copying psutil\tests\test_testutils.py -> build\lib.win-amd64-cpython-311\psutil\tests
copying psutil\tests\test_unicode.py -> build\lib.win-amd64-cpython-311\psutil\tests
copying psutil\tests\test_windows.py -> build\lib.win-amd64-cpython-311\psutil\tests
copying psutil\tests_init_.py -> build\lib.win-amd64-cpython-311\psutil\tests
copying psutil\tests_main_.py -> build\lib.win-amd64-cpython-311\psutil\tests
running build_ext
building 'psutil._psutil_windows' extension
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
[Redshift] Closing the RS instance. End of the plugin log system.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for psutil
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (psutil)
The text was updated successfully, but these errors were encountered: