}

Solved_errors Index Page 11

Truffle: fsevents is not a constructor Error

truffle 3.3.0 serve returns the error TypeError: fsevents is not a constructor

No module named shutil_get_terminal_size

While using Jupyter I got the following stack trace when calling ipykernel: ImportError: No module named shutil_get_terminal_size

Jupyter: Slow Tab Completion on Large Objects

Using ipython6 with Jupyter notebook, you see much longer delays for tab-completion on large variables (arrays ~1GB in size in memory) which don't occur with previus version.

zope.interface error

zope.interface error: ImportError: No module named interface

zope.interface error

zope.interface error: ImportError: No module named interface

Ansible: group_vars Overwritten on Same Host

With ansible 1.6.1 using Mac OSX group_vars are overwritten by another group when sharing the same host.

Ansible: EC2 inventory script (ec2.py) returns: Forbidden

Running ec2.py/ec2.ini "out of the box" will raise "Forbidden". but setting elasticache = False and rds=False can solve this issue. Learn more here.

Ansible: EC2 inventory script (ec2.py) returns: Forbidden

Running ec2.py/ec2.ini "out of the box" will raise "Forbidden". but setting elasticache = False and rds=False can solve this issue. Learn more here.

Pandas read_csv CParserError: Tokenizing Data

See how to solve the error on Python Pandas: read_csv C-engine CParserError: Error tokenizing data.

Tensorflow: tensorboard command AttributeError logdir

tensorboard raises AttributeError: 'NoneType' object has no attribute 'logdir', solution is to update or use the --logdir parameter.