-
-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FileNotFoundError: While running giveme5w1h-rest example. #30
Comments
To Reproduce :
copy the example code from README file of the reposetory under the title "Use within your own code (as a library)"
input data such as text, date_publish were taken from Now run the python file containing the above code (I used jupyter notebook) ERROR:
OS : MacOs 10.14: |
I was able to run the code by copping the caches folder from the repository Giveme5W1H/examples to my local package folder. I also changed the name of the file inside the caches folder by removing the first "_" character. |
I had the same issue and fixed it the same way you did. |
it seems that when using anaconda or jupyter notebook there are issue with file access (also see #29 ) |
If wget is not pre installed in macOS it cause problem while installing. |
no, the issue at hand is that Giveme5W1H is about to create the file |
@abhimanyuNitSri how exactly did you install Giveme5W1H? |
If someone have attempted installing before and failed then this might not work as few files are created while installing and are not removed when uninstalling Giveme5W1H. And those previously create file create problem while reinstalling So for that problem user have to manual delete folders(which where created while initial installing process : "Giveme5W1H" and "giveme5w1h-1.0.13.dist-info") from there /usr/local/lib/python3.6/site-packages/ and then repeat the above steps. |
|
I had the same problem, installing via pypi. Copying in the |
which operating system are you using. |
I'm using macOS 10.14.2. Python3 installed with pyenv. Giveme5W1H installed with PyPi. |
Same issue. Installed using |
Same issue here. Ubuntu16, python3.7. |
No description provided.
The text was updated successfully, but these errors were encountered: