Hello Johan, I had followed Adrian's suggestion, and used the conda package mangager....conda install pandasql.
What type of error message are you getting? On Thu, May 28, 2015 at 3:51 PM, Johan Garzón <[email protected]> wrote: > Hi Vinit, I am having the same problem as you but can't manage to install > pandasql, I tried as suuggested by Adrian using Conda but I still get an > error, could you describe please how you imported pandasql using conda > packae manager? > > > On Saturday, March 21, 2015 at 9:17:11 PM UTC+1, Vinit Krishna wrote: >> >> Thank you very much! I no longer get the error message when I import >> sqldf from pandasql. >> >> On Friday, March 20, 2015 at 8:41:38 PM UTC-4, Adrian Klaver wrote: >>> >>> On 03/20/2015 05:15 PM, Vinit Krishna wrote: >>> > Thanks for your reply. >>> > >>> > My OS is Windows 8.1 64-bit. Spyder was installed as part of the >>> > Anaconda package (Python 2.7.8 |Anaconda 2.1.0 (64-bit). I haven't >>> > manually installed Python packages. Instead, I've been using >>> > pre-installed packages but when i attempt to import pandasql, i get >>> this >>> > message: >>> > >>> > import pandas as pd >>> > >>> > from pandasql import sqldf >>> > >>> > Traceback (most recent call last): >>> > >>> > File "<ipython-input-5-740f6f3989c2>", line 1, in <module> >>> > from pandasql import sqldf >>> > >>> > ImportError: No module named pandasql >>> > >>> > >>> >>> Seems pandasql is in the Anaconda repos: >>> >>> http://repo.continuum.io/pkgs/free/win-64/index.html >>> >>> So you will need to use the conda package manager to install it. >>> >>> -- >>> Adrian Klaver >>> [email protected] >>> >> -- > You received this message because you are subscribed to a topic in the > Google Groups "spyder" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/spyderlib/2Mo_MZlW2PU/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/spyderlib. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
