I installed doi2bib with pip in Ubuntu 24.04. It fails to run with the following error.
doi2bib
Traceback (most recent call last):
File "/home/archisman/.local/bin/doi2bib", line 72, in <module>
main()
File "/home/archisman/.local/bin/doi2bib", line 55, in main
dois = args[0].input.read()
^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'read'
I installed doi2bib with pip in Ubuntu 24.04. It fails to run with the following error.