Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

TravisCI builds failing #17

Closed
calebmarchent opened this issue Dec 14, 2018 · 4 comments
Closed

TravisCI builds failing #17

calebmarchent opened this issue Dec 14, 2018 · 4 comments
Assignees

Comments

@calebmarchent
Copy link

calebmarchent commented Dec 14, 2018

https://travis-ci.com/facebookincubator/python-nubia/builds/94521692

json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
The command "pipenv install -d --system --three" failed and exited with 1 during .

@calebmarchent calebmarchent self-assigned this Dec 14, 2018
@calebmarchent
Copy link
Author

Something else weird here, TravisCI build history doesn't appear to match commit history.
Need to understand why there is a gap.

@calebmarchent
Copy link
Author

I found a couple of articles on this issue, but am still not clear on the most reliable way forward so have posted a question on the Travis forums: https://travis-ci.community/t/travisci-support-for-pipenv/1436.

calebmarchent pushed a commit to calebmarchent/python-nubia that referenced this issue Dec 14, 2018
Using language "python" in Travis starts up within a virtualenv; current
version of pipenv does not like to be run within an existing virtualenv;
we do require the pipenv library, to get dependencies, as we require
nose for the unit tests; so these are installed manually for the travis
job.

Fixes facebookarchive#17
@calebmarchent
Copy link
Author

Fixed

@y92lin
Copy link

y92lin commented May 8, 2020

Fixed

How did you resolve this issue? I'm having the same problem

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants