mit-gfx / diffmat

PyTorch-based differentiable material graph library for procedural material capture
Other
109 stars 14 forks source link

AttributeError: module 'diffmat' has no attribute '__version__' #6

Closed HospitableHost closed 7 months ago

HospitableHost commented 8 months ago

Thanks for your excellent work. I have some trouble in testing the library. I run "pip install .", and then run "pip install -e ." and then Exit the cloned repo and verify package integrity with: cd .. python -c "import diffmat; print(diffmat.version)" (I haven't installed the AS3D or SAT, but it will not affect this issue.)

But! module 'diffmat' has no attribute 'version' image

Polar1s commented 7 months ago

That's a good catch. The error has been fixed with the latest commit 98e58d4.