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

about the module “Path” #20

Closed
TowerTowerLee opened this issue Jun 12, 2019 · 2 comments
Closed

about the module “Path” #20

TowerTowerLee opened this issue Jun 12, 2019 · 2 comments

Comments

@TowerTowerLee
Copy link

TowerTowerLee commented Jun 12, 2019

When I was converting the dataset according to 3D-Reconstruction-Kinect/3D_generation.sh, I met the problem running this file: convert_shapenet10.py.
Here is the error message:

Traceback (most recent call last):
File "convert_shapenet10.py", line 5, in
from path import Path
ModuleNotFoundError: No module named 'path'

Although I googled it many times, but I still don't know how to solve it, 'cause it seems that there is no such module called "path". Does it matter if not running this file? It seems important..

My version is python 3.6 by the way, with tensorflow 1.13.1 in Windows system

@mallorbc
Copy link

I had troubles with this as well. Try pip install path.py. That should fix your issue.

@TowerTowerLee
Copy link
Author

Thank you.I have already solved this issue.Hope to keep in contact with you if there are more problems.

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