-
Notifications
You must be signed in to change notification settings - Fork 26
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
JaBbA installation error #94
Comments
This is because we recently added a new method |
Thank you! I installed gGnome, but now I get another error. Note that I am trying to use JaBbA with Gurobi, not CPLEX. JaBbA 2023-10-06 14:26:32.096997: ${CPLEX_DIR}/cplex not found |
We have just merged a PR that should address this error. JaBbA should now have an exception for gurobi. Please try reinstalling JaBbA. |
Thank you, but I still get a very similar error. Please advise, thank you! JaBbA 2023-10-10 14:00:37.77823: ${CPLEX_DIR}/cplex not found |
We have just merged another PR that should address this issue. Please reinstall JaBbA and try again and let us know if you're still encountering problems. |
Thank you, that worked to install JaBbA with Gurobi! However, I am now trying to run it on the simple example provided and I'm running into some problems.
" .....
" ... Thank you for your help! |
Unfortunately, I was unable to reproduce this error. However, it seems like this an issue with gTrack, not JaBbA itself. gTrack is another package developed by our lab which here is used to visualize JaBbA outputs. I've gone ahead and opened a new issue for you here. I'm going to close this issue as completed since you were able to successfully install JaBbA, but I'll be happy to assist you in the new issue thread. |
Hello, I am trying to install JaBbA with Gurobi in R 4.3.1 (under Rstudio 2023.09), on a MacOS 13.6 (64-bit). I successfully installed Gurobi and ran an example in R. When I try to install JaBbA using
devtools::install_github('mskilab/JaBbA')
, I get the following error:Warning: multiple methods tables found for ‘%&%’
JaBbA 2023-10-06 12:15:20.954732: ${CPLEX_DIR}/cplex not found
Error: package or namespace load failed for ‘JaBbA’:
.onLoad failed in loadNamespace() for 'JaBbA', details:
call: fun(libname, pkgname)
error: object 'testOptimizationFunction' not found
Error: loading failed
Execution halted
ERROR: loading failed
Warning message:
In i.p(...) :
installation of package ‘/var/folders/_1/p32n59195519xglhbr23ch800000gn/T//RtmpSqVlsl/file1683d5bae49/JaBbA_1.1.tar.gz’ had non-zero exit status
Your advice will be very appreciated. Thank you!
The text was updated successfully, but these errors were encountered: