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 'preql.core' #44

Open
Kreijstal opened this issue Mar 23, 2022 · 1 comment
Open

ModuleNotFoundError: No module named 'preql.core' #44

Kreijstal opened this issue Mar 23, 2022 · 1 comment

Comments

@Kreijstal
Copy link

Kreijstal commented Mar 23, 2022

trying to run pipx run preql
or in venv pip install preql and running preql throws this same error.

Traceback (most recent call last):
  File "C:\Users\j\scoop\apps\python\current\lib\runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\Users\j\scoop\apps\python\current\lib\runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "C:\Users\j\ok\scripts\crawlformtool\Scripts\preql.exe\__main__.py", line 4, in <module>
  File "C:\Users\j\ok\scripts\crawlformtool\lib\site-packages\preql\__init__.py", line 1, in <module>
    from . import _base_imports
  File "C:\Users\j\ok\scripts\crawlformtool\lib\site-packages\preql\_base_imports.py", line 1, in <module>
    from .core import interp_common, pql_types, pql_objects, types_impl
ModuleNotFoundError: No module named 'preql.core'

This is in windows

@erezsh
Copy link
Owner

erezsh commented Mar 23, 2022

You're right, it was a bad build. Sorry for that!

I just released 0.2.7 which also includes various fixes. Give it a try.

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