-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't install autopy,why it's so difficulty while I just try to install a python library #85
Comments
I have installed rust and vc++2019 ,but after I typed 'rustup install nightly 2019-10-05 --force' ,I got an error like I post |
same here, did you figure it out how to solve it? |
unfortunately not, I have no idea about how to address this issue, hope you can solve it |
Same with me... bro what's happening man... |
I have no idea |
same problem |
I changed another computer, which python version is 3.8.10 ,Autopy installed success |
PS C:\Users\Administrator> python --version |
C:\Users\chens>pip install -U autopy × python setup.py bdist_wheel did not run successfully. |
note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while trying to install package. note: This is an issue with the package mentioned above, not pip. |
failed to load source for dependency
note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while trying to install package. note: This is an issue with the package mentioned above, not pip. C:\Users\chens> C:\Users\chens>
C:\Users\chens>rustup toolchain add nightly-2019-10-05 --profile minimal nightly-2019-10-05-x86_64-pc-windows-msvc installed - rustc 1.40.0-nightly (2e7244807 2019-10-04) info: checking for self-updates |
Caused by: note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while trying to install package. note: This is an issue with the package mentioned above, not pip. |
why was so hard to pip install autopy |
i found way to solve it for two days . only python3.8 can do it |
Was running into this. Can confirm that downgrading to python3.8 did work. |
PS C:\Users\Joseph Tadesse\PycharmProjects\AdvancedComputerVision> pip install autopy
Collecting autopy
Downloading autopy-4.0.0.tar.gz (20 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [17 lines of output]
Traceback (most recent call last):
File "C:\Users\Joseph Tadesse\AppData\Local\Programs\Python\Python310\lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 353, in <module>
main()
File "C:\Users\Joseph Tadesse\AppData\Local\Programs\Python\Python310\lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 335, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
File "C:\Users\Joseph Tadesse\AppData\Local\Programs\Python\Python310\lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 118, in get_requires_for_build_wheel
return hook(config_settings)
File "C:\Users\Joseph Tadesse\AppData\Local\Temp\pip-build-env-qo759ua3\overlay\Lib\site-packages\setuptools\build_meta.py", line 341, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=['wheel'])
File "C:\Users\Joseph Tadesse\AppData\Local\Temp\pip-build-env-qo759ua3\overlay\Lib\site-packages\setuptools\build_meta.py", line 323, in _get_build_requires
self.run_setup()
File "C:\Users\Joseph Tadesse\AppData\Local\Temp\pip-build-env-qo759ua3\overlay\Lib\site-packages\setuptools\build_meta.py", line 487, in run_setup
super(_BuildMetaLegacyBackend,
File "C:\Users\Joseph Tadesse\AppData\Local\Temp\pip-build-env-qo759ua3\overlay\Lib\site-packages\setuptools\build_meta.py", line 338, in run_setup
exec(code, locals())
File "<string>", line 8, in <module>
ModuleNotFoundError: No module named 'setuptools_rust'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
PS C:\Users\Joseph Tadesse\PycharmProjects\AdvancedComputerVision> pip install autopy
Collecting autopy
Using cached autopy-4.0.0.tar.gz (20 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [17 lines of output]
Traceback (most recent call last):
File "C:\Users\Joseph Tadesse\AppData\Local\Programs\Python\Python310\lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 353, in <module>
main()
File "C:\Users\Joseph Tadesse\AppData\Local\Programs\Python\Python310\lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 335, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
File "C:\Users\Joseph Tadesse\AppData\Local\Programs\Python\Python310\lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 118, in get_requires_for_build_wheel
return hook(config_settings)
File "C:\Users\Joseph Tadesse\AppData\Local\Temp\pip-build-env-0vhe60wr\overlay\Lib\site-packages\setuptools\build_meta.py", line 341, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=['wheel'])
File "C:\Users\Joseph Tadesse\AppData\Local\Temp\pip-build-env-0vhe60wr\overlay\Lib\site-packages\setuptools\build_meta.py", line 323, in _get_build_requires
self.run_setup()
File "C:\Users\Joseph Tadesse\AppData\Local\Temp\pip-build-env-0vhe60wr\overlay\Lib\site-packages\setuptools\build_meta.py", line 487, in run_setup
PS C:\Users\Joseph Tadesse\PycharmProjects\AdvancedComputerVision> pip install autopy
Collecting autopy
Using cached autopy-4.0.0.tar.gz (20 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [17 lines of output]
Traceback (most recent call last):
File "C:\Users\Joseph Tadesse\AppData\Local\Programs\Python\Python310\lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 353, in <module>
main()
File "C:\Users\Joseph Tadesse\AppData\Local\Programs\Python\Python310\lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 335, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
File "C:\Users\Joseph Tadesse\AppData\Local\Programs\Python\Python310\lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 118, in get_requires_for_build_wheel
return hook(config_settings)
File "C:\Users\Joseph Tadesse\AppData\Local\Temp\pip-build-env-1y0w_5qp\overlay\Lib\site-packages\setuptools\build_meta.py", line 341, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=['wheel'])
File "C:\Users\Joseph Tadesse\AppData\Local\Temp\pip-build-env-1y0w_5qp\overlay\Lib\site-packages\setuptools\build_meta.py", line 323, in _get_build_requires
self.run_setup()
File "C:\Users\Joseph Tadesse\AppData\Local\Temp\pip-build-env-1y0w_5qp\overlay\Lib\site-packages\setuptools\build_meta.py", line 487, in run_setup
super(_BuildMetaLegacyBackend,
File "C:\Users\Joseph Tadesse\AppData\Local\Temp\pip-build-env-1y0w_5qp\overlay\Lib\site-packages\setuptools\build_meta.py", line 338, in run_setup
exec(code, locals())
File "<string>", line 8, in <module>
ModuleNotFoundError: No module named 'setuptools_rust'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
PS C:\Users\Joseph Tadesse\PycharmProjects\AdvancedComputerVision> |
nightly-x86_64-pc-windows-msvc installed - rustc 1.58.0-nightly (d914f17ca 2021-11-16)
error: invalid toolchain name: '2019-10-05'
The text was updated successfully, but these errors were encountered: