Solved errors
Direct solutions to common programming errors and system issues.
Page 14 of 17
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.
Tensorflow: rnn_cell has no BasicLSTMCell
BasicLSTMCell: AttributeError: 'module' object has no attribute 'BasicLSTMCell'.
TensorFlow: tf.one_hot CUDA_ERROR_ILLEGAL_ADDRESS
Tensorflow error when using CUDA on windows: Error polling for event status: failed to query event: CUDA_ERROR_ILLEGAL_ADDRESS Kernel died. First try to upgrade to the latest version of tensorflow or check here how to monkeypatch the library using python.
TensorFlow: libcudnn.so.5 Not Found Error
Solution to the error "ImportError: libcudnn.so.5: cannot open shared object file: No such file or directory" on linux -> sudo ldconfig /usr/local/cuda/lib64. Check here for more details and more information.
TensorFlow: No Such Package local_config_cuda
if when you compile tensorflow you get the error "no such package '@local_config_cuda//cuda'" downgrade bazel to 0.5.2. Check here the steps to fix this error.
Ansible: Failed to Transfer File to tmp
When running ansible the following error is raised: failed to transfer file to ~/.ansible/tmp/ansible-tmp-1487178101.89-244463273612786/setup.py: [Errno 2] No such file or directory: '~/.ansible/tmp/ansible-tmp-1487178101.89-244463273612786/setup.py
Ansible: Failed to Transfer File to tmp
When running ansible the following error is raised: failed to transfer file to ~/.ansible/tmp/ansible-tmp-1487178101.89-244463273612786/setup.py: [Errno 2] No such file or directory: '~/.ansible/tmp/ansible-tmp-1487178101.89-244463273612786/setup.py
Fix zd1211 Firmware Error -2 on Raspberry Pi
When plugging the TP-link TL-WN422G the following error is shown on dmesg Could not load firmware file zd1211/zd1211b_ub. Error number -2
VirtualBox: ath9k_htc Failed to Initialize
Virtual Guest return the error ath9k_htc: Target is unresponsive on dmesg log, this article explains how to solve it.