redcanaryco / surveyor

A cross-platform baselining, threat hunting, and attack surface analysis tool for security teams.
MIT License
170 stars 59 forks source link

[BUG] Setup Fails on Fresh Install #40

Closed radioboyQ closed 3 years ago

radioboyQ commented 3 years ago

Describe the bug setup.py was failing because of an error with for file in os.scandir(''): according to the traceback. Additionally, the install_requires is failing on version checking.

What side of Surveyor is impacted?

What product is impacted?

To Reproduce What did you do? When installing the app for the first time with setup.py install the process fails with a traceback.

Expected behavior It should install all the dependencies and finish the install.

Screenshots I don't have any screenshots.

Additional context None.

radioboyQ commented 3 years ago

Fixed with pull request #41