AmgdGocha / DriveFS-Sleuth

DriveFS Sleuth is a Python tool that automates investigating Google Drive File Stream disk artifacts, the tool has been developed based on research that has been performed by mounting different scenarios and noting down the changes in the Google Drive File Stream disk artifacts.
https://pypi.org/project/drivefs-sleuth/
Eclipse Public License 2.0
73 stars 3 forks source link

Issue with dependencies #15

Closed dfirhoze closed 9 months ago

dfirhoze commented 9 months ago

ERROR: Could not build wheels for grpcio-tools, which is required to install pyproject.toml-based projects

Got this after running pip install -r requirements.txt on a Windows 11 command prompt. The python script won't execute correctly without this. I have the 2022 Dev Tools installed as well. Any workaround for this or seen anyone with similar errors? Thanks!

AmgdGocha commented 9 months ago

Have you tried installing the requirements in a separate virtual environment and running the tool? this error is associated with the underlying infrastructure on which you're executing the tool.

dfirhoze commented 9 months ago

Yes, that was attempted as well. I understand it has nothing to do with the tool itself, just wanted to see if you or anyone else had the same problem while installing these dependencies. Feel free to close this. Thanks.