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

No module named 'six' on attempted launch #83

Closed
DeeeeLAN opened this issue Aug 6, 2020 · 2 comments
Closed

No module named 'six' on attempted launch #83

DeeeeLAN opened this issue Aug 6, 2020 · 2 comments
Assignees

Comments

@DeeeeLAN
Copy link

DeeeeLAN commented Aug 6, 2020

I created a python 3.6.4 venv and installed hdl_checker. I then attempted to check the version and was hit with the following error:

$ hdl_checker -V
Traceback (most recent call last):
  File "./test_venv/bin/hdl_checker", line 11, in <module>
    load_entry_point('hdl-checker==0.6.13', 'console_scripts', 'hdl_checker')()
  File "./test_venv/lib/python3.6/site-packages/pkg_resources/__init__.py", line 565, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "./test_venv/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2631, in load_entry_point
    return ep.load()
  File "./test_venv/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2291, in load
    return self.resolve()
  File "./test_venv/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2297, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "./test_venv/lib/python3.6/site-packages/hdl_checker/__init__.py", line 29, in <module>
    from hdl_checker.utils import ON_WINDOWS
  File "./test_venv/lib/python3.6/site-packages/hdl_checker/utils.py", line 35, in <module>
    import six
ModuleNotFoundError: No module named 'six'

I am using CentOS 7.

@DeeeeLAN
Copy link
Author

DeeeeLAN commented Aug 6, 2020

doing a pip install -U six resolved the issue. The package needs to be added to the list of requirements so it gets installed automatically along with the other dependencies.

@suoto
Copy link
Owner

suoto commented Aug 9, 2020

This has been fixed but not released to PyPI, will make a new release from latest, thanks for the reminder!

@suoto suoto self-assigned this Aug 9, 2020
@suoto suoto closed this as completed Aug 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants