We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I install the redner via pip on linux.
When I run the test scripts, e.g. 'tests/test_g_buffer.py', the error occurs.
python: /tmp/pip-req-build-k_hkhooj/src/scene.cpp:125: Scene::Scene(const Camera&, const std::vector<const Shape*>&, const std::vector<const Material*>&, const std::vector<const AreaLight*>&, const std::shared_ptr<const EnvironmentMap>&, bool, int, bool, bool): Assertion false' failed.`
python: /tmp/pip-req-build-k_hkhooj/src/scene.cpp:125: Scene::Scene(const Camera&, const std::vector<const Shape*>&, const std::vector<const Material*>&, const std::vector<const AreaLight*>&, const std::shared_ptr<const EnvironmentMap>&, bool, int, bool, bool): Assertion
The text was updated successfully, but these errors were encountered:
I install the redner via pip on linux. When I run the test scripts, e.g. 'tests/test_g_buffer.py', the error occurs. python: /tmp/pip-req-build-k_hkhooj/src/scene.cpp:125: Scene::Scene(const Camera&, const std::vector<const Shape*>&, const std::vector<const Material*>&, const std::vector<const AreaLight*>&, const std::shared_ptr<const EnvironmentMap>&, bool, int, bool, bool): Assertion false' failed.`
I meet the same issue. GPU: 2070 Super. cuda: 10.0. redner: 0.4.28 (install by pip). Python: 3.6.7.
Sorry, something went wrong.
Same Issue. GPU: 3090 Ti Cuda : 11.7 Python: 3.7.12 Redner-gpu: 0.4.28 (pip installed)
No branches or pull requests
I install the redner via pip on linux.
When I run the test scripts, e.g. 'tests/test_g_buffer.py', the error occurs.
python: /tmp/pip-req-build-k_hkhooj/src/scene.cpp:125: Scene::Scene(const Camera&, const std::vector<const Shape*>&, const std::vector<const Material*>&, const std::vector<const AreaLight*>&, const std::shared_ptr<const EnvironmentMap>&, bool, int, bool, bool): Assertion
false' failed.`The text was updated successfully, but these errors were encountered: