-
Notifications
You must be signed in to change notification settings - Fork 40
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
logical_file.data_format_specs() throwing AttributeError 'dlisio.core.lis_stream' object has no attribute 'read_records' #401
Comments
I'm unable to reproduce this. Can you provide a minimal code example + a full stack trace |
Hi @ErlendHaa, The exception is throwing at this line
|
Hi, I still can't reproduce. I'm unsure why it can't find dlisio/python/dlisio/ext/lis.cpp Line 668 in 48e3ef7
Do you install dlisio trough pip? If so, have you tried installing a fresh instance in an isolated env? |
I would think so, yes. Try re-installing, maybe in a virtual env. I'm also curious about the |
Hi @ErlendHaa, I created a virtual environment and it worked as expected. Below are the steps i followed. Now have to figure out what is wrong with my environment.. :-( I did not checkout any old version nor fork.
|
Great! |
Hi,
I upgraded the dlisio from version 0.3.4 to 0.3.5. Now I get error while calling "logical_file.data_format_specs()".
It says
AttributeError("'dlisio.core.lis_stream' object has no attribute 'read_records'")
It was working fine with version 0.3.4.
Any help is highly appreciated.
Thanks
Achyuth
The text was updated successfully, but these errors were encountered: