Skip to content

README.md / getting started hiccups #1

@tuckerbalch

Description

@tuckerbalch

Great product Dave. Thanks for contributing it. Some notes on unboxing:

pip install -r requirements.txt

Fails for me:

Collecting numpy==2.2.3 (from -r requirements.txt (line 12))
Using cached numpy-2.2.3-cp312-cp312-macosx_14_0_arm64.whl.metadata (62 kB)
ERROR: Ignored the following versions that require a different python version: 1.21.2 Requires-Python >=3.7,<3.11; 1.21.3 Requires-Python >=3.7,<3.11; 1.21.4 Requires-Python >=3.7,<3.11; 1.21.5 Requires-Python >=3.7,<3.11; 1.21.6 Requires-Python >=3.7,<3.11
ERROR: Could not find a version that satisfies the requirement nvidia-cublas-cu12==12.4.5.8 (from versions: 0.0.1.dev5)
ERROR: No matching distribution found for nvidia-cublas-cu12==12.4.5.8

Subsequently running the simulator dies because some of the modules were not installed. Installing numpy and torch got me further.

python run_exp --exp rl

Fails. Should be "run_exp.py"

python run_exp.py --exp background

Dies with:

Starting simulation: model n/a on 2019-12-30, trip 0, mode simulate.
Could not find requested data file: ./data/lobster/AAPL_2019-12-30_*_message_0.csv

Suggest to put one of the "synthetic" files there that you can distribute freely.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions