Importing multiprocessing module

getting error :multiprocessing has no attribute when calling the function cpu_count()?

multiprocessing.cpu_count()

Try this line . Also make sure you are using python 3.5

I tried this line but did not worked, got same error .
and I am using python 3.8.1