Firstly installed Nautilus Trader and try to run quickstart.ipynb with problem #2464
Unanswered
webspiderc
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
(nautilus) nautilus_trader % pip list installed |grep nautilus
nautilus-ibapi 10.30.1
nautilus_trader 1.213.0
(nautilus) nautilus_trader % pip list installed |grep python
ipython 8.30.0
Python 3.12.9
Under Anaconda
I got the following output:
zsh:1: command not found: apt-get
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 2502 100 2502 0 0 13122 0 --:--:-- --:--:-- --:--:-- 13168
/opt/anaconda3/envs/nautilus/lib/python3.12/site-packages/nautilus_trader/persistence/loaders.py:63: UserWarning: Could not infer format, so each element will be parsed individually, falling back to
dateutil
. To ensure parsing is consistent and as-expected, please specify a format.df = pd.read_csv(
bid_price ask_price size
20200101 170000065
2020-01-01 17:00:10.447 1.12120 1.12192 0
2020-01-01 17:00:10.498 1.12117 1.12161 0
2020-01-01 17:00:12.579 1.12120 1.12161 0
2020-01-01 17:00:12.630 1.12120 1.12172 0
2020-01-01 17:00:12.839 1.12120 1.12171 0
... ... ... ...
2020-01-31 16:59:53.963 1.10945 1.10961 0
2020-01-31 16:59:54.064 1.10945 1.10957 0
2020-01-31 16:59:54.711 1.10945 1.10960 0
2020-01-31 16:59:55.922 1.10945 1.10952 0
2020-01-31 16:59:56.198 1.10944 1.10952 0
[1637768 rows x 3 columns]
Preparing ticks...
Writing data to catalog...
Done
However when I run the BacktestNode
2025-03-22T12:27:29.833021000Z [ERROR] BACKTESTER-001.BacktestNode: Error running backtest: Parquet error: Parquet error: Invalid Parquet file. Corrupt footer
Is there any one can help to fix ?
Thx in advance
Beta Was this translation helpful? Give feedback.
All reactions