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

Process fails when trying to install virtualenv #212

Open
jsperezg opened this issue Apr 9, 2018 · 3 comments
Open

Process fails when trying to install virtualenv #212

jsperezg opened this issue Apr 9, 2018 · 3 comments

Comments

@jsperezg
Copy link

jsperezg commented Apr 9, 2018

Good morning.

I've problems when trying to install virtualenv:

failed: [default] (item={u'url': u'http://es.archive.ubuntu.com/ubuntu/pool/universe/p/python-virtualenv/virtualenv_1.11.6+ds-1_all.deb', u'pkg': u'virtualenv_1.11.6+
ds-1_all.deb', u'sha256sum': u'1784c739a8f59c70faf2759bb27e96fe7dc231f8f98f9351fb64fc613927a260'}) => {"changed": false, "dest": "/tmp/virtualenv_1.11.6+ds-1_all.deb"
, "item": {"pkg": "virtualenv_1.11.6+ds-1_all.deb", "sha256sum": "1784c739a8f59c70faf2759bb27e96fe7dc231f8f98f9351fb64fc613927a260", "url": "http://es.archive.ubuntu.
com/ubuntu/pool/universe/p/python-virtualenv/virtualenv_1.11.6+ds-1_all.deb"}, "msg": "Request failed", "response": "HTTP Error 404: Not Found", "state": "absent", "s
tatus_code": 404, "url": "http://es.archive.ubuntu.com/ubuntu/pool/universe/p/python-virtualenv/virtualenv_1.11.6+ds-1_all.deb"}

Any clue about what might be happening? Any other method to install agora? I find it pretty difficult and obscure.

@nfortea
Copy link

nfortea commented Apr 10, 2018

The package is no longer available on ubuntu repositories.
You have to locate package in launchpad and correct url in deploy script.

@CarlosAgiledevers
Copy link

CarlosAgiledevers commented Apr 11, 2018

Hi, you have to modify packages.yml, replace es.archive to old-releases in every url :)

@jsperezg
Copy link
Author

I fixed it. I replaced the URL. Now it fails due to a missing file that seems to be expected to be received from github repos:

An exception occurred during task execution. To see the full traceback, use -vvv. The error was: AnsibleFileNotFound: Could not find or access '/home/authapi/usersdata.json'
fatal: [default]: FAILED! => {"changed": false, "msg": "Could not find or access '/home/authapi/usersdata.json'"}

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

3 participants