-
Notifications
You must be signed in to change notification settings - Fork 234
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
Ubuntu Installation Error #81
Comments
Are you able to install other packages like |
Your base environment probably has some other incompatible software. @Miladiouss verify you can install by creating an environment:
This should work. If not, you'll get an error that can then be addressed. Also, is this a headless Ubuntu? Does it have an X server? or maybe it's a WSL install? |
@fdion same error occurs using an environment. Howevere, I should mention my anaconda3 is on an external drive but I've never had any issues with other packages. ERROR: Command errored out with exit status 1: .../anaconda3/envs/pandasgui/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-tmni4tuh/evdev_2ace6d8914c644cabaac59bed4d37b22/setup.py'"'"'; __file__='"'"'/tmp/pip-install-tmni4tuh/evdev_.../setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-ririedm5/install-record.txt --single-version-externally-managed --compile --install-headers .../anaconda3/envs/pandasgui/include/python3.8/evdev Check the logs for full command output.
|
I think @Miladiouss that you are missing some Also, if you could include the extre log. Without it, hard to tell where exactly it is bailing out of the install. Also, a way around that, possibly, would be to install stuff like And one more option: have you tried the conda-forge channel? (#51) |
Found the issue on a fresh base install of Ubuntu 20.10, @Miladiouss and the solution was:
This will populate /usr/include/linux with headers, amongst other things, and |
This worked for me as well when I was heaving error to install the linux-headers i.e. |
pip install pandasgui
fails.OS: Ubuntu 20.04.1 LTS
Python: Python 3.8.5
Anaconda: conda 3.8.5
Error message:
(directory modified for privacy, but it is not at ~/anaconda3)
The text was updated successfully, but these errors were encountered: