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

Added requirements install step for sim installation in CI setup. #159

Merged
merged 1 commit into from
Jul 16, 2019

Conversation

mathfac
Copy link
Contributor

@mathfac mathfac commented Jul 16, 2019

Motivation and Context

Added requirements install step for sim installation in CI setup to fix CI build.
During CI run lately we get an error during quaternion dependency installation:

AttributeError: 'dict' object has no attribute '__NUMPY_SETUP__'

I checked that the error happens also on old commit in master that was passing before.
The fix here is to install simulator python dependencies through the pip.
The error is also related to issue facebookresearch/habitat-sim#95.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have completed my CLA (see CONTRIBUTING)
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Jul 16, 2019
@mathfac mathfac merged commit 21ffe63 into master Jul 16, 2019
@mathfac mathfac deleted the ci_install_req_fix branch July 16, 2019 00:46
JasonJiazhiZhang added a commit to JasonJiazhiZhang/habitat-api that referenced this pull request Jul 16, 2019
* Update Habitat-API to allow for no rendering sensors (facebookresearch#139)

Update Habitat-API to allow for no rendering sensors

* Added installation requirements step for sim installation in CI setup. (facebookresearch#159)

Added installation requirements step for sim installation in CI setup
abhiskk pushed a commit that referenced this pull request Jul 22, 2019
* refactor and  add generic trainer class

* fix to pass tests

* change BaseModel to BaseTrainer

* fix tensorboard import causing CI failure

* modify circle-ci test script accordingly

* doc, typing and other changes

* rename BASELINE to TRAINER

* merge from upstream master

* Update Habitat-API to allow for no rendering sensors (#139)

Update Habitat-API to allow for no rendering sensors

* Added installation requirements step for sim installation in CI setup. (#159)

Added installation requirements step for sim installation in CI setup

* move RolloutStorage to utils

* add environments.py

* make ckpt dir if not exist

* small fixes according to comments

* changes according to comments

* update readme

* fix old config compatibility

* fix missed isort lint
dhruvbatra pushed a commit that referenced this pull request May 10, 2020
The CI happily continues running pytest even if the build fails. That is
*not* wanted.
dannymcy pushed a commit to dannymcy/habitat-lab that referenced this pull request Jul 8, 2024
facebookresearch#159)

Added installation requirements step for sim installation in CI setup
dannymcy pushed a commit to dannymcy/habitat-lab that referenced this pull request Jul 8, 2024
…earch#153)

* refactor and  add generic trainer class

* fix to pass tests

* change BaseModel to BaseTrainer

* fix tensorboard import causing CI failure

* modify circle-ci test script accordingly

* doc, typing and other changes

* rename BASELINE to TRAINER

* merge from upstream master

* Update Habitat-API to allow for no rendering sensors (facebookresearch#139)

Update Habitat-API to allow for no rendering sensors

* Added installation requirements step for sim installation in CI setup. (facebookresearch#159)

Added installation requirements step for sim installation in CI setup

* move RolloutStorage to utils

* add environments.py

* make ckpt dir if not exist

* small fixes according to comments

* changes according to comments

* update readme

* fix old config compatibility

* fix missed isort lint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Do not delete this pull request or issue due to inactivity.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants