Mahdisadjadi / arxivscraper

A python module to scrape arxiv.org for a date range and category
MIT License
282 stars 53 forks source link

ImportError: No module named arxivscraper #3

Closed matt-davis27 closed 5 years ago

matt-davis27 commented 6 years ago

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"

Mahdisadjadi commented 5 years ago

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

davebulaval commented 5 years ago

Same bug. ModuleNotFoundError: No module named 'arxivscraper'

Mahdisadjadi commented 5 years ago

@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?

davebulaval commented 5 years ago

@Mahdisadjadi work for me.

matt-davis27 commented 5 years ago

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

Mahdisadjadi commented 5 years ago

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