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

Expects python to be called python and not e.g. python3 #33

Open
Zentrik opened this issue Dec 22, 2024 · 0 comments
Open

Expects python to be called python and not e.g. python3 #33

Zentrik opened this issue Dec 22, 2024 · 0 comments

Comments

@Zentrik
Copy link

Zentrik commented Dec 22, 2024

Assumes python is invoked by calling python at

self.command = command or 'python'
and this error seems to be suppressed by default at

faber/src/faber/tool.py

Lines 149 to 155 in 11d443b

except Exception as e:
from . import debug
logger.info('trying to instantiate {} yields "{}"'
.format(cls.__name__, e))
if debug:
import traceback
traceback.print_exc()

I encountered this using faber 0.5.3 from PyPi and trying to build boost python.

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