-
Notifications
You must be signed in to change notification settings - Fork 1.4k
ModuleNotFoundError: No module named 'dataclasses' #31
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
Comments
Hi @FeliMe dataclasses is available in Python 3.7! We are updating the anaconda cloud package to support Python 3.6 as well. For now can you try changing the python version to 3.7 and running the code again? |
Updating to Python 3.7 worked, thanks @nikhilaravi ! |
Thanks. I will do it. |
@csverma610 this has been changed on master. We will be updating the conda package soon to incorporate this change as well. |
Hello,
Should we use CudaTookit=10.0 or 10.1 or 10.2 ?
Thanks
…On Wed, Feb 19, 2020 at 1:12 PM Nikhila Ravi ***@***.***> wrote:
@csverma610 <https://github.com/csverma610> this has been changed on
master. We will be updating the conda package soon to incorporate this
change as well.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#31?email_source=notifications&email_token=AA2TTM2Y7TLQY22ON5PGXBTRDWODZA5CNFSM4KRVPYQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMJWD7I#issuecomment-588472829>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA2TTMYE3L2FB3DI6VZUDCTRDWODZANCNFSM4KRVPYQQ>
.
|
We don't yet have builds for 10.2, because pytorch does not have builds for 10.2 yet. I recommend 10.1 as it's the latest we do have builds for. |
Incase you still need to use python 3.6 you might want to manually install dataclasses. In Mac pip usually fails and hence do a conda install dataclasses. |
If you do not know the root cause of the problem / bug, and wish someone to help you, please
post according to this template:
🐛 Bugs / Unexpected behaviors
error when trying to import pytorch3d.renderer
Instructions To Reproduce the Issue:
I installed pytorch3d according to the INSTALL.md file (installed pytroch3d from Anaconda Cloud), when I try to import pytorch3d.renderer, I get the following error:
Complete logs:
The text was updated successfully, but these errors were encountered: