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

Error installing dependencies in Houdini 20.5 #152

Open
mrgbell opened this issue Jul 17, 2024 · 3 comments
Open

Error installing dependencies in Houdini 20.5 #152

mrgbell opened this issue Jul 17, 2024 · 3 comments

Comments

@mrgbell
Copy link

mrgbell commented Jul 17, 2024

When installing a fresh copy of MLOPs in Houdini Core 20.5.278 - Py3.11 on Windows 10, I am running into the following error:
ERROR: Invalid requirement: 'alphapose==0.5.0-': Expected end or semicolon (after version specifier)

I checked that PYTHONPATH is not defined in the system environment variables. In Houdini's About menu I see the value of PYTHONPATH as:

PYTHONPATH E:/MLOPs/scripts/python/characterpipeline/MotionBert;E:/MLOPs/data/dependencies/python

I tried reinstalling in Houdini 20.0.751 - Py3.10 and run into the same error


Traceback (most recent call last):
  File "mlops_install", line 5, in <module>
  File "E:\MLOPs/scripts/python\mlops_utils.py", line 125, in install_mlops_dependencies
    pip_install(hou.text.expandString("$MLOPS/requirements.txt"), True, True)
  File "E:\MLOPs/scripts/python\mlops_utils.py", line 433, in pip_install
    raise hou.Error(res[1].decode())
hou.Error: E:\MLOPs\data\dependencies\python\_distutils_hack\__init__.py:32: UserWarning: Setuptools is replacing distutils. Support for replacing an already imported distutils is deprecated. In the future, this condition will fail. Register concerns at https://github.com/pypa/setuptools/issues/new?template=distutils-deprecation.yml
  warnings.warn(
ERROR: Invalid requirement: 'alphapose==0.5.0-': Expected end or semicolon (after version specifier)
    alphapose==0.5.0-
             ~~~~~~~^ (from line 69 of E:/MLOPs/requirements.txt)


image

@mansvr
Copy link

mansvr commented Jul 25, 2024

having the same issue. any solutions?

@mrgbell
Copy link
Author

mrgbell commented Jul 25, 2024

Afraid not. I have given up on it for the moment

@mansvr
Copy link

mansvr commented Jul 25, 2024

ty for the response. will wait for the update.

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

2 participants