Skip to content

Compatibility with ARM #3675

Answered by dthain
aedandan asked this question in Q&A
Feb 22, 2024 · 3 comments · 5 replies
Discussion options

You must be logged in to vote

So if you are compiling and installing cctools from source (make and make install) then you need to set PYTHONPATH so that Python knows where to look to find the modules.

If you installed cctools in $HOME/cctools then you need to do something like this:

$ export PYTHONPATH=$HOME/cctools/lib/python3.11/site-packages:${PYTHONPATH}

(and note that you should use the proper version number of python.)

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@aedandan
Comment options

@aniquaTabassum
Comment options

Comment options

You must be logged in to vote
1 reply
@aniquaTabassum
Comment options

Comment options

You must be logged in to vote
2 replies
@aniquaTabassum
Comment options

@dthain
Comment options

Answer selected by dthain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants