-
Notifications
You must be signed in to change notification settings - Fork 80
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
Failed trying to run generate_forecasting_scenario_visualizations.py
on python 3.11
#237
Comments
Hi @SalamanderXing, thanks for raising the issue. We are going to go ahead and mark this as resolved now, since #235 has been merged (thanks for your PR in #238), due to the now required |
Hi, it seems that this issue still exists when I install av2 through conda directly.
|
I also come up with this issue, it can be solved by adding ''angle='' in function vehicle_bounding_box = Rectangle(
(pivot_x, pivot_y), bbox_length, bbox_width, angle=np.degrees(heading), color=color, zorder=_BOUNDING_BOX_ZORDER
) located in |
I believe this should be resolved on the latest release. Let me know if you run into any issues. |
Hi, I downloaded the dataset and tried to run the script
generate_forecasting_scenario_visualizations.py
This is how I'm running the script from the terminal:
This is the issue I got:
This is the output of
pip freeze
:My python version is 3.11.6 and I'm running on x86_64 Linux 6.6.3-arch1-1
The text was updated successfully, but these errors were encountered: