Skip to content

java.lang.AssertionError: PCode.co_name cannot be null! for pandas #167

@rahulmutt

Description

@rahulmutt

Trying out the examples from the pandas docs and noticed that the very first line doesn't work on graalpython (built from source):

$ graalpython -m ginstall install pandas
$ graalpython -c 'import pandas as pd; pd.read_csv("data/titanic.csv")'
An internal error occurred:
Traceback (most recent call last):
  "/Users/rahulmuttineni/Development/graalpython/graalpython/lib-python/3/traceback.py", line 120, in format_exception
  "/Users/rahulmuttineni/Development/graalpython/graalpython/lib-python/3/traceback.py", line 509, in __init__
java.lang.AssertionError: PCode.co_name cannot be null!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions