scholarly icon indicating copy to clipboard operation
scholarly copied to clipboard

scholarly.search_pubs() doesnt work

Open p0syd0n opened this issue 1 year ago • 0 comments

Describe the bug The function just does not work. When I try to use it, I get: AttributeError: module 'scholarly' has no attribute 'get_pubs'

To Reproduce import scholarly

results = scholarly.get_pubs("machine learning") for item in results: print(item)

here is a completely clean repl that I made specifically to see if it was an issue with my device: https://replit.com/@posydon/test

Expected behavior I get the results.

Screenshots None required

Desktop (please complete the following information):

  • Proxy service: ???
  • python version: newest
  • OS: linux
  • Version a couple types, a replit one and a crostini container?

Do you plan on contributing? No

Additional context Add any other context about the problem here.

p0syd0n avatar Feb 28 '24 18:02 p0syd0n