Python Forum
can not import anaconda pandas module. PySpark pandas module is imported!!
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
can not import anaconda pandas module. PySpark pandas module is imported!!
#1
My visual Studio Code is integrated with apache spark module. So pyspark module is imported with python codes. But I try to import anaconda pandas and it brings the error

Error:
File "/home/joseph/VSCode_Workspace/deep-learn-python/com/aaa/dl/mysql_feat.py", line 5, in <module> import pandas as pd File "/home/joseph/spark/python/pyspark/pandas/__init__.py", line 29, in <module> from pyspark.pandas.missing.general_functions import MissingPandasLikeGeneralFunctions File "/home/joseph/spark/python/pyspark/pandas/__init__.py", line 34, in <module> require_minimum_pandas_version() File "/home/joseph/spark/python/pyspark/sql/pandas/utils.py", line 37, in require_minimum_pandas_version if LooseVersion(pandas.__version__) < LooseVersion(minimum_pandas_version): AttributeError: partially initialized module 'pandas' has no attribute '__version__' (most likely due to a circular import)
In the error message, the imported pandas module is pyspark.pandas because the default pandas is pyspark.pandas. Kindly inform me how to import anaconda pandas module.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  game sounds module Pedroski55 5 29 2 hours ago
Last Post: Pedroski55
  module not found error Pedroski55 15 178 Jun-10-2026, 05:41 PM
Last Post: noisefloor
Question [SOLVED] Recommended way to upgrade module? Winfried 3 66 Apr-19-2026, 11:57 AM
Last Post: noisefloor
  pandas values from prior row kevind0718 0 31 Apr-16-2026, 07:40 PM
Last Post: kevind0718
  Pylance: "... is not a known attribute of module ..." ? MvGulik 5 3,663 Jul-08-2025, 04:41 PM
Last Post: MvGulik
  Dynamic Module Import Error DaddyMAN 3 1,641 Jun-20-2025, 12:07 AM
Last Post: Pedroski55
  Using moviepy fails due to "ModuleNotFoundError: No module named 'pip._internal.utils sheepog 2 2,477 May-28-2025, 06:57 PM
Last Post: sheepog
  ModuleNotFoundError: No module named 'eyed3' Wimpy_Wellington 3 5,231 May-10-2025, 05:56 PM
Last Post: Wimpy_Wellington
Photo Converting Pandas DataFrame to a table of hourly blocks Abedin 1 1,455 Apr-24-2025, 01:05 PM
Last Post: snippsat
  ModuleNotFoundError: No module named 'tkcalendar', Thonny, Windows 10 Edward_ 4 6,422 Apr-06-2025, 07:56 PM
Last Post: Edward_

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020