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

Transforms3d dependency does not work through conda #3

Closed
jwbuurlage opened this issue Feb 19, 2019 · 1 comment
Closed

Transforms3d dependency does not work through conda #3

jwbuurlage opened this issue Feb 19, 2019 · 1 comment

Comments

@jwbuurlage
Copy link
Member

jwbuurlage commented Feb 19, 2019

Installing flexDATA through conda fails with the instructions:

conda create -n <your-environment> python=3.6
conda install -c cicwi -c astra-toolbox/label/dev -c conda-forge -c owlas flexdata

When running:

python -i
import flexdata

you get an error stating that transforms3d is not found. This is most likely because the conda build of transforms3d is broken. Installing it manually through pip does work:

pip install transforms3d
python -i
import flexdata
# all is well

I realize this is probably an issue with the upstream package, but as of now the conda build of flexdata unfortunately does not work out of the box :(

@teascavenger
Copy link
Collaborator

I think I fixed it!

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

2 participants