microsoft / CyberBattleSim

An experimentation and research platform to investigate the interaction of automated agents in an abstract simulated network environments.
MIT License
1.65k stars 257 forks source link

requirements.dev.txt #3

Closed kevthehermit closed 3 years ago

kevthehermit commented 3 years ago

The requirements.dev.txt has the wrong format for pip install

https://github.com/microsoft/CyberBattleSim/blob/3f8380f9cbc461d48032d7d810f482edc02e4626/requirements.dev.txt#L9

which causes

  File "/usr/local/lib/python3.8/dist-packages/pip/_vendor/pkg_resources/__init__.py", line 3103, in __init__
    raise RequirementParseError(str(e))
pip._vendor.pkg_resources.RequirementParseError: Parse error at "'(===1.5.'": Expected stringEnd
Installing collected packages: psutil, numpy-stubs, loonshot-sim, data-science-types, asciichartpy, asciichart
    Running setup.py install for psutil ... error
    ERROR: Command errored out with exit status 1:

I think this should be torch==1.5.1

blumu commented 3 years ago

Thanks for reporting. Fixed by #5