Running into a problem with make test and make dmg

35 views
Skip to first unread message

Jon Thompson

unread,
Jan 31, 2017, 5:18:52 PM1/31/17
to Simian Discuss
make test worked yesterday to the point that I actually got it installed in GAE.. Then I went to the next step of building a client and I get this when I run:

jthompson$ make dmg
"/usr/bin/python2.7" -c 'import virtualenv; exit(virtualenv.__version__ != "13.1.2")' || \
 
(sudo /usr/bin/easy_install-2.7 -U virtualenv==13.1.2 && \
 sudo
/usr/bin/easy_install-2.7 -U setuptools==18.6.1)
[ -d VE ] || \
 
"/usr/bin/python2.7" /usr/local/bin/virtualenv --no-site-packages VE
rm
-rf dist/simian-2.5.tar.gz dist/simian-2.5.tar
for egg in \
 M2Crypto
-0.22.3-py2.7-macosx-10.9-intel.egg \
 M2Crypto
-0.22.3-py2.7-macosx-10.10-intel.egg \
 M2Crypto
-0.22.3-py2.7-macosx-10.11-intel.egg \
 M2Crypto
-0.22.3-py2.7-macosx-10.12-intel.egg ; do \
 
[[ -f "simian_${egg}" ]] || curl -o "simian_${egg}" "https://storage.googleapis.com/m2crypto_eggs/${egg}" ; \
 
done
[ -f test ] || \
 VE
/bin/python VE/bin/easy_install-2.7 "/Users/jthompson/simian"/simian_M2Crypto-*-py2.7-macosx-10.12*.egg && \
 env SIMIAN_CONFIG_PATH
="/Users/jthompson/simian/etc/simian/" \
 VE
/bin/python setup.py google_test && touch test && \
 echo ALL TESTS COMPLETED SUCCESSFULLY
Traceback (most recent call last):
 
File "setup.py", line 99, in <module>
 google_test_dir
= 'src/tests',
 
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 111, in setup
 _setup_distribution
= dist = klass(attrs)
 
File "/Users/jthompson/simian/VE/lib/python2.7/site-packages/setuptools/dist.py", line 272, in __init__
 _Distribution
.__init__(self,attrs)
 
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 287, in __init__
 
self.finalize_options()
 
File "/Users/jthompson/simian/VE/lib/python2.7/site-packages/setuptools/dist.py", line 327, in finalize_options
 ep
.load()(self, ep.name, value)
 
File "/Users/jthompson/simian/VE/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2355, in load
 
return self.resolve()
 
File "/Users/jthompson/simian/VE/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2361, in resolve
 
module = __import__(self.module_name, fromlist=['__name__'], level=0)
ImportError: No module named apputils.setup_command
make
: *** [test] Error 1


I'm running Sierra and have the google app engine and python SDK installed.

Allister Banks

unread,
Jan 31, 2017, 9:45:56 PM1/31/17
to simian-...@googlegroups.com
Not seeing that symptom with a checkout from early last week, but I did notice I had to install the original version of the tools (although that was mainly for appcfg.py),

https://storage.googleapis.com/appengine-sdks/featured/GoogleAppEngineLauncher-1.9.50.dmg

referred from

https://cloud.google.com/appengine/docs/python/download

Allister


--
You received this message because you are subscribed to the Google Groups "Simian Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to simian-discuss+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages