您的邮件已收到,我会尽快处理!
This is an automatic reply, confirming that your email was received. I will reply as soon as possible. Thank you!
Traceback (most recent call last):
File "/home/mukesh/CALYPSO_x64_python3/CALYPSO_ANALYSIS_KIT/cak.py", line 2148, in <module>
run()
File "/home/mukesh/CALYPSO_x64_python3/CALYPSO_ANALYSIS_KIT/cak.py", line 1887, in run
convexhull_data = pd.read_csv('./convexhull.csv', header=0, sep=r',')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/mukesh/python3.11.3/lib/python3.11/site-packages/pandas/io/parsers/readers.py", line 1026, in read_csv
return _read(filepath_or_buffer, kwds)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/mukesh/python3.11.3/lib/python3.11/site-packages/pandas/io/parsers/readers.py", line 620, in _read
parser = TextFileReader(filepath_or_buffer, **kwds)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/mukesh/python3.11.3/lib/python3.11/site-packages/pandas/io/parsers/readers.py", line 1620, in __init__
self._engine = self._make_engine(f, self.engine)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/mukesh/python3.11.3/lib/python3.11/site-packages/pandas/io/parsers/readers.py", line 1880, in _make_engine
self.handles = get_handle(
^^^^^^^^^^^
File "/home/mukesh/python3.11.3/lib/python3.11/site-packages/pandas/io/common.py", line 873, in get_handle
handle = open(
^^^^^
FileNotFoundError: [Errno 2] No such file or directory: './convexhull.csv'