Skip to content Skip to sidebar Skip to footer
Showing posts with the label Anaconda

Module 'numba.findlib' Has No Attribute 'get_lib_dir'

I'm trying to learn how to use pyculib and got AttributeError: module 'numba.findlib' h… Read more Module 'numba.findlib' Has No Attribute 'get_lib_dir'

Importerror: Cannot Import Name '_imagingtk'

I am using Anaconda with python 3.4 and I am not able to get all the pillow packages I need I am af… Read more Importerror: Cannot Import Name '_imagingtk'

Prevent Conda From Automatically Downgrading Python Package

I had problems with pandas-datareader package v0.81. To fix my problem, I had to upgrade the packag… Read more Prevent Conda From Automatically Downgrading Python Package

Python: Can't Connect To Https Url Because The Ssl Module Is Not Available

I'm trying to connect to Stripe to setup payments. I have it working on my dev machine, but whe… Read more Python: Can't Connect To Https Url Because The Ssl Module Is Not Available

Installing Python Environment (windows 10)

Some years ago I installed Python 2 from the installers in their homepage. Later I needed to use Py… Read more Installing Python Environment (windows 10)

Building Minimal Cython File With Python 3.3 (anaconda) Under Windows 7

When I try to build a minimal Cython file test.pyx with Python 3.3 (Anaconda 3) under windows 7, I … Read more Building Minimal Cython File With Python 3.3 (anaconda) Under Windows 7

Missing Module Links In Python Using Help()

I am using IntelliJ 2016.1. I am taking a Udemy course for Python. In one of the courses, we are ca… Read more Missing Module Links In Python Using Help()

Deactivate Conflict In Virtualenvwapper And Anaconda

I'm using virtualenv to switch my python dev env. But when I run workon my_env, I meet such err… Read more Deactivate Conflict In Virtualenvwapper And Anaconda