سیستم عاملمم آبونتو ۱۶.۰۴ است . نسخه پایتونم ۳.۶ است و با دستور
pip3 install pandas
این جواب رو گرفتم:
Collecting pandas
Using cached pandas-0.22.0-cp35-cp35m-manylinux1_x86_64.whl
Requirement already satisfied: python-dateutil>=2 in /usr/local/lib/python3.5/dist-packages (from pandas)
Requirement already satisfied: pytz>=2011k in /usr/local/lib/python3.5/dist-packages (from pandas)
Requirement already satisfied: numpy>=1.9.0 in /usr/local/lib/python3.5/dist-packages (from pandas)
Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.5/dist-packages (from python-dateutil>=2->pandas)
Installing collected packages: pandas
ولی برنامه main رو توی پایتورچ اجرا می کنم این جواب می گیرم:
/home/farzaneh/anaconda3/envs/pytorch_tensorflow/bin/python3.6 "/media/farzaneh/7404A025049FE7FE/PHD/shufflenet code/ShuffleNet-tensorflow-master/tiny_imagenet/move_data.py"
Traceback (most recent call last):
File "/media/farzaneh/7404A025049FE7FE/PHD/shufflenet code/ShuffleNet-tensorflow-master/tiny_imagenet/move_data.py", line 36, in <module>
val_data = pd.read_csv(annotations_file, sep='\t', header=None)
File "/home/farzaneh/anaconda3/envs/pytorch_tensorflow/lib/python3.6/site-packages/pandas/io/parsers.py", line 655, in parser_f
return _read(filepath_or_buffer, kwds)
File "/home/farzaneh/anaconda3/envs/pytorch_tensorflow/lib/python3.6/site-packages/pandas/io/parsers.py", line 405, in _read
parser = TextFileReader(filepath_or_buffer, **kwds)
File "/home/farzaneh/anaconda3/envs/pytorch_tensorflow/lib/python3.6/site-packages/pandas/io/parsers.py", line 764, in __init__
self._make_engine(self.engine)
File "/home/farzaneh/anaconda3/envs/pytorch_tensorflow/lib/python3.6/site-packages/pandas/io/parsers.py", line 985, in _make_engine
self._engine = CParserWrapper(self.f, **self.options)
File "/home/farzaneh/anaconda3/envs/pytorch_tensorflow/lib/python3.6/site-packages/pandas/io/parsers.py", line 1605, in __init__
self._reader = parsers.TextReader(src, **kwds)
File "pandas/_libs/parsers.pyx", line 394, in pandas._libs.parsers.TextReader.__cinit__ (pandas/_libs/parsers.c:4209)
File "pandas/_libs/parsers.pyx", line 710, in pandas._libs.parsers.TextReader._setup_parser_source (pandas/_libs/parsers.c:8873)
FileNotFoundError: File b'/home/ubuntu/data/tiny-imagenet-200/val/val_annotations.txt' does not exist
Process finished with exit code 1