Fix: AttributeError: module ‘rest_framework.serializers’ has no attribute ‘NullBooleanField’

When you are using Django, recently you might be seeing the error ‘AttributeError: module ‘rest_framework.serializers’ has no attribute ‘NullBooleanField’. Below is the snippet for error: Issue is seen because of NullBooleanField has been depreciated from DRF (Django rest Framework) 3.14.0 version recently. To fix the error, downgrade or use the DRF (Djangorestframework) version 3.13.1 using …

Read More

Fix: Tensorflow 1 is unsupported in Colab Python

The Error “Tensorflow 1 is unsupported in Colab python”, is an error that is invoked when you are working on python and are trying to use tensorflow for your NLP projects. The error is usually seen when you are using google colab notebooks for your project. Given below is the snippet of the error you …

Read More

[Fix] zoneinfo._common.ZoneInfoNotFoundError: ‘No time zone found with key Asia/Hanoi’

The Error “zoneinfo._common.ZoneInfoNotFoundError: ‘No time zone found with key Asia/Hanoi’”, is an error that is seen when you are working on python and using the django 4 framework to rebuild your docker container. Given below is the snippet of the error you might get: The error, “zoneinfo._common.ZoneInfoNotFoundError: ‘No time zone found with key Asia/Hanoi’” is …

Read More

Fix: Tensorflow 1 is unsupported in Colab

The Error “Tensorflow 1 is unsupported in Colab”, is an error that is invoked when you are working on python and are trying to use tensorflow for your nlp projects. The error is usually seen when you are using google colab notebooks for your project. Given below is the snippet of the error you might …

Read More

[Fix] MacOs sed: illegal option — r Visual Studio Code Error

The Error “sed: illegal option — r”, is an error that is invoked when you are working on Visual Studio Code and have recently updated your Visual Studio Code application on your system. Given below is the snippet of the error you might get: This error “sed: illegal option — r” is seen because of …

Read More

[Fix] sed: illegal option — r

The Error “sed: illegal option — r”, is an error that is invoked when you are working on Visual Studio Code and have recently updated your Visual Studio Code application on your system. Given below is the snippet of the error you might get: This error “sed: illegal option — r” is seen because of …

Read More

ValueError: Tensorflow 1 is unsupported in Colab

The Error “ValueError: Tensorflow 1 is unsupported in Colab”, is an error that is invoked when you are working on python and are trying to use tensorflow for your nlp projects. The error is usually seen when you are using google colab notebooks for your project. Given below is the snippet of the error you …

Read More