<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">The QGIS 3 readme has instructions about installing extra python modules.  Note that you use "pip3", not pip, to make sure you get the python 3 version.  Also, not mentioned in the readme - since you have Anaconda installed, even pip3 may install for Anaconda, so you may need to give the full path to pip3:<div class=""><br class=""></div><div class="">sudo /Library/Frameworks/Python.framework/Versions/3.6/bin/pip3 install pandas</div><div class=""><br class=""></div><div class=""><div><blockquote type="cite" class=""><div class="">On Aug 17, 2018, at 4:14 AM, Philip Hamoui <<a href="mailto:philippos86@gmail.com" class="">philippos86@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" style="font-family: Helvetica; font-size: 16px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">Sorry for being late in replying here.<br class=""><br class="">I already have tried installing QGIS 3, still the problem is there. <div class="">However, I simply copied pandas from anaconda path to QGIS package content, apparently I move a step forward, however, now I am getting the following error.</div><div class=""><br class=""></div><div class="">ImportError: Missing required dependencies ['numpy']<br class=""></div><div class=""><br class=""></div><div class="">When I try to import numpy independently, I get this:</div><div class=""><br class=""></div><div class=""><div class="">ImportError: </div><div class="">Importing the multiarray numpy extension module failed.  Most</div><div class="">likely you are trying to import a failed build of numpy.</div><div class="">If you're working with a numpy git repo, try `git clean -xdf` (removes all</div><div class="">files not under version control).  Otherwise reinstall numpy.</div></div><div class=""><br class=""></div><div class="">Sorry again for making this thread even longer, but I really need to figure this out and I feel it's doable. <br class="">If simply I could: </div><div class="">[1] use pip inside QGIS</div><div class="">or, [2] find a way to force QGIS to use my anaconda python</div><div class="">I think there would be no problem.</div><div class="">I have been surfing for 2 days so far and trying every possible way, but still nothing is working so far .. </div><br class=""><div class="gmail_quote"><div dir="ltr" class="">On Thu, 16 Aug 2018 at 11:25, William Kyngesburye <<a href="mailto:woklist@kyngchaos.com" class="">woklist@kyngchaos.com</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); padding-left: 1ex;"><div style="word-wrap: break-word;" class="">Well, it looks like pandas has some C code, it's not pure Python, so you would need Xcode tools installed to be able to install pandas.<div class=""><br class=""></div><div class="">Also note that QGIS 2.18 on Mac (my "official" build) uses the system Python 2.7.  It can NOT use any other Python, like Anaconda, since it is linked to the Python library.</div><div class=""><br class=""></div><div class="">MAYBE, if you install into Anaconda that is based on Python 2.7, you could then copy it into the user site-packages at /Library/Python/2.7/site-packages.  You'd have to make sure its dependencies are also installed (part of my QGIS stack includes numpy and pytz).</div><div class=""><br class=""></div><div class="">I suggest installing QGIS 3, which uses the<span class="Apple-converted-space"> </span><a href="http://python.org/" target="_blank" class="">python.org</a><span class="Apple-converted-space"> </span>Python 3.6 (again, NOT Anaconda or other python), which has a prebuilt wheel for pandas that can be installed with pip3, no Xcode needed.<br class=""><div class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On Aug 15, 2018, at 8:29 AM, Philip Hamoui <<a href="mailto:philippos86@gmail.com" target="_blank" class="">philippos86@gmail.com</a>> wrote:</div><br class="m_-5660246608767691857Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hello everyone, <div class=""><br class=""></div><div class="">This is my first time using this service, and not quite sure how to use it.</div><div class=""><br class=""></div><div class="">This is my question:</div><div class=""><br class=""></div><div class=""><div class="m_-5660246608767691857gmail-gs" style="margin: 0px; padding: 0px 0px 20px; width: 741.847px; font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif; font-size: inherit;"><div class="m_-5660246608767691857gmail-"><div id="m_-5660246608767691857gmail-:1ry" class="m_-5660246608767691857gmail-ii m_-5660246608767691857gmail-gt" style="font-size: 12.8px; direction: ltr; margin: 8px 0px 0px; padding: 0px;"><div id="m_-5660246608767691857gmail-:1rx" class="m_-5660246608767691857gmail-a3s m_-5660246608767691857gmail-aXjCH" style="overflow: hidden; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: small; line-height: 1.5; font-family: Arial, Helvetica, sans-serif;"><div dir="ltr" class=""><p style="box-sizing: border-box; margin-bottom: 16px; color: rgb(36, 41, 46); font-family: -apple-system, system-ui, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 14px; margin-top: 0px;" class="">I'm on MAC, and I want to import pandas into my QGIS V2.18.</p><p style="box-sizing: border-box; margin-bottom: 16px; color: rgb(36, 41, 46); font-family: -apple-system, system-ui, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 14px; margin-top: 0px;" class="">I have tried following the steps of this answer on <a href="https://stackoverflow.com/questions/31532501/how-to-install-pandas-library-in-qgis-python/31533128#31533128" rel="nofollow" target="_blank" style="background-color: transparent; color: rgb(3, 102, 214); box-sizing: border-box;" class="">StackOverflow</a> and raised an issue <a href="https://github.com/pandas-dev/pandas/issues/22340#issuecomment-412953428" target="_blank" class="">GitHub</a>. </p><p style="box-sizing: border-box; margin-top: 0px; margin-bottom: 16px; color: rgb(36, 41, 46); font-family: -apple-system, system-ui, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 14px;" class="">Uninstalled and reinstalled pandas using pip, and confirm its added to the PATH, still not working.</p><div style="box-sizing: border-box; margin-top: 0px; color: rgb(36, 41, 46); font-family: -apple-system, system-ui, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 14px; margin-bottom: 0px;" class="">How can I add pandas to my QGIS?</div><div style="box-sizing: border-box; margin-top: 0px; color: rgb(36, 41, 46); font-family: -apple-system, system-ui, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 14px; margin-bottom: 0px;" class=""><br class=""></div><div style="box-sizing: border-box; margin-top: 0px; color: rgb(36, 41, 46); font-family: -apple-system, system-ui, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 14px; margin-bottom: 0px;" class=""><br class=""></div><div style="box-sizing: border-box; margin-top: 0px; color: rgb(36, 41, 46); font-family: -apple-system, system-ui, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 14px; margin-bottom: 0px;" class="">Philip</div></div></div></div></div></div></div><div class="">-- </div></div>_______________________________________________<br class="">Qgis-user mailing list<br class=""><a href="mailto:Qgis-user@lists.osgeo.org" target="_blank" class="">Qgis-user@lists.osgeo.org</a><br class="">List info:<span class="Apple-converted-space"> </span><a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank" class="">https://lists.osgeo.org/mailman/listinfo/qgis-user</a><br class="">Unsubscribe:<span class="Apple-converted-space"> </span><a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank" class="">https://lists.osgeo.org/mailman/listinfo/qgis-user</a></div></blockquote></div><br class=""><div class=""><span class="m_-5660246608767691857Apple-style-span" style="border-collapse: separate; border-spacing: 0px; font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><span class="m_-5660246608767691857Apple-style-span" style="border-collapse: separate; border-spacing: 0px; font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div class="">-----</div><div class="">William Kyngesburye <kyngchaos*at*kyngchaos*dot*com></div><div class=""><a href="http://www.kyngchaos.com/" target="_blank" class="">http://www.kyngchaos.com/</a></div><div class=""><br class=""></div><div class="">"Mon Dieu! but they are all alike.  Cheating, murdering, lying, fighting, and all for things that the beasts of the jungle would not deign to possess - money to purchase the effeminate pleasures of weaklings.  And yet withal bound down by silly customs that make them slaves to their unhappy lot while firm in the belief that they be the lords of creation enjoying the only real pleasures of existence....</div><div class=""><br class=""></div><div class="">- the wisdom of Tarzan</div><br class="m_-5660246608767691857Apple-interchange-newline"></span></span></div><br class=""></div></div></div></blockquote></div><br clear="all" class=""><div class=""><br class=""></div>-- </div></div></blockquote></div><br class=""><div class="">
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div class="">-----</div><div class="">William Kyngesburye <kyngchaos*at*kyngchaos*dot*com></div><div class=""><a href="http://www.kyngchaos.com/" class="">http://www.kyngchaos.com/</a></div><div class=""><br class=""></div><div class="">Theory of the Universe</div><div class=""><br class=""></div><div class="">There is a theory which states that if ever anyone discovers exactly what the universe is for and why it is here, it will instantly disappear and be replaced by something even more bizarrely inexplicable.  There is another theory which states that this has already happened.</div><div class=""><br class=""></div><div class="">-Hitchhiker's Guide to the Galaxy 2nd season intro</div><br class="Apple-interchange-newline"></span></span>
</div>

<br class=""></div></body></html>