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

failed to import module _transformations #4

Closed
OmerShubi opened this issue Sep 3, 2019 · 1 comment
Closed

failed to import module _transformations #4

OmerShubi opened this issue Sep 3, 2019 · 1 comment
Labels
Priority: Medium Type: Bug Something isn't working

Comments

@OmerShubi
Copy link
Collaborator

_import_module('_transformations')

executing
python /cameranetwork/scripts_client/camera_client.py
results in

/home/shubi/PycharmProjects/cameranetwork/CameraNetwork/transformation_matrices.py:1899: UserWarning: failed to import module _transformations
  warnings.warn("failed to import module %s" % name)
@OmerShubi
Copy link
Collaborator Author

Maybe related to missing requirement:

Requirements
------------
* `CPython 2.7 or 3.4 <http://www.python.org>`_
* `Numpy 1.9 <http://www.numpy.org>`_
* `Transformations.c 2015.07.18 <http://www.lfd.uci.edu/~gohlke/>`_
(recommended for speedup of some functions)

@OmerShubi OmerShubi added Priority: Medium Type: Bug Something isn't working labels Sep 4, 2019
OmerShubi added a commit that referenced this issue Sep 15, 2019
Uncomment (and add file) if transformations is required
OmerShubi added a commit that referenced this issue Sep 16, 2019
* sphinx fix WIP

* Update drone_camera.py

* Update README.md

* Update install.rst

traits-enaml clone brande update-frame-table to fix a bug

* Update conf.py

Workaround for #9

* Update install.rst

* Added images for docs, tmp solution for linux/windows map file path

* Update usage.rst

Added TOC

* Update install.rst

* global setting cleanup

* controller typo fixes and format

* Non-critical changes

* client.py typo fix

* fixes issue #4
Uncomment (and add file) if transformations is required

* Closes #9

* closes #12

* Delete Makefile

* Delete make.bat

* Update install.rst

* calibration.py typo fixes
OmerShubi added a commit that referenced this issue Sep 16, 2019
* sphinx fix WIP

* Update drone_camera.py

* Update README.md

* Update install.rst

traits-enaml clone brande update-frame-table to fix a bug

* Update conf.py

Workaround for #9

* Update install.rst

* Added images for docs, tmp solution for linux/windows map file path

* Update usage.rst

Added TOC

* Update install.rst

* global setting cleanup

* controller typo fixes and format

* Non-critical changes

* Close Branch

* client.py typo fix

* fixes issue #4
Uncomment (and add file) if transformations is required

* Closes #9

* closes #12

* Delete Makefile

* Delete make.bat

* Update install.rst

* calibration.py typo fixes

* Documentation fixed!
closes #11

* Added client.yml and installation instructions (commmit before)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Medium Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant