facebook_page_scraper icon indicating copy to clipboard operation
facebook_page_scraper copied to clipboard

README.MD FileNotFound on install

Open RedBeardCleric opened this issue 3 years ago • 2 comments

When installing 0.1.8 either through pip3 or setup.py it fails with a FileNotFound on "README.MD"

Workaround - rename README.md to README.MD.

RedBeardCleric avatar Jul 01 '21 08:07 RedBeardCleric

Probably the error might be in setup.py with this line with open("README.MD","r") as file: but I already have put the file name as README.MD , if you could paste the error message for better elaboration?. Thanks

shaikhsajid1111 avatar Jul 01 '21 09:07 shaikhsajid1111

$ python3 setup.py install Traceback (most recent call last): File "setup.py", line 3, in with open("README.MD","r") as file: FileNotFoundError: [Errno 2] No such file or directory: 'README.MD'

But there is a file at that point in the point tree called README.md (which I renamed to resolve the error)

RedBeardCleric avatar Jul 01 '21 10:07 RedBeardCleric