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 'importlib.metadata' #9

Open
asciitohex opened this issue Jun 14, 2021 · 1 comment
Open

No module named 'importlib.metadata' #9

asciitohex opened this issue Jun 14, 2021 · 1 comment

Comments

@asciitohex
Copy link

asciitohex commented Jun 14, 2021

from b2fs4chia /mnt/b2fs4chia --cache_timeout 3600

Traceback (most recent call last):
  File "/usr/local/bin/b2fs4chia", line 11, in <module>
    load_entry_point('b2fs4chia==0.1.7', 'console_scripts', 'b2fs4chia')()
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 480, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2693, in load_entry_point
    return ep.load()
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2324, in load
    return self.resolve()
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2330, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/usr/local/lib/python3.6/dist-packages/b2fuse/b2fuse.py", line 31, in <module>
    from .version import VERSION
  File "/usr/local/lib/python3.6/dist-packages/b2fuse/version.py", line 26, in <module>
    from importlib.metadata import version
**ModuleNotFoundError: No module named 'importlib.metadata'**
@ppolewicz
Copy link
Collaborator

I think b2fs4chia may not work with python 3.6, it may be improperly labeled as compatible with 3.6 but it's a documentation error. Could you please try 3.7?

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

2 participants