Skip to content
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

avocado-vt travis Ci failed on python 3.6 #3476

Open
chunfuwen opened this issue Aug 1, 2022 · 1 comment
Open

avocado-vt travis Ci failed on python 3.6 #3476

chunfuwen opened this issue Aug 1, 2022 · 1 comment

Comments

@chunfuwen
Copy link
Contributor

one failed example is mentioned here [1] .
Some initial analysis follow as:
1)it create one folder to hold up avocado repository(/usr/bin/git config --global --add safe.directory /home/runner/work/avocado-vt/avocado-vt/avocado-libs)
2) then download repository: https://github.com/avocado-framework/avocado, and attempt to install by setup.py
3)error happen when install required packages[setuptools]

    Traceback (most recent call last):
      File "/opt/hostedtoolcache/Python/3.6.15/x64/lib/python3.6/site-packages/setuptools/sandbox.py", line 154, in save_modules
        yield saved
      File "/opt/hostedtoolcache/Python/3.6.15/x64/lib/python3.6/site-packages/setuptools/sandbox.py", line 195, in setup_context
        yield
      File "/opt/hostedtoolcache/Python/3.6.15/x64/lib/python3.6/site-packages/setuptools/sandbox.py", line 250, in run_setup
        _execfile(setup_script, ns)
      File "/opt/hostedtoolcache/Python/3.6.15/x64/lib/python3.6/site-packages/setuptools/sandbox.py", line 45, in _execfile
        exec(code, globals, locals)
      File "/tmp/easy_install-3bm2glrn/cryptography-37.0.4/setup.py", line 14, in <module>
        # Author: Cleber Rosa <[email protected]>
    ModuleNotFoundError: No module named 'setuptools_rust'

[1]https://github.com/avocado-framework/avocado-vt/runs/7578408324?check_suite_focus=true

@chunfuwen
Copy link
Contributor Author

https://github.com/avocado-framework/avocado-vt/pull/3477/files

The fix may help fix this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant