AI-Aimbot icon indicating copy to clipboard operation
AI-Aimbot copied to clipboard

run problem

Open themichalwilk opened this issue 1 year ago • 2 comments

as in topic below paste from powershell all binaries and dependencies were apparently build and install yay ok - yet it's a hard no when it's time to run

PS E:\temp\ai> python.exe .\main.py E:\temp\ai\main.py:7: DeprecationWarning: Pyarrow will become a required dependency of pandas in the next major release of pandas (pandas 3.0), (to allow more performant data types, such as the Arrow string type, and better interoperability with other libraries) but was not found to be installed on your system. If this would cause problems for you, please provide us feedback at https://github.com/pandas-dev/pandas/issues/54466

import pandas as pd Traceback (most recent call last): File "E:\temp\ai\main.py", line 9, in from utils.general import (cv2, non_max_suppression, xyxy2xywh) File "E:\temp\ai\utils\general.py", line 34, in import pkg_resources as pkg ModuleNotFoundError: No module named 'pkg_resources' PS E:\temp\ai>

themichalwilk avatar Feb 15 '24 22:02 themichalwilk

all resolved

themichalwilk avatar Feb 16 '24 23:02 themichalwilk

all resolved

thanks for the solution ◔̯◔ pip install setuptools I think the issue can be closed.

spacew0rmx avatar Apr 20 '24 13:04 spacew0rmx