ModuleNotFoundError: No module named '_version'

I corrected it because of an error, but the revision is not maintained and returns to its original state.

init.py

original
import importlib

from _version import get_versions

version = get_versions()['version']
del get_versions

revision
import importlib

from ._version import get_versions

version = get_versions()['version']
del get_versions

when i type qiime command...
The revision has been returned to the original.

Hi @1113!

Can you explain this in more detail?

We can't provide support for manually edited source files. All QIIME 2 packages are rigorously tested via an automated pipeline prior to publication.

Please let us know what issue you ran into and we can try to help deal with that error in a sustainable manner. Thanks!

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.