-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Version Handling Issue #1288
Comments
Are you using the right e.g. nvm use v14
PYENV_VERSION=3.9.17 bench init --skip-redis-config-generation --frappe-branch version-13 frappe-bench
cd frappe-bench https://github.com/frappe/frappe_docker/blob/main/docs/development.md#setup-first-bench |
@dvdl16 Yes im using the correct version you mentioned. After I'm getting the error. I click N instead of Y to check the python version. surprisingly its showing this version of python 3.11.6 |
Getting this error while running this command command
error
Note: I tried these many compination same above error gettong
|
After Doing the Remote-Containers: Reopen in Container I checked my sytem the python version its showing
but for another teammate have version
for him working fine. really good. i don't know why |
You can install py and nodejs version you need using pyenv and nvm. You can move back to commit you wish for bench as the source is located in Another suggestion is to push your desired image to a private registry where you can maintain any version you need. There was a PR that tagged version for benches you can use the tagged image, https://hub.docker.com/r/frappe/bench/tags Tags available v5.16.4 onwards |
@revant Actually one of my teammate system i checked now. there i can see the python version
but for her working fine. I don't understand. I'm using Ubuntu 22.04. Im checking the python version after running this command
I'm super confused |
This Solution Worked For Me
If any error comes in yarn use this command
|
For anyone running the ./installer script, you can also get the same error. Make sure you check node -v and python -V, and use this in your flags when running it, for example: ./installer.py -t version-15 -p 3.11.6 -n v18.18.2 -j apps.json -v |
This issue has been automatically marked as stale. You have a week to explain why you believe this is an error. |
I'm using the |
Description of the issue
One Year ago I used
frappe-docker
to develop and deploy the project. but now I'm trying to install on my local machine for Version-13. its not working the reason is the bench version its using the default version bench means the latest version. it will work for Version-14 & Version-15 the latest version is not compatible for the Version-13. I need to do in version-13. this really hard if Version-16 comes thebench
version will me move on after some days Version-14 won't work in frappe-docker because its using latest version of bench please. handle in separate branch. or else provide some command to modify the bench version.Context information (for bug reports)
Steps to reproduce the issue
Observed result
Expected result
Stacktrace / full error message if available
The text was updated successfully, but these errors were encountered: