Mahdisadjadi / arxivscraper

A python module to scrape arxiv.org for a date range and category

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError: No module named arxivscraper

matt-davis27 opened this issue · comments

I am unable to import arxivscraper when downloading using pip but can use the package just fine when downloading it as a zip and storing it in the current directory.

arxivscraper version 0.0.2
python 2.7.10
Command entered "import arxivscraper" from git READ.ME
Error message "ImportError: No module named arxivscraper"

@matt-davis27 Thanks for raising the issue. I can reproduce this and will fix this soon!

Same bug. ModuleNotFoundError: No module named 'arxivscraper'

@matt-davis27 , @davebulaval : Thank you for the feedback.

I updated the setup file which could not find the package properly. The bug should be fixed after the update. Could you try pip install -U arxivscraper to test it?

Works for me as well! Successfully installed arxivscraper-0.0.3
I will mark this thread as closed. Thanks @Mahdisadjadi

@davebulaval and @matt-davis27 : Awesome! Thanks for testing.