Error installing with pip on MacBook Pro
Created by: fanglicheng
Clean installation on a MacBook Pro:
➜ speech_paddle_dy git:(master) ✗ python3 -m pip install paddle
Defaulting to user installation because normal site-packages is not writeable
Collecting paddle
Using cached paddle-1.0.2.tar.gz (579 kB)
ERROR: Command errored out with exit status 1:
command: /Library/Developer/CommandLineTools/usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/dr/h6vr7s1n6zzgv2nk__kplkhh0000gp/T/pip-install-zqc4q9x6/paddle/setup.py'"'"'; file='"'"'/private/var/folders/dr/h6vr7s1n6zzgv2nk__kplkhh0000gp/T/pip-install-zqc4q9x6/paddle/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/dr/h6vr7s1n6zzgv2nk__kplkhh0000gp/T/pip-pip-egg-info-2o0e7zsb
cwd: /private/var/folders/dr/h6vr7s1n6zzgv2nk__kplkhh0000gp/T/pip-install-zqc4q9x6/paddle/
Complete output (7 lines):
Traceback (most recent call last):
File "", line 1, in
File "/private/var/folders/dr/h6vr7s1n6zzgv2nk__kplkhh0000gp/T/pip-install-zqc4q9x6/paddle/setup.py", line 3, in
import paddle
File "/private/var/folders/dr/h6vr7s1n6zzgv2nk__kplkhh0000gp/T/pip-install-zqc4q9x6/paddle/paddle/init.py", line 5, in
import common, dual, tight, data, prox
ModuleNotFoundError: No module named 'common'
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.