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

ModuleNotFoundError: No module named 'axolotl' #20

Open
frankwang28 opened this issue Jan 27, 2021 · 2 comments
Open

ModuleNotFoundError: No module named 'axolotl' #20

frankwang28 opened this issue Jan 27, 2021 · 2 comments

Comments

@frankwang28
Copy link

When running generate_dataset from the given example, the axolotl module is not found.
Running pip install -e . lead to no errors. However, from another issue post, running python setup.py install leads to:

120932875_1444343129103308_1617084652823366945_n

@ZhongLIFR
Copy link

you should firstly install the "axolotl" by running "pip install axolotl" in your window if you use a MacOS

@akravcuk
Copy link

akravcuk commented Mar 11, 2022

Hello,
just getting the message: "ModuleNotFoundError: No module named 'axolotl.utils'" once running this example: https://github.com/datamllab/tods

$ pip list | grep axol
axolotl 0.0.1

$ pip install python-axolotl

In [1]: import axolotl

In [2]: dir(axolotl)
Out[2]:
['author',
'builtins',
'cached',
'doc',
'email',
'file',
'license',
'loader',
'name',
'package',
'path',
'spec',
'status',
'version']

In [3]: print(axolotl.version)
0.2.3

In [4]: from axolotl.backend.simple import SimpleRunner

ModuleNotFoundError Traceback (most recent call last)
Input In [4], in <cell line: 1>()
----> 1 from axolotl.backend.simple import SimpleRunner

ModuleNotFoundError: No module named 'axolotl.backend'

Thank you in advance

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

3 participants