You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I get an error
Traceback (most recent call last):
File "/home/ralf/pycharm-projects/testStuff/gfs/gfs_http_download.py", line 18, in
fsss = pygrib.open(buffer_io)
File "src/pygrib/_pygrib.pyx", line 338, in pygrib._pygrib.open.cinit
io.UnsupportedOperation: fileno
Is there something I may have disregarded?
Thanks.
The text was updated successfully, but these errors were encountered:
According to the version 2.1.5 release
reading BufferedReader objects is supposed to work now. I got version 2.1.6, though, and I reckoned that the following code should work then as well:
However, I get an error
Traceback (most recent call last):
File "/home/ralf/pycharm-projects/testStuff/gfs/gfs_http_download.py", line 18, in
fsss = pygrib.open(buffer_io)
File "src/pygrib/_pygrib.pyx", line 338, in pygrib._pygrib.open.cinit
io.UnsupportedOperation: fileno
Is there something I may have disregarded?
Thanks.
The text was updated successfully, but these errors were encountered: