Fails to install on Jython

Using Jython 2.7.1

./jython2.7.1/bin/pip install --global-option=“-J-Dcpython_cmd=python” dash==0.42.0

Eventually leads to:

by PyBytecode-approach:
/Users/scott/jython2.7.1/Lib/site-packages/plotly/graph_objs/__init__.py
	at org.python.compiler.Module.compile(Module.java:1005)
	at org.python.core.imp.compileSource(imp.java:370)
	at org.python.core.imp.compileSource(imp.java:296)
	at org.python.modules._py_compile.compile(_py_compile.java:37)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
java.lang.RuntimeException: java.lang.RuntimeException: For unknown reason, too large method code couldn't be resolved
by PyBytecode-approach:
/Users/scott/jython2.7.1/Lib/site-packages/plotly/graph_objs/__init__.py

The file /Users/scott/jython2.7.1/Lib/site-packages/plotly/graph_objs/init.py does appear to be ridiculously large, almost 79,000 lines.

Any idea how I might get around this?