Skip to content
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

Python 3.8 incompatible changes introduced in 5249 (zoneinfo module only available in 3.9 and above) #5270

Closed
jmao-denver opened this issue Mar 20, 2024 · 1 comment · Fixed by #5271
Assignees
Labels
bug Something isn't working python-server-side
Milestone

Comments

@jmao-denver
Copy link
Contributor

Type: <class 'ModuleNotFoundError'>
Value: No module named 'zoneinfo'
Line: 8
Namespace: <module>
File: /Users/jianfengmao/git/deephaven-core/py/server/deephaven/time.py
Traceback (most recent call last):
  File "/Users/jianfengmao/git/deephaven-core/py/server/deephaven/__init__.py", line 25, in <module>
  File "/Users/jianfengmao/git/deephaven-core/py/server/deephaven/table_factory.py", line 14, in <module>
  File "/Users/jianfengmao/git/deephaven-core/py/server/deephaven/time.py", line 8, in <module>

	at org.jpy.PyLib.importModule(Native Method)
	at org.jpy.PyModule.importModule(PyModule.java:94)
	at io.deephaven.integrations.python.PythonObjectWrapper.<clinit>(PythonObjectWrapper.java:14)
	... 15 more
@jmao-denver jmao-denver added bug Something isn't working python-server-side labels Mar 20, 2024
@jmao-denver jmao-denver added this to the 1. March 2024 milestone Mar 20, 2024
@devinrsmith
Copy link
Member

devinrsmith commented Mar 20, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working python-server-side
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants