Closed kookok0 closed 3 years ago
Having it in a text file would be more easier on the eyes 👍
Can you try Case 1 in https://stackoverflow.com/a/62817909 by downloading and installing Visual Studio 2019 Build tools? It seems from the message that you need VS 2013, VS 2015, VS 2017 or VS 2019 was installed with the Visual C++ option
.
Thanks for the help! I tried some troubleshooting myself, so apologies for the late revert. I ran into more problems, so I defaulted back to the state where I just needed to install the build tools, but unfortunately, this did not fix it for me. I'm getting new errors when trying to compile. Any thoughts? The error message chunk doesn't really point me in a good direction. compilation_error.txt
I have never used rustup before as I have been using pip to install my packages. From the error log, it says that x86_64-pc-windows-msvc
target may not be installed`. I do not know what that is but it might help to install it.
After you installed Visual Studio 2019 Build tools, what error message popped up when you tried to install autopy via pip?
Hey man, I got it fixed myself! I was too dumb to notice the compiler was using the newer nightly rust compiler, whereas I needed the older 2019-10-05 nightly build. I thought I already forced it properly, but I had to go through so many unneeded hoops to get that fixed.
So now, the only problem is, when I try to run the bot as instructed (launch gbf via Chrome, start the bot, go to the settings page), nothing happens. I'm expecting for some pop-up prompts to appear on my end, but I don't see anything. I also tried reinstalling the requirements, but it looks like I'm good to go:
C:\Users\havoc\Desktop\granblue-automation-pyautogui-main>py -m pip install -r requirements.txt Defaulting to user installation because normal site-packages is not writeable Looking in links: https://download.pytorch.org/whl/torch_stable.html Requirement already satisfied: torch===1.7.1+cu110 in c:\program files (x86)\python\lib\site-packages (from -r requirements.txt (line 3)) (1.7.1+cu110) Requirement already satisfied: torchvision===0.8.2+cu110 in c:\program files (x86)\python\lib\site-packages (from -r requirements.txt (line 4)) (0.8.2+cu110) Requirement already satisfied: torchaudio===0.7.2 in c:\program files (x86)\python\lib\site-packages (from -r requirements.txt (line 5)) (0.7.2) Requirement already satisfied: guibot==0.41.1 in c:\program files (x86)\python\lib\site-packages (from -r requirements.txt (line 7)) (0.41.1) Requirement already satisfied: PyAutoGUI==0.9.52 in c:\program files (x86)\python\lib\site-packages (from -r requirements.txt (line 8)) (0.9.52) Requirement already satisfied: easyocr==1.2.1 in c:\program files (x86)\python\lib\site-packages (from -r requirements.txt (line 9)) (1.2.1) Requirement already satisfied: PySide2==5.15.2 in c:\program files (x86)\python\lib\site-packages (from -r requirements.txt (line 10)) (5.15.2) Requirement already satisfied: PyYAML==5.3.1 in c:\program files (x86)\python\lib\site-packages (from -r requirements.txt (line 11)) (5.3.1) Requirement already satisfied: autopy==4.0.0 in c:\users\havoc\appdata\roaming\python\python39\site-packages (from -r requirements.txt (line 12)) (4.0.0) Requirement already satisfied: tweepy==3.10.0 in c:\program files (x86)\python\lib\site-packages (from -r requirements.txt (line 13)) (3.10.0) Requirement already satisfied: pyclick==0.0.2 in c:\program files (x86)\python\lib\site-packages (from -r requirements.txt (line 14)) (0.0.2) Requirement already satisfied: Pillow in c:\program files (x86)\python\lib\site-packages (from easyocr==1.2.1->-r requirements.txt (line 9)) (8.2.0) Requirement already satisfied: scipy in c:\program files (x86)\python\lib\site-packages (from easyocr==1.2.1->-r requirements.txt (line 9)) (1.6.2) Requirement already satisfied: numpy in c:\program files (x86)\python\lib\site-packages (from easyocr==1.2.1->-r requirements.txt (line 9)) (1.20.2) Requirement already satisfied: scikit-image in c:\program files (x86)\python\lib\site-packages (from easyocr==1.2.1->-r requirements.txt (line 9)) (0.18.1) Requirement already satisfied: python-bidi in c:\program files (x86)\python\lib\site-packages (from easyocr==1.2.1->-r requirements.txt (line 9)) (0.4.2) Requirement already satisfied: opencv-python in c:\program files (x86)\python\lib\site-packages (from easyocr==1.2.1->-r requirements.txt (line 9)) (4.5.1.48) Requirement already satisfied: pygetwindow>=0.0.5 in c:\program files (x86)\python\lib\site-packages (from PyAutoGUI==0.9.52->-r requirements.txt (line 8)) (0.0.9) Requirement already satisfied: mouseinfo in c:\program files (x86)\python\lib\site-packages (from PyAutoGUI==0.9.52->-r requirements.txt (line 8)) (0.1.3) Requirement already satisfied: pymsgbox in c:\program files (x86)\python\lib\site-packages (from PyAutoGUI==0.9.52->-r requirements.txt (line 8)) (1.0.9) Requirement already satisfied: PyTweening>=1.0.1 in c:\program files (x86)\python\lib\site-packages (from PyAutoGUI==0.9.52->-r requirements.txt (line 8)) (1.0.3) Requirement already satisfied: pyscreeze>=0.1.21 in c:\program files (x86)\python\lib\site-packages (from PyAutoGUI==0.9.52->-r requirements.txt (line 8)) (0.1.26) Requirement already satisfied: python3-xlib>=0.15 in c:\program files (x86)\python\lib\site-packages (from pyclick==0.0.2->-r requirements.txt (line 14)) (0.15) Requirement already satisfied: xlib>=0.21 in c:\program files (x86)\python\lib\site-packages (from pyclick==0.0.2->-r requirements.txt (line 14)) (0.21) Requirement already satisfied: shiboken2==5.15.2 in c:\program files (x86)\python\lib\site-packages (from PySide2==5.15.2->-r requirements.txt (line 10)) (5.15.2) Requirement already satisfied: typing-extensions in c:\program files (x86)\python\lib\site-packages (from torch===1.7.1+cu110->-r requirements.txt (line 3)) (3.7.4.3) Requirement already satisfied: six>=1.10.0 in c:\program files (x86)\python\lib\site-packages (from tweepy==3.10.0->-r requirements.txt (line 13)) (1.15.0) Requirement already satisfied: requests-oauthlib>=0.7.0 in c:\program files (x86)\python\lib\site-packages (from tweepy==3.10.0->-r requirements.txt (line 13)) (1.3.0) Requirement already satisfied: requests[socks]>=2.11.1 in c:\program files (x86)\python\lib\site-packages (from tweepy==3.10.0->-r requirements.txt (line 13)) (2.25.1) Requirement already satisfied: pyrect in c:\program files (x86)\python\lib\site-packages (from pygetwindow>=0.0.5->PyAutoGUI==0.9.52->-r requirements.txt (line 8)) (0.1.4) Requirement already satisfied: oauthlib>=3.0.0 in c:\program files (x86)\python\lib\site-packages (from requests-oauthlib>=0.7.0->tweepy==3.10.0->-r requirements.txt (line 13)) (3.1.0) Requirement already satisfied: chardet<5,>=3.0.2 in c:\program files (x86)\python\lib\site-packages (from requests[socks]>=2.11.1->tweepy==3.10.0->-r requirements.txt (line 13)) (4.0.0) Requirement already satisfied: idna<3,>=2.5 in c:\program files (x86)\python\lib\site-packages (from requests[socks]>=2.11.1->tweepy==3.10.0->-r requirements.txt (line 13)) (2.10) Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\program files (x86)\python\lib\site-packages (from requests[socks]>=2.11.1->tweepy==3.10.0->-r requirements.txt (line 13)) (1.26.4) Requirement already satisfied: certifi>=2017.4.17 in c:\program files (x86)\python\lib\site-packages (from requests[socks]>=2.11.1->tweepy==3.10.0->-r requirements.txt (line 13)) (2020.12.5) Requirement already satisfied: PySocks!=1.5.7,>=1.5.6 in c:\program files (x86)\python\lib\site-packages (from requests[socks]>=2.11.1->tweepy==3.10.0->-r requirements.txt (line 13)) (1.7.1) Requirement already satisfied: pyperclip in c:\program files (x86)\python\lib\site-packages (from mouseinfo->PyAutoGUI==0.9.52->-r requirements.txt (line 8)) (1.8.2) Requirement already satisfied: networkx>=2.0 in c:\program files (x86)\python\lib\site-packages (from scikit-image->easyocr==1.2.1->-r requirements.txt (line 9)) (2.5.1) Requirement already satisfied: matplotlib!=3.0.0,>=2.0.0 in c:\program files (x86)\python\lib\site-packages (from scikit-image->easyocr==1.2.1->-r requirements.txt (line 9)) (3.4.1) Requirement already satisfied: imageio>=2.3.0 in c:\program files (x86)\python\lib\site-packages (from scikit-image->easyocr==1.2.1->-r requirements.txt (line 9)) (2.9.0) Requirement already satisfied: tifffile>=2019.7.26 in c:\program files (x86)\python\lib\site-packages (from scikit-image->easyocr==1.2.1->-r requirements.txt (line 9)) (2021.4.8) Requirement already satisfied: PyWavelets>=1.1.1 in c:\program files (x86)\python\lib\site-packages (from scikit-image->easyocr==1.2.1->-r requirements.txt (line 9)) (1.1.1) Requirement already satisfied: pyparsing>=2.2.1 in c:\program files (x86)\python\lib\site-packages (from matplotlib!=3.0.0,>=2.0.0->scikit-image->easyocr==1.2.1->-r requirements.txt (line 9)) (2.4.7) Requirement already satisfied: cycler>=0.10 in c:\program files (x86)\python\lib\site-packages (from matplotlib!=3.0.0,>=2.0.0->scikit-image->easyocr==1.2.1->-r requirements.txt (line 9)) (0.10.0) Requirement already satisfied: python-dateutil>=2.7 in c:\program files (x86)\python\lib\site-packages (from matplotlib!=3.0.0,>=2.0.0->scikit-image->easyocr==1.2.1->-r requirements.txt (line 9)) (2.8.1) Requirement already satisfied: kiwisolver>=1.0.1 in c:\program files (x86)\python\lib\site-packages (from matplotlib!=3.0.0,>=2.0.0->scikit-image->easyocr==1.2.1->-r requirements.txt (line 9)) (1.3.1) Requirement already satisfied: decorator<5,>=4.3 in c:\program files (x86)\python\lib\site-packages (from networkx>=2.0->scikit-image->easyocr==1.2.1->-r requirements.txt (line 9)) (4.4.2)
Anything dumb I'm doing again?
What does the message log say from the bot GUI? You can copy and paste here or press the "Save Log" button towards the bottom of the Home page of the bot GUI.
Hey. So I don't see any logs on the GUI. Tried saving a txt file as well, and it's empty. So here's what I see upon launching the bot GUI:
(I've also tested going through different areas of the settings menu, and it doesn't help. The bot just stays there. Figuered I just manually configure the window dimensiond and stuff?)
So I tried still running it further, and while it attempts to run a little, it stops on the Special Quest section of the game, and naturally, I do get errors. Lol. Here's the logs of that attempt: testlog.txt
EDIT 2: Once I get this to work, I am just planning to farm Angel Halo VH. Is there a way to remove the "Number of items to farm" limit? I want the bot to just farm stuff for say xx number of hours.
You can set a really high number like 999 for the "Amount of Items to farm" and then set the timer in the "HH:MM:SS" box on the Home page of the bot GUI so that the bot will continue to farm until it eventually reaches your set timer.
I cannot tell since the screenshot is cropped at the bottom, but is your window fully visible and not covered by some other window? Additionally, is the bottom bar present? I have my window positioned like this:
Thanks a bunch. I don't know why it's suddenly working. Does my window need to be as large as possible, or will it work with it being small as well? And yes, the bottom bar is visible for me.
Also, for the item number, I fear that if I leave it for like 4h, the number of items condition might be met before the 4h timer, (since VH drops so many items at once, around 30-50 items per run), so I was looking to find where I can change the limiter to say 99999.
Oh, are you just farming Angel Halo Weapons? If so, every run/loop counts as 1 "Angel Halo Weapons" item. So 999 "Angel Halo Weapons" corresponds to 999 runs/loops.
It is recommended to have the browser window extend as high as possible touching the top of your screen to the Windows taskbar.
Oh cool! I'll figure out which is which if I do decide to farm raids or this current GW at a later time. Right now, I just need to get alot of upgrade mats to maximize my weapon levels. Thanks a bunch for helping, and responding so quickly too!
Hi!
(WARNING: LONG BLOCK OF TEXT BELOW)
I am very new to Python, but a little familiar with code structure and the such. I have very limited C/C++ knowledge, so I can somehow figure out what's happening when I see even foreign code for example. So forgive me if I sound dumb, or missed very simple steps!
So I tried installing this, following the instructions by the letter, but I run into a problem when Python tries to install Autopy: It cannot somehow find a compatible version for what's being asked from the pip installer. So I've tried directly going to their git page and download and install it myself (I am literally running in the dark here, reading Python commands as I go), and I am completely being blocked by this error, and I cannot. unfortunately, translate it anymore:
C:\Users\havoc\Desktop\granblue-automation-pyautogui-main>py -m pip install autopy-4.0.0.tar.gz Processing c:\users\havoc\desktop\granblue-automation-pyautogui-main\autopy-4.0.0.tar.gz Building wheels for collected packages: autopy Building wheel for autopy (setup.py) ... error ERROR: Command errored out with exit status 1: command: 'C:\Program Files (x86)\Python\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\havoc\\AppData\\Local\\Temp\\pip-req-build-xxjv69ss\\setup.py'"'"'; __file__='"'"'C:\\Users\\havoc\\AppData\\Local\\Temp\\pip-req-build-xxjv69ss\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\havoc\AppData\Local\Temp\pip-wheel-jfpocj5k' cwd: C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\ Complete output (139 lines): running bdist_wheel running build running build_py creating build creating build\lib creating build\lib\autopy copying autopy\__init__.py -> build\lib\autopy running build_ext running build_rust Updating crates.io index cargo rustc --lib --manifest-path Cargo.toml --features pyo3/extension-module --target x86_64-pc-windows-msvc --release --verbose -- --crate-type cdylib Compiling autocfg v1.0.1 Compiling cfg-if v1.0.0 Compiling proc-macro2 v0.4.30 Compiling unicode-xid v0.1.0 Compiling lazy_static v1.4.0 Compiling proc-macro2 v1.0.26 Compiling syn v0.15.44 Compiling libc v0.2.93 Compiling unicode-xid v0.2.1 Compiling scopeguard v1.1.0 Compiling memchr v2.3.4 Compiling rayon-core v1.9.0 Running
rustc --crate-name autocfg C:\Users\havoc.cargo\registry\src\github.com-1ecc6299db9ec823\autocfg-1.0.1\src\lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=ea465f7a7b6278b6 -C extra-filename=-ea465f7a7b6278b6 --out-dir C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\deps -L dependency=C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\deps --cap-lints allowRunning
rustc --crate-name cfg_if --edition=2018 C:\Users\havoc.cargo\registry\src\github.com-1ecc6299db9ec823\cfg-if-1.0.0\src\lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C metadata=8bbb5a4cb441b35b -C extra-filename=-8bbb5a4cb441b35b --out-dir C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\x86_64-pc-windows-msvc\release\deps --target x86_64-pc-windows-msvc -L dependency=C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\x86_64-pc-windows-msvc\release\deps -L dependency=C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\deps --cap-lints allowRunning
rustc --crate-name build_script_build C:\Users\havoc.cargo\registry\src\github.com-1ecc6299db9ec823\proc-macro2-0.4.30\build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg "feature=\"default\"" --cfg "feature=\"proc-macro\"" -C metadata=e49362ff5a049737 -C extra-filename=-e49362ff5a049737 --out-dir C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\build\proc-macro2-e49362ff5a049737 -L dependency=C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\deps --cap-lints allowRunning
rustc --crate-name unicode_xid C:\Users\havoc.cargo\registry\src\github.com-1ecc6299db9ec823\unicode-xid-0.1.0\src\lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg "feature=\"default\"" -C metadata=2961e2639d42de8a -C extra-filename=-2961e2639d42de8a --out-dir C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\deps -L dependency=C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\deps --cap-lints allowRunning
rustc --crate-name lazy_static C:\Users\havoc.cargo\registry\src\github.com-1ecc6299db9ec823\lazy_static-1.4.0\src\lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C metadata=2a6a8d760a25d41b -C extra-filename=-2a6a8d760a25d41b --out-dir C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\x86_64-pc-windows-msvc\release\deps --target x86_64-pc-windows-msvc -L dependency=C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\x86_64-pc-windows-msvc\release\deps -L dependency=C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\deps --cap-lints allowRunning
rustc --crate-name build_script_build --edition=2018 C:\Users\havoc.cargo\registry\src\github.com-1ecc6299db9ec823\proc-macro2-1.0.26\build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg "feature=\"default\"" --cfg "feature=\"proc-macro\"" -C metadata=20bee6311394f03e -C extra-filename=-20bee6311394f03e --out-dir C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\build\proc-macro2-20bee6311394f03e -L dependency=C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\deps --cap-lints allowRunning
rustc --crate-name build_script_build C:\Users\havoc.cargo\registry\src\github.com-1ecc6299db9ec823\syn-0.15.44\build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg "feature=\"clone-impls\"" --cfg "feature=\"default\"" --cfg "feature=\"derive\"" --cfg "feature=\"extra-traits\"" --cfg "feature=\"full\"" --cfg "feature=\"parsing\"" --cfg "feature=\"printing\"" --cfg "feature=\"proc-macro\"" --cfg "feature=\"quote\"" -C metadata=e3f568836e4026b6 -C extra-filename=-e3f568836e4026b6 --out-dir C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\build\syn-e3f568836e4026b6 -L dependency=C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\deps --cap-lints allowRunning
rustc --crate-name build_script_build C:\Users\havoc.cargo\registry\src\github.com-1ecc6299db9ec823\libc-0.2.93\build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg "feature=\"default\"" --cfg "feature=\"std\"" -C metadata=3308cf3071d09cc2 -C extra-filename=-3308cf3071d09cc2 --out-dir C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\build\libc-3308cf3071d09cc2 -L dependency=C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\deps --cap-lints allowRunning
rustc --crate-name unicode_xid C:\Users\havoc.cargo\registry\src\github.com-1ecc6299db9ec823\unicode-xid-0.2.1\src\lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg "feature=\"default\"" -C metadata=c7524b7d78273a32 -C extra-filename=-c7524b7d78273a32 --out-dir C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\deps -L dependency=C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\deps --cap-lints allowRunning
rustc --crate-name scopeguard C:\Users\havoc.cargo\registry\src\github.com-1ecc6299db9ec823\scopeguard-1.1.0\src\lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg "feature=\"default\"" --cfg "feature=\"use_std\"" -C metadata=ebd248a620be7a8a -C extra-filename=-ebd248a620be7a8a --out-dir C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\x86_64-pc-windows-msvc\release\deps --target x86_64-pc-windows-msvc -L dependency=C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\x86_64-pc-windows-msvc\release\deps -L dependency=C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\deps --cap-lints allowRunning
rustc --crate-name build_script_build C:\Users\havoc.cargo\registry\src\github.com-1ecc6299db9ec823\memchr-2.3.4\build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg "feature=\"default\"" --cfg "feature=\"std\"" --cfg "feature=\"use_std\"" -C metadata=8b945bf47907a2d1 -C extra-filename=-8b945bf47907a2d1 --out-dir C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\build\memchr-8b945bf47907a2d1 -L dependency=C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\deps --cap-lints allowRunning
rustc --crate-name build_script_build --edition=2018 C:\Users\havoc.cargo\registry\src\github.com-1ecc6299db9ec823\rayon-core-1.9.0\build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=4375927583755be9 -C extra-filename=-4375927583755be9 --out-dir C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\build\rayon-core-4375927583755be9 -L dependency=C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\deps --cap-lints allowCompiling syn v1.0.69 Running
rustc --crate-name build_script_build --edition=2018 C:\Users\havoc.cargo\registry\src\github.com-1ecc6299db9ec823\syn-1.0.69\build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg "feature=\"clone-impls\"" --cfg "feature=\"default\"" --cfg "feature=\"derive\"" --cfg "feature=\"full\"" --cfg "feature=\"parsing\"" --cfg "feature=\"printing\"" --cfg "feature=\"proc-macro\"" --cfg "feature=\"quote\"" -C metadata=7f2fc2a7963ee07b -C extra-filename=-7f2fc2a7963ee07b --out-dir C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\build\syn-7f2fc2a7963ee07b -L dependency=C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\deps --cap-lints allowCompiling getrandom v0.1.16 Running
rustc --crate-name build_script_build --edition=2018 C:\Users\havoc.cargo\registry\src\github.com-1ecc6299db9ec823\getrandom-0.1.16\build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg "feature=\"std\"" -C metadata=7f2182b4fc40a5d0 -C extra-filename=-7f2182b4fc40a5d0 --out-dir C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\build\getrandom-7f2182b4fc40a5d0 -L dependency=C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\deps --cap-lints allowCompiling proc-macro-hack-impl v0.4.3 Running
rustc --crate-name proc_macro_hack_impl C:\Users\havoc.cargo\registry\src\github.com-1ecc6299db9ec823\proc-macro-hack-impl-0.4.3\src\lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C metadata=716e5c57b6188f72 -C extra-filename=-716e5c57b6188f72 --out-dir C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\deps -L dependency=C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\deps --extern proc_macro --cap-lints allowerror: linker
link.exe` not found | = note: The system cannot find the file specified. (os error 2)note: the msvc targets depend on the msvc linker but
link.exe
was not foundnote: please ensure that VS 2013, VS 2015, VS 2017 or VS 2019 was installed with the Visual C++ option
error: aborting due to previous error
error: could not compile
rayon-core
Caused by: process didn't exit successfully:
rustc --crate-name build_script_build --edition=2018 C:\Users\havoc\.cargo\registry\src\github.com-1ecc6299db9ec823\rayon-core-1.9.0\build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=4375927583755be9 -C extra-filename=-4375927583755be9 --out-dir C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\build\rayon-core-4375927583755be9 -L dependency=C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\deps --cap-lints allow
(exit code: 1) warning: build failed, waiting for other jobs to finish... error: linkerlink.exe
not found | = note: The system cannot find the file specified. (os error 2)note: the msvc targets depend on the msvc linker but
link.exe
was not foundnote: please ensure that VS 2013, VS 2015, VS 2017 or VS 2019 was installed with the Visual C++ option
error: aborting due to previous error
error: linker
link.exe
not found | = note: The system cannot find the file specified. (os error 2)note: the msvc targets depend on the msvc linker but
link.exe
was not foundnote: please ensure that VS 2013, VS 2015, VS 2017 or VS 2019 was installed with the Visual C++ option
error: aborting due to previous error
error: linker
link.exe
not found | = note: The system cannot find the file specified. (os error 2)note: the msvc targets depend on the msvc linker but
link.exe
was not foundnote: please ensure that VS 2013, VS 2015, VS 2017 or VS 2019 was installed with the Visual C++ option
error: aborting due to previous error
error: linker
link.exe
not found | = note: The system cannot find the file specified. (os error 2)note: the msvc targets depend on the msvc linker but
link.exe
was not foundnote: please ensure that VS 2013, VS 2015, VS 2017 or VS 2019 was installed with the Visual C++ option
error: aborting due to previous error
error: linker
link.exe
not found | = note: The system cannot find the file specified. (os error 2)error: linker
link.exe
not found | = note: The system cannot find the file specified. (os error 2)note: the msvc targets depend on the msvc linker but
link.exe
was not foundnote: please ensure that VS 2013, VS 2015, VS 2017 or VS 2019 was installed with the Visual C++ option
error: aborting due to previous error
note: the msvc targets depend on the msvc linker but
link.exe
was not foundnote: please ensure that VS 2013, VS 2015, VS 2017 or VS 2019 was installed with the Visual C++ option
error: aborting due to previous error
error: linker
link.exe
not found | = note: The system cannot find the file specified. (os error 2)note: the msvc targets depend on the msvc linker but
link.exe
was not foundnote: please ensure that VS 2013, VS 2015, VS 2017 or VS 2019 was installed with the Visual C++ option
error: aborting due to previous error
error: linker
link.exe
not found | = note: The system cannot find the file specified. (os error 2)note: the msvc targets depend on the msvc linker but
link.exe
was not foundnote: please ensure that VS 2013, VS 2015, VS 2017 or VS 2019 was installed with the Visual C++ option
error: aborting due to previous error
error: build failed error: cargo failed with code: 101
ERROR: Failed building wheel for autopy Running setup.py clean for autopy Failed to build autopy Installing collected packages: autopy Running setup.py install for autopy ... error ERROR: Command errored out with exit status 1: command: 'C:\Program Files (x86)\Python\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\setup.py'"'"'; file='"'"'C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\havoc\AppData\Local\Temp\pip-record-litp3q39\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Program Files (x86)\Python\Include\autopy' cwd: C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\ Complete output (138 lines): running install running build running build_py creating build creating build\lib.win-amd64-3.9 creating build\lib.win-amd64-3.9\autopy copying autopy__init__.py -> build\lib.win-amd64-3.9\autopy running build_ext running build_rust cargo rustc --lib --manifest-path Cargo.toml --features pyo3/extension-module --target x86_64-pc-windows-msvc --release --verbose -- --crate-type cdylib Compiling autocfg v1.0.1 Compiling cfg-if v1.0.0 Compiling proc-macro2 v0.4.30 Compiling unicode-xid v0.1.0 Compiling proc-macro2 v1.0.26 Compiling lazy_static v1.4.0 Compiling libc v0.2.93 Compiling syn v0.15.44 Compiling unicode-xid v0.2.1 Compiling memchr v2.3.4 Compiling scopeguard v1.1.0 Compiling syn v1.0.69 Running
rustc --crate-name autocfg C:\Users\havoc\.cargo\registry\src\github.com-1ecc6299db9ec823\autocfg-1.0.1\src\lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=ea465f7a7b6278b6 -C extra-filename=-ea465f7a7b6278b6 --out-dir C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\deps -L dependency=C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\deps --cap-lints allow
Runningrustc --crate-name cfg_if --edition=2018 C:\Users\havoc\.cargo\registry\src\github.com-1ecc6299db9ec823\cfg-if-1.0.0\src\lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C metadata=8bbb5a4cb441b35b -C extra-filename=-8bbb5a4cb441b35b --out-dir C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\x86_64-pc-windows-msvc\release\deps --target x86_64-pc-windows-msvc -L dependency=C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\x86_64-pc-windows-msvc\release\deps -L dependency=C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\deps --cap-lints allow
Runningrustc --crate-name build_script_build C:\Users\havoc\.cargo\registry\src\github.com-1ecc6299db9ec823\proc-macro2-0.4.30\build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg "feature=\"default\"" --cfg "feature=\"proc-macro\"" -C metadata=e49362ff5a049737 -C extra-filename=-e49362ff5a049737 --out-dir C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\build\proc-macro2-e49362ff5a049737 -L dependency=C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\deps --cap-lints allow
Runningrustc --crate-name unicode_xid C:\Users\havoc\.cargo\registry\src\github.com-1ecc6299db9ec823\unicode-xid-0.1.0\src\lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg "feature=\"default\"" -C metadata=2961e2639d42de8a -C extra-filename=-2961e2639d42de8a --out-dir C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\deps -L dependency=C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\deps --cap-lints allow
Runningrustc --crate-name build_script_build --edition=2018 C:\Users\havoc\.cargo\registry\src\github.com-1ecc6299db9ec823\proc-macro2-1.0.26\build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg "feature=\"default\"" --cfg "feature=\"proc-macro\"" -C metadata=20bee6311394f03e -C extra-filename=-20bee6311394f03e --out-dir C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\build\proc-macro2-20bee6311394f03e -L dependency=C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\deps --cap-lints allow
Runningrustc --crate-name lazy_static C:\Users\havoc\.cargo\registry\src\github.com-1ecc6299db9ec823\lazy_static-1.4.0\src\lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C metadata=2a6a8d760a25d41b -C extra-filename=-2a6a8d760a25d41b --out-dir C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\x86_64-pc-windows-msvc\release\deps --target x86_64-pc-windows-msvc -L dependency=C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\x86_64-pc-windows-msvc\release\deps -L dependency=C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\deps --cap-lints allow
Runningrustc --crate-name build_script_build C:\Users\havoc\.cargo\registry\src\github.com-1ecc6299db9ec823\libc-0.2.93\build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg "feature=\"default\"" --cfg "feature=\"std\"" -C metadata=3308cf3071d09cc2 -C extra-filename=-3308cf3071d09cc2 --out-dir C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\build\libc-3308cf3071d09cc2 -L dependency=C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\deps --cap-lints allow
Runningrustc --crate-name build_script_build C:\Users\havoc\.cargo\registry\src\github.com-1ecc6299db9ec823\syn-0.15.44\build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg "feature=\"clone-impls\"" --cfg "feature=\"default\"" --cfg "feature=\"derive\"" --cfg "feature=\"extra-traits\"" --cfg "feature=\"full\"" --cfg "feature=\"parsing\"" --cfg "feature=\"printing\"" --cfg "feature=\"proc-macro\"" --cfg "feature=\"quote\"" -C metadata=e3f568836e4026b6 -C extra-filename=-e3f568836e4026b6 --out-dir C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\build\syn-e3f568836e4026b6 -L dependency=C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\deps --cap-lints allow
Runningrustc --crate-name unicode_xid C:\Users\havoc\.cargo\registry\src\github.com-1ecc6299db9ec823\unicode-xid-0.2.1\src\lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg "feature=\"default\"" -C metadata=c7524b7d78273a32 -C extra-filename=-c7524b7d78273a32 --out-dir C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\deps -L dependency=C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\deps --cap-lints allow
Runningrustc --crate-name build_script_build C:\Users\havoc\.cargo\registry\src\github.com-1ecc6299db9ec823\memchr-2.3.4\build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg "feature=\"default\"" --cfg "feature=\"std\"" --cfg "feature=\"use_std\"" -C metadata=8b945bf47907a2d1 -C extra-filename=-8b945bf47907a2d1 --out-dir C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\build\memchr-8b945bf47907a2d1 -L dependency=C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\deps --cap-lints allow
Runningrustc --crate-name scopeguard C:\Users\havoc\.cargo\registry\src\github.com-1ecc6299db9ec823\scopeguard-1.1.0\src\lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg "feature=\"default\"" --cfg "feature=\"use_std\"" -C metadata=ebd248a620be7a8a -C extra-filename=-ebd248a620be7a8a --out-dir C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\x86_64-pc-windows-msvc\release\deps --target x86_64-pc-windows-msvc -L dependency=C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\x86_64-pc-windows-msvc\release\deps -L dependency=C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\deps --cap-lints allow
Runningrustc --crate-name build_script_build --edition=2018 C:\Users\havoc\.cargo\registry\src\github.com-1ecc6299db9ec823\syn-1.0.69\build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg "feature=\"clone-impls\"" --cfg "feature=\"default\"" --cfg "feature=\"derive\"" --cfg "feature=\"full\"" --cfg "feature=\"parsing\"" --cfg "feature=\"printing\"" --cfg "feature=\"proc-macro\"" --cfg "feature=\"quote\"" -C metadata=7f2fc2a7963ee07b -C extra-filename=-7f2fc2a7963ee07b --out-dir C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\build\syn-7f2fc2a7963ee07b -L dependency=C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\deps --cap-lints allow
Compiling rayon-core v1.9.0 Runningrustc --crate-name build_script_build --edition=2018 C:\Users\havoc\.cargo\registry\src\github.com-1ecc6299db9ec823\rayon-core-1.9.0\build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=4375927583755be9 -C extra-filename=-4375927583755be9 --out-dir C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\build\rayon-core-4375927583755be9 -L dependency=C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\deps --cap-lints allow
Compiling getrandom v0.1.16 Runningrustc --crate-name build_script_build --edition=2018 C:\Users\havoc\.cargo\registry\src\github.com-1ecc6299db9ec823\getrandom-0.1.16\build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg "feature=\"std\"" -C metadata=7f2182b4fc40a5d0 -C extra-filename=-7f2182b4fc40a5d0 --out-dir C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\build\getrandom-7f2182b4fc40a5d0 -L dependency=C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\deps --cap-lints allow
Compiling bitflags v1.2.1 Runningrustc --crate-name build_script_build C:\Users\havoc\.cargo\registry\src\github.com-1ecc6299db9ec823\bitflags-1.2.1\build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg "feature=\"default\"" -C metadata=3a680c004f042875 -C extra-filename=-3a680c004f042875 --out-dir C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\build\bitflags-3a680c004f042875 -L dependency=C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\target\release\deps --cap-lints allow
error: linkerlink.exe
not found | = note: The system cannot find the file specified. (os error 2)ERROR: Command errored out with exit status 1: 'C:\Program Files (x86)\Python\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\setup.py'"'"'; file='"'"'C:\Users\havoc\AppData\Local\Temp\pip-req-build-xxjv69ss\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\havoc\AppData\Local\Temp\pip-record-litp3q39\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Program Files (x86)\Python\Include\autopy' Check the logs for full command output.`