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

AttributeError: 'Minimal' object has no attribute 'v' #44

Open
Junwei-LV opened this issue Mar 23, 2020 · 5 comments
Open

AttributeError: 'Minimal' object has no attribute 'v' #44

Junwei-LV opened this issue Mar 23, 2020 · 5 comments

Comments

@Junwei-LV
Copy link

I have the problem while running the same problem of the demo point_light. But it calls the error of"AttributeError: 'Minimal' object has no attribute 'v'",so how to solve it. many thanks

@sreyahalder
Copy link

Also having this problem!

@sreyahalder
Copy link

Actually just think I found a solution: what worked for me was changing lines = open(filename).read().split('\n') to lines = open(filename).read().split('\\n') in serialization.py

@AmberCheng
Copy link

same problem

@iegorval
Copy link

iegorval commented Apr 16, 2021

@sreyahalder unfortunately, this did not fix the problem for me. Are you sure you did not do some other step, apart from that? From the debugger, it looks like the file, downloaded in the code for the demo, is just empty.

@mmrip
Copy link

mmrip commented Nov 8, 2022

the reason is thai your downloading process is error.

file : util_tests.py
line 9: from .utils import wget
change this line into:
line 9: import wget

line 20: wget(url, dest)
change this line into:
line 20: wget.download(url, dest)

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

5 participants