Closed
Description
py←⎕New Py.Py
py.Import'pandas'
DOMAIN ERROR: KeyError('call',)
py.Import'pandas'
When I try to import 'pandas' as above, I keep getting a DOMAIN ERROR.
pandas is installed and working fine, I've double-checked.
Other imports work fine -
np←py.Import'numpy'
np
<module 'numpy' from '/opt/A3/lib/python3.6/site-packages/numpy/init.py'>
plt←py.Import'matplotlib'
plt
<module 'matplotlib' from '/opt/A3/lib/python3.6/site-packages/matplotlib/init.py'>
Metadata
Metadata
Assignees
Labels
No labels