-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
Fix deps for *.deb on Ubuntu 19.10 #132
Comments
@Batcastle we only support the latest Ubuntu LTS which is 18.04 with the The message says Please try to clone and install Dragonfire with I remember that installing a Debian package with Last but not least, feel free to send pull requests 😊 |
Thank you for the clarification. Maybe put that you only support the latest Ubuntu LTS in the README? I checked just now and did not see it. On a side note,
I don't have But, as I said, just a side note, so not a big deal. ¯_(ツ)_/¯ |
@Batcastle would you like to add that Ubuntu LTS notice to README.md by sending a PR? I have misunderstood your statement about
You might need to install the development dependencies with |
I downloaded the latest dragonfire_1.1.1_amd64.deb and tried installing via dpkg -i and encountered the above error. Installing via make file also shows the same error. I am currently using Ubuntu 19.10. |
When installing Dragonfire on Ubuntu 19.10, installation fails due to dependency issues. The following error is reported:
portaudio19-dev
is in the repos, so why it says it is not going to be installed, I don't know:MANUALLY installing
portaudio19-dev
does resolve the problem with that package, but the python problem persists.The command I used for installation was:
This works the same as the
dpkg -i
command listed on theREADME.md
, but also handles dependencies, just for disclosure.The text was updated successfully, but these errors were encountered: