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

BOB make #104

Open
KlausPeterLuttkus opened this issue Feb 16, 2025 · 0 comments
Open

BOB make #104

KlausPeterLuttkus opened this issue Feb 16, 2025 · 0 comments

Comments

@KlausPeterLuttkus
Copy link

Hi @ all,

I have a problem executing bob makei command:

Traceback (most recent call last):
File "/QOpenSys/pkgs/lib/bob/src/makei/cli/makei_entry.py", line 12, in
from makei.cvtsrcpf import CvtSrcPf
File "/QOpenSys/pkgs/lib/bob/src/makei/cvtsrcpf.py", line 7, in
from makei.ibm_job import IBMJob
File "/QOpenSys/pkgs/lib/bob/src/makei/ibm_job.py", line 10, in
import ibm_db_dbi

ModuleNotFoundError: No module named 'ibm_db_dbi'

I checked default version of python

update-alternatives--config python

Selection Path Priority Status
0 /QOpenSys/pkgs/bin/python3.13 313 auto mode
1 /QOpenSys/pkgs/bin/python2.7 207 manual mode
2 /QOpenSys/pkgs/bin/python3.13 313 manual mode
3 /QOpenSys/pkgs/bin/python3.6 306 manual mode

4 /QOpenSys/pkgs/bin/python3.9 309 manual mode *

I called python in interactive mode:

python
Python 3.9.20 (main, Nov 5 2024, 10:59:51)
[GCC 6.3.0] on os400

This verified that python39 is default.

I imported module ibm_db:
ibm_db.version
'2.0.5.15'

I imported module ibm_db_dbi
ibm_dbdbi.version
'2.0.5.15'

This shows that everything is in place. What am i missing?

Any help would be apreciated!

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

1 participant