-
Notifications
You must be signed in to change notification settings - Fork 230
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
Problem with "scene.preview()" #106
Comments
Thanks for the report.
Can you please provide:
- platform (linux/macos/windows)
- tensorflow versions (before/after)
Guillermo
|
Platform: Linux and Windows The TensorFlow environment after running
Do you know what is the reason for the "scene.preview()" listed above? Thank you! |
Hello @StrongWeiUMN, Could you please try upgrading the following modules to the latest versions?
Make sure to fully restart the Jupyter server (not just the notebook kernel) after the upgrade. The error that you encounter with |
Hi @merlinND, It still does not work. I think it is already the latest version: pythreejs==2.4.2 I created a new environment with JupyterLab installed only and tried to run some examples from
I tried two machines (Win OS and Linux OS), but all failed. |
@merlinND |
Hi @StrongWeiUMN, I agree that it should be a matter of
Hope this helps! |
@merlinND Yes, it works!!! I run |
Dear Sionna community,
First of all, thank you for providing this helpful tool.
I am currently running
Sionna_Ray_Tracing_Tutorial
in the Jupyter Lab environment. I faced some problems:The Tensorflow installed via
pip install sionna
cannot detect any GPU, while directly runningpip install tensorflow
works. So I have to manually re-install the TensorFlow after installing the Sionna.my GPU Driver Version: 512.78 CUDA Version: 11.6
scene.preview()
will raise error:The following is the jupyter information:
Do you have any ideas on how to solve it?
Thanks a lot!
The text was updated successfully, but these errors were encountered: