-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[Bug] ProcessLookupError on CLI command from quickstart #7005
Comments
Hi, thanks for this. We can't directly support this OS, specifically, but did you also install the Linux-specific components? https://docs.openbb.co/cli/installation#linux-requirements Additionally, CLI is not really suitable for VMs or Docker. |
Thanks for checking back. I would look into it myself, but I don't get any promising lead from the traceback - I would not even know where to begin, probably starting from the pywry dependency? Regarding Linux-specific components: Yes, Rust and Webkitgtk are both installed system-wide.
Thanks for mentioning. Just to be clear, I am not running this in a VM or Docker. |
It's going to be something related to PyWry - window creation - or environment contamination via $PATH priorities of Python libraries and executables |
@fleimgruber is this https://nixos.org/blog/announcements/2024/nixos-2411/ ? what version Linux/MacOS/Windows(WSL2)/Docker ? |
@qmarsun Where should I upload the compressed strace output (~200 KB)?
Yep, that's it.
FWIW, GNU/Linux kernel 6.6.75 edit: I reproduced this with v4.4.0 of openbb_platform. |
@fleimgruber, what version of libwebkit2 do you have installed, libwebkit2gtk-4.1-dev? If 4.1, can you try downgrading to 4.0? |
Looking at https://search.nixos.org/packages?channel=24.11&from=0&size=50&sort=relevance&type=packages&query=webkitgtk I see both 4.0 and 4.1 as different ABI versions. I explicitly installed |
Other things to try:
|
I am always using tools such as
How should I reproduce the problem without CLI? |
Well which is it then? In any case, it is always possible to include/exclude user site-packages, I'm suggesting ensuring they are strictly excluded from the environment, and packages pulled into the environment are not symlinks. |
Ah, yes that might have been confusing: I tried with micromamba first as I was exactly following the install instructions (and empirically conda tends to work best as a first attempt). When I came back to this later (in #7005 (comment)) I tried with I tried |
That's an issue with the version of yFinance, you can Make sure you update your version of pip in any new environment, before installing anything in it. |
Describe the bug
Python traceback after CLI command from quickstart.
To Reproduce
Screenshots
Desktop (please complete the following information):
Additional context
Installed from source using
micromamba
for env creation and installed viapython dev_install.py -e --cli
.The text was updated successfully, but these errors were encountered: