ContinuumIO / anaconda-issues

Anaconda issue tracking
648 stars 223 forks source link

DLL Load error when import from stats.py #204

Open pybokeh opened 9 years ago

pybokeh commented 9 years ago

I am running an IPython notebook server and trying to plot a kde plot: http://nbviewer.ipython.org/gist/pybokeh/b01e4b339cd11412f9e5

conda list output: beautiful-soup 4.3.2 py34_0 beautifulsoup4 4.3.2 brewer2mpl 1.4.1 dateutil 2.1 py34_2 ggplot 0.6.5 ipython 2.3.1 py34_0 jinja2 2.7.3 py34_1 lxml 3.4.0 py34_0 markupsafe 0.23 py34_0 matplotlib 1.4.2 np19py34_0 numexpr 2.3.1 np19py34_0 numpy 1.9.1 py34_0 pandas 0.15.1 np19py34_0 patsy 0.3.0 np19py34_0 pip 1.5.6 py34_0 pycrypto 2.6.1 py34_2 pygments 2.0.1 py34_0 pyodbc 3.0.7 py34_0 pyparsing 2.0.1 py34_0 pyqt 4.10.4 py34_0 pyreadline 2.0 py34_0 python 3.4.2 0 python-dateutil 2.1 pytz 2014.9 py34_0 pywin32 219 py34_0 pyzmq 14.4.1 py34_0 requests 2.4.3 py34_0 scipy 0.14.0 np19py34_0 seaborn 0.4.0 setuptools 7.0 py34_0 six 1.8.0 py34_0 statsmodels 0.6.0 np19py34_0 tornado 4.0.2 py34_0 xlrd 0.9.3 py34_0

conda info -all output: Current conda install:

         platform : win-32
    conda version : 3.7.0

conda-build version : not installed python version : 3.4.1.final.0 requests version : 2.4.1 root environment : D:\Miniconda3 (writable) default environment : D:\Miniconda3\envs\notebook envs directories : D:\Miniconda3\envs package cache : D:\Miniconda3\pkgs channel URLs : http://repo.continuum.io/pkgs/free/win-32/ http://repo.continuum.io/pkgs/pro/win-32/ config file : D:\Miniconda3.condarc is foreign system : False

conda environments: bottle D:\Miniconda3\envs\bottle notebook * D:\Miniconda3\envs\notebook root D:\Miniconda3

sys.version: 3.4.1 |Continuum Analytics, Inc.| (defau... sys.prefix: D:\Miniconda3 sys.executable: D:\Miniconda3\python.exe conda location: D:\Miniconda3\lib\site-packages\conda conda-build: None user site dirs:

CIO_TEST: CONDA_DEFAULT_ENV: notebook CONDA_ENVS_PATH: PATH: D:\Miniconda3\envs\notebook;D:\Miniconda3\envs\notebook\Scripts;D:\Miniconda3;D:\Miniconda3\Scripts;C:\Users\user\AppData\Local\Pandoc\;C:\Users\yomama\AppData\Local\Pandoc; PYTHONHOME: PYTHONPATH: d:\webapps_server;D:_dev\webapps\denso\let;

WARNING: could not import _license.show_info try: $ conda install -n root _license

I am on Windows 7 64-bit machine, but installed miniconda3 32-bit installer because I need to work with a database that is 32-bit architecture.

asmeurer commented 9 years ago

Try conda install -f scipy.

pybokeh commented 9 years ago

Sorry that did not work.

asmeurer commented 9 years ago

See https://groups.google.com/a/continuum.io/d/msg/anaconda/j7ewO8ODZ_U/etq-mBwD8QQJ

pybokeh commented 9 years ago

Yes I posted there :-) But no one has provided what the actual fix is.

pybokeh commented 9 years ago

I can't reach dependencywalker from my company's firewall. Is there another way I can go about resolving this?

pybokeh commented 9 years ago

OK I found a workaround. I downloaded scipy 0.15.0b1 from "Unofficial Windows Binaries for Python". Then with my environment activated, I installed the exe file using easy_install at the DOS console: easy_install path_to_exe_file