-
Notifications
You must be signed in to change notification settings - Fork 25
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
Dependency issues #7
Comments
The original package dependency is quite complex, you could check install.md, which is an updated installation introduction that works well on my local workstation. I have removed the version numbers as much as possible and added a few necessary packages that are missing in the original requirements.txt. |
Hello, could you share your driver version? I've encountered some issues with my A100, and it seems to be related to pyrender and EGL. Through my research, it appears that changing to an appropriate driver version might solve this problem.
|
win10 无法打开输入文件“TeCH\core\lib\f |
Hi, your paper looks great. However, I am having some troubles with setting up environment according to provided dependencies.
Firstly, pyrender 0.1.45 depends on PyOpenGL==3.1.0, whereas requirements.txt asks for PyOpenGL==3.1.5.
Further, pytorch-lightning 1.9.1 depends on torchmetrics>=0.7.0 (not torchmetrics==0.6.0).
Then I get error from sklearn: "The 'sklearn' PyPI package is deprecated, use 'scikit-learn', ..." (installed as a dependency to one of the other packages)
Also, I get: "Could not find a version that satisfies the requirement taming-transformers (unavailable) (from versions: 0.0.1).
All tried in docker: pytorch/pytorch:1.13.0-cuda11.6-cudnn8-devel
Do you happen to have a Dockerfile that would work? Otherwise, resolving those dependency issues seems like a very tedious task.
The text was updated successfully, but these errors were encountered: