menpo / menpo3d

Tools for manipulating 3D meshes within the Menpo project.
http://www.menpo.org
Other
165 stars 55 forks source link

ModuleNotFoundError: No module named 'menpo3d' #63

Closed tiancaipipi110 closed 3 years ago

tiancaipipi110 commented 5 years ago

Hi, do we need to install menpo3d separately? I was getting an ImportError: No module named menpo3d If menpo package supports python 3.6+, and menpo3d supports python2, how is this gonna work out?

tiancaipipi110 commented 5 years ago

nvrmnd, installed through conda install -c menpo menpo3d

tiancaipipi110 commented 5 years ago

Nope, something'still not right :(

ImportError: Could not import backend for traits
_______________________________________________________________________________
Make sure that you have either the TraitsBackendWx or the TraitsBackendQt
projects installed. If you installed Mayavi with easy_install, try
easy_install <pkg_name>. easy_install Mayavi[app] will also work.

Menpo3dMissingError: You need to install the 'menpo3d' package in order to use this functionality. We recommend that you use conda to achieve this - try the command 'conda install -c menpo menpo3d' in your terminal.
rs9899 commented 4 years ago

@tiancaipipi110 Did you find a solution to this?

patricksnape commented 3 years ago

Please use conda-forge to install menpo3d conda install -c conda-forge menpo3d