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

[question] Handling Python library dependencies #1874

Open
liarokapisv opened this issue Jun 9, 2020 · 1 comment
Open

[question] Handling Python library dependencies #1874

liarokapisv opened this issue Jun 9, 2020 · 1 comment
Labels
question Further information is requested

Comments

@liarokapisv
Copy link

Lately I've been trying to package https://github.com/nanopb/nanopb. The problem is that it requires that the "protobuf" python library be installed. Is this something that conan can reasonably handle without resorting to system_requirements? If I have to go the system_requirements route is there any support for controlling the behaviour using say python virtual environments? Ideally I was thinking that I could add the library as a system_requirements, and activate a python virtualenv in which I could install the requirements but conan does not provide any suppotr of changing the system_requirements environment at this moment. Is there any good way forward or should I just bite the bullet and go with system_requirements and instead sandbox the whole conan environment ?

@liarokapisv liarokapisv added the question Further information is requested label Jun 9, 2020
@Croydon
Copy link
Contributor

Croydon commented Apr 11, 2024

See also

@uilianries The decisions and explanations of the Conan team are currently shattered all over the place. Could this please be documented more officially?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants