-
Notifications
You must be signed in to change notification settings - Fork 2
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
A question about running locally #15
Comments
Hey MymengA, can you check which version of PySide6 you are using locally?
Because, I noted that exactly this bug occurs for PySide6 versions >= 6.2.4. Unluckily, I could not find a solution and also couldn't get any help via the PySide bugtracker. |
I have this problem too.Can I update PySide6 to another verion to solve this. |
And I cant open file... |
My version is 6.2.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to run the code locally:
python3 -m src.__main__
But after opening, the map of the initialization interface disappears.
Add I would like to ask what is the situation? In addition, if I want to change the map of the initialization interface, where should I change it?
Whether in PV-Hawk-Viewer/src/index.html Line 57
map.setView(new L.LatLng(48.1, 11.5), 8);
?Thank you for your reply!
The text was updated successfully, but these errors were encountered: