-
Notifications
You must be signed in to change notification settings - Fork 100
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
Installing and working with anaconda #12
Comments
Thanks for the report! I'm not familiar with anaconda? conda? miniconda? Sounds like I need to give it a try sometime and then add some guidance to the README. I'll leave this issue open for now, so other anaconda users might find it. |
@lohithn4 What OS is this and what version of anaconda? I have a fresh install of anaconda2 5.2.0 on macOS here and don't experience this issue. libgcc seems to be shipped with anaconda. Anaconda seems to use strange build settings in general, at least on macOS, so I wouldn't be surprised if there is something here I need to fix. See #22 for some related details. |
Closing for lack of current information. Everything looks good to me here, but if anyone has more info, please reopen. |
Hey @lohithn4, thank you for your report. It helps me a lot! |
@thesunkid19 Thanks for confirming that there's still an issue here. How did you install Conda? I thought Anaconda already came with libgcc, but maybe Miniconda doesn't? If that's the issue, I will add a note to the README about it. |
I finally added a note to the README about this |
Hi,
please add the following code for python-anaconda part, otherwise it results in errors while importing pdftotext in jupyter notebook
conda install libgcc
Thanks for yours library, it works very good and does the job perfectly.
The text was updated successfully, but these errors were encountered: