You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
try:
import pyspark
print("PySpark đã được cài đặt.")
except ImportError:
print("PySpark chưa được cài đặt.")
Traceback
Traceback (most recent call last):
File "C:\ProgramData\anaconda3\Lib\site-packages\spyder\plugins\application\container.py", line 330, in _check_updates_readyself.application_update_status.start_installation(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^AttributeError: 'NoneType' object has no attribute 'start_installation'
Description
What steps will reproduce the problem?
try:
import pyspark
print("PySpark đã được cài đặt.")
except ImportError:
print("PySpark chưa được cài đặt.")
Traceback
Versions
Dependencies
Environment
Environment
The text was updated successfully, but these errors were encountered: