Skip to content
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

Build errors on Debian 9 .. solved it though #18

Open
dooferorg opened this issue Feb 1, 2019 · 0 comments
Open

Build errors on Debian 9 .. solved it though #18

dooferorg opened this issue Feb 1, 2019 · 0 comments

Comments

@dooferorg
Copy link

dooferorg commented Feb 1, 2019

I did have some problems in getting the dependencies to work, but I figured it out and wanted to pass along what I did.

I was getting build errors for the 'cryptography' module. Upon finding this link: https://cryptography.io/en/latest/installation/#building-cryptography-on-linux .. I went ahead and tried updating the packages as indicated (apt-get install build-essential libssl-dev libffi-dev python3-dev) but it didn't help. What DID help was doing 'pip install cryptography --no-binary cryptography'

I then went through each line of 'requirements.txt' and issued separate 'pip install ' (with no version number) and they installed ok.

I was then able to run the vimeo-downloader.py as expected and it works fine.

Just wanted to pass that along in case anyone happens across the same issues I had.

fcojgodoy added a commit to fcojgodoy/vimeo-download that referenced this issue Feb 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant