Experiencing "module 'stardust' has no attribute 'StardustPysparkHelper'" Error
isacmlee opened this issue · 1 comments
isacmlee commented
Hi,
I'm currently experiencing this error when attempting to parse telescope flowtupe avro data:
(stardust) limbo@bhuffake:~$ python pyspark-example.py
Traceback (most recent call last):
File "pyspark-example.py", line 4, in <module>
sd = stardust.StardustPysparkHelper("telescope-ucsdnt-avro-flowtuple-v4-2021",
AttributeError: module 'stardust' has no attribute 'StardustPysparkHelper'
I have installed both pywandio and cython dependencies, and have done the "make && make install" commands as well.
isacmlee commented
Submitted to incorrect repository.