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

Failing build on CircleCI #11

Closed
stigrj opened this issue Oct 9, 2018 · 1 comment · Fixed by #12
Closed

Failing build on CircleCI #11

stigrj opened this issue Oct 9, 2018 · 1 comment · Fixed by #12
Assignees

Comments

@stigrj
Copy link
Contributor

stigrj commented Oct 9, 2018

CircleCI fails with the following message (complete output):

#!/bin/bash -eo pipefail
pipenv install --three

Creating a virtualenv for this project...
Pipfile: /home/merzbow/vampyr/Pipfile
Using /usr/bin/python3 (3.6.5) to create virtualenv...
Already using interpreter /usr/bin/python3
Using base prefix '/usr'
New python executable in /home/merzbow/.local/share/virtualenvs/vampyr-YejbnMRG/bin/python3
Also creating executable in /home/merzbow/.local/share/virtualenvs/vampyr-YejbnMRG/bin/python
Installing setuptools, pip, wheel...done.
Setting project for vampyr-YejbnMRG to /home/merzbow/vampyr

Virtualenv location: /home/merzbow/.local/share/virtualenvs/vampyr-YejbnMRG
Pipfile.lock not found, creating...
Locking [dev-packages] dependencies...
Locking [packages] dependencies...
env/utils.py", line 402, in resolve_deps
    req_dir=req_dir
  File "/usr/local/lib/python3.6/dist-packages/pipenv/utils.py", line 250, in actually_resolve_deps
    req = Requirement.from_line(dep)
  File "/usr/local/lib/python3.6/dist-packages/pipenv/vendor/requirementslib/models/requirements.py", line 704, in from_line
    line, extras = _strip_extras(line)
TypeError: 'module' object is not callable

Exited with code 1
@robertodr
Copy link
Contributor

robertodr commented Oct 11, 2018

Seems related to this pypa/pipenv#2924 I think I need to update the Docker image. I am suprised this isn't happening for MRChem. I wonder whether CircleCI caches the Docker images 🤔

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

Successfully merging a pull request may close this issue.

2 participants