-
Notifications
You must be signed in to change notification settings - Fork 7
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
Unable to install on Linux Mint 17.3 #57
Comments
I used the source code to compile it and was able to run it. I am not familiar with node.js/npm to fix the problem directly |
Hey there, This seems to be a problem with the way we package up into a .deb file. A quick Google says you can run "apt-get install -f" after the dpkg command to install the required dependencies We should add this to the README or something to clear this up :) |
Yeah, dpkg doesn't know how to find dependencies, just knows how to install, track, and complain about it! On Raspbian I've been using gdebi to install debs with dependencies, from the gdebi-core package. Maybe there's a standard tool for Debian/Ubuntu/Mint that does this in a nice way? If so, a readme update would be great. Joe
|
I find the dependencies are not being install and apt is removing the package.
|
The problem here seems to be that the Python sector of the Mint repositories does not include the python-cryptography package and depends on a package that python-cryptography is somehow in conflict with. I too tried to install the package with pip, but that doesn't communicate with debian dependency management world. When I attempted to install the package from the Ubuntu repository and install it with dpkg I got the conflict error. I succesfully installed the python-cryptography on a raspbian system, but there apparently isn't a Tide .deb that is compatible with the particular arm architecture of the pi 3. Why does the package need to be architecture dependent? |
Unable to install as a dependency is missing, I have tried to install the dep with pip but had no luck
sudo pip install cryptography
Can anyone help me?
The text was updated successfully, but these errors were encountered: