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

VersionNotFound Error #45

Closed
e-lobo opened this issue Oct 24, 2022 · 1 comment
Closed

VersionNotFound Error #45

e-lobo opened this issue Oct 24, 2022 · 1 comment

Comments

@e-lobo
Copy link

e-lobo commented Oct 24, 2022

Im using frappe version-13

on bench get-app or bench remove-app the below error occurs

  File "lib/python3.9/site-packages/bench/bench.py", line 262, in sync
    self.update_apps_states(
  File "lib/python3.9/site-packages/bench/bench.py", line 207, in update_apps_states
    "version": get_current_version(app, self.bench.name),
  File "lib/python3.9/site-packages/bench/utils/app.py", line 283, in get_current_version
    current_version = get_version_from_string(f.read())
  File "lib/python3.9/site-packages/bench/utils/app.py", line 120, in get_version_from_string
    raise VersionNotFound(f"{contents} is not a valid version")
bench.exceptions.VersionNotFound:  is not a valid version
@nextchamp-saqib
Copy link
Member

It is not compatible with frappe version 13. You need to install insights on a version 14 frappe framework

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