You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some strange reasons, Abricot on macOS doesn't work as it can't found the pcpp module.
But, after verifying with pip install pcpp, the module is already installed. (output: Requirement already satisfied: pcpp in /usr/local/lib/python3.10/site-packages (1.30))
I found a temporary workaround :
Get the site-packages path from the pip install pcppcommand. Mine is /usr/local/lib/python3.10/site-packages
Create an alias for your terminal environnement to specify the PYTHONPATH to the site-packages path when using abricot. For example, since I am on ZSH, I added to my .zshrc the following line: alias abricot='PYTHONPATH=/usr/local/lib/python3.10/site-packages abricot'
Abricot should then work properly.
I'm still working to find why it can't find the pcpp module...
Version
Yes
What OS are you seeing the problem on?
macOS
Relevant output
No response
The text was updated successfully, but these errors were encountered:
What happened?
For some strange reasons, Abricot on macOS doesn't work as it can't found the pcpp module.
But, after verifying with
pip install pcpp
, the module is already installed. (output:Requirement already satisfied: pcpp in /usr/local/lib/python3.10/site-packages (1.30)
)I found a temporary workaround :
pip install pcpp
command. Mine is/usr/local/lib/python3.10/site-packages
alias abricot='PYTHONPATH=/usr/local/lib/python3.10/site-packages abricot'
Abricot should then work properly.
I'm still working to find why it can't find the pcpp module...
Version
Yes
What OS are you seeing the problem on?
macOS
Relevant output
No response
The text was updated successfully, but these errors were encountered: