Skip to main content

All Questions

Filter by
Sorted by
Tagged with
1 vote
0 answers
396 views

How to import ROOT in PyCharm. Adding .pyc module to pycharm

I have a problem with importing root into PyCharm IDE (2017.3.1). I have anaconda distribution of python as default, and ROOT is connected to it: Python 2.7.14 |Anaconda custom (64-bit)| (default, ...
balbok's user avatar
  • 416
1 vote
2 answers
399 views

Is it necessary that default python should be python3.6 to download anaconda for python3.6?

I have installed python 3.6 but python 2.7.13 is default also I have anaconda for python 2.7.13. But I want anaconda for python 3.6 which is not default can I download it directly?
gkumar's user avatar
  • 103
1 vote
0 answers
424 views

Spyder crashes in Anaconda 4.4.0 on Ubuntu 16.04

I am installing Python 2 via Anaconda 4.4.0 on Ubuntu 16.04 and I am trying to use spyder as my IDE. When I first load spyder, I get the following error: Traceback (most recent call last): File "/...
grover's user avatar
  • 977
1 vote
1 answer
3k views

OSError: [Errno 40] Too many levels of symbolic links: '/home/ahmed/.virtualenvs/cv/bin/python'

l'm under ubuntu 16.04. l have installed opencv for python 3 (3.6 and 3.5). Now , l need also to install it for python2.7. To do so, l've followed the following link : http://www.pyimagesearch.com/...
vincent75's user avatar
  • 473
4 votes
1 answer
13k views

"Fontconfig error: Cannot load default config file" on Ubuntu 16.04

I'm using python 2.7 on Anaconda, on Ubuntu 16.04, installed in a virtual machine with VMware Player on Windows 10. When running the following code, I get the following error: >>> import ...
Rafael Caro's user avatar
1 vote
3 answers
211 views

How can I manage mutiple python in Ubuntu16.04?

  In my Ubuntu16.04, there are python 2 and python 3 default. In addition, i have installed anaconda too. I am sucked by the 'python' cmd. Every time i use pip or pip3 install, I don't know ...
kitian's user avatar
  • 91
0 votes
1 answer
316 views

How to add theano to anaconda python v2.7 on ubuntu 16.04?

I'm want to install theano into the anaconda package for python v2.7 on ubuntu 16.04. I already installed anaconda to the folder /opt/anaconda. Can some please guide me on how to install Theano ...
crazymav's user avatar
3 votes
0 answers
704 views

import packages error "Error in `python': free(): invalid pointer:" in Python 2.7 Anaconda 4

I was using ubuntu 15 and it crashed. So I decided to take this opportunity to install the latest ubuntu 16. I installed python 2.7 Anaconda 4, and in my .bashrc, I added my source code path in export ...
Michael's user avatar
  • 1,418