-
Notifications
You must be signed in to change notification settings - Fork 77
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
pip install -r requirements.txt fails on Manjaro Arch Linux #22
Comments
and when i run the python -m oa i get the following: |
I don't have an easy way to read the file you attached, but I'd already skimmed the original message.. in general, you'll want to read that log output and figure out where the first failure is occurring. The most likely cause is going to be your system is missing some required package (could be some development headers, could be a build tool). How/what to install is going to be platform-specific. It looks like you're using Anaconda, so you might need to use that project's way to add modules (if it's different from the 'built-in' ways). |
Thank you good sir
…On Tue, Jul 2, 2019, 01:45 joshuashort ***@***.***> wrote:
python -m oa won't work until the requirements are successfully
installed..
I don't have an easy way to read the file you attached, but I'd already
skimmed the original message.. in general, you'll want to read that log
output and figure out where the first failure is occurring. The most likely
cause is going to be your system is missing some required package (could be
some development headers, could be a build tool). How/what to install is
going to be platform-specific.
It looks like you're using Anaconda, so you might need to use that
project's way to add modules (if it's different from the 'built-in' ways).
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#22?email_source=notifications&email_token=AMIYAIVRZUCQNOBE6VOERNDP5KJJFA5CNFSM4H4VQNB2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODY7UU6Q#issuecomment-507464314>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMIYAIQXNA7FGJ7DMO6ZGHTP5KJJFANCNFSM4H4VQNBQ>
.
|
It looks like your system is having trouble building/installing pocketsphinx. It seems like this could be an issue with the tool chain used by Anaconda.. I'm not familiar enough with this particular setup.. |
I had a similar issue doing the build-- since I don't use Python much, myself, I was missing some fundamental things that seemed to be assumed that I would have them installed: then the python3-dev package (to get Python.h) |
I had the exact same issue. Installing |
Updated https://github.com/openassistant/oa-core/wiki/Installation#linux with some of this info. |
Hi,
I get this error code when i typ in the pip install -r requirements.txt command.
new 1.DOCX
The text was updated successfully, but these errors were encountered: