GithubHelp home page GithubHelp logo

dtmilano / lex-bot-tester Goto Github PK

View Code? Open in Web Editor NEW
16.0 4.0 4.0 1.08 MB

AWS Lex Bot Tester

License: GNU General Public License v3.0

Shell 1.03% Python 98.97%
aws alexa python testbot bot testing automation skill functional-testing

lex-bot-tester's Issues

pip install fails

Excited to use the application! Unfortunately pip install lex-bot-tester fails. Looks like it fails when trying to uninstall the dateutil package. I've attached the log. Errors start in the bolded section.
Any ideas?


Collecting lex-bot-tester
Using cached lex_bot_tester-1.0.4-py2.py3-none-any.whl
Requirement already satisfied: requests in /Library/Python/2.7/site-packages (from lex-bot-tester)
Requirement already satisfied: six in /Library/Python/2.7/site-packages/six-1.10.0-py2.7.egg (from lex-bot-tester)
Requirement already satisfied: setuptools in /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python (from lex-bot-tester)
Collecting boto3 (from lex-bot-tester)
Using cached boto3-1.6.3-py2.py3-none-any.whl
Requirement already satisfied: urllib3<1.23,>=1.21.1 in /Library/Python/2.7/site-packages (from requests->lex-bot-tester)
Requirement already satisfied: idna<2.7,>=2.5 in /Library/Python/2.7/site-packages (from requests->lex-bot-tester)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /Library/Python/2.7/site-packages (from requests->lex-bot-tester)
Requirement already satisfied: certifi>=2017.4.17 in /Library/Python/2.7/site-packages (from requests->lex-bot-tester)
Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in /Library/Python/2.7/site-packages (from boto3->lex-bot-tester)
Requirement already satisfied: s3transfer<0.2.0,>=0.1.10 in /Library/Python/2.7/site-packages (from boto3->lex-bot-tester)
Collecting botocore<1.10.0,>=1.9.3 (from boto3->lex-bot-tester)
Using cached botocore-1.9.3-py2.py3-none-any.whl
Requirement already satisfied: futures<4.0.0,>=2.2.0; python_version == "2.6" or python_version == "2.7" in /Library/Python/2.7/site-packages (from s3transfer<0.2.0,>=0.1.10->boto3->lex-bot-tester)
Collecting python-dateutil<3.0.0,>=2.1 (from botocore<1.10.0,>=1.9.3->boto3->lex-bot-tester)
Using cached python_dateutil-2.6.1-py2.py3-none-any.whl
Requirement already satisfied: docutils>=0.10 in /Library/Python/2.7/site-packages (from botocore<1.10.0,>=1.9.3->boto3->lex-bot-tester)

Installing collected packages: python-dateutil, botocore, boto3, lex-bot-tester
Found existing installation: python-dateutil 1.5
Uninstalling python-dateutil-1.5:
Exception:
Traceback (most recent call last):
File "/Library/Python/2.7/site-packages/pip/basecommand.py", line 215, in main
status = self.run(options, args)
File "/Library/Python/2.7/site-packages/pip/commands/install.py", line 342, in run
prefix=options.prefix_path,
File "/Library/Python/2.7/site-packages/pip/req/req_set.py", line 778, in install
requirement.uninstall(auto_confirm=True)
File "/Library/Python/2.7/site-packages/pip/req/req_install.py", line 754, in uninstall
paths_to_remove.remove(auto_confirm)
File "/Library/Python/2.7/site-packages/pip/req/req_uninstall.py", line 115, in remove
renames(path, new_path)
File "/Library/Python/2.7/site-packages/pip/utils/init.py", line 267, in renames
shutil.move(old, new)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 299, in move
copytree(src, real_dst, symlinks=True)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 208, in copytree
raise Error, errors

Error: [('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/init.py', '/var/folders/jy/xdv7r06s2hx87htlp70l3xt87vnqcz/T/pip-zdvoYu-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/init.py', "[Errno 1] Operation not permitted: '/var/folders/jy/xdv7r06s2hx87htlp70l3xt87vnqcz/T/pip-zdvoYu-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/init.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/init.pyc', '/var/folders/jy/xdv7r06s2hx87htlp70l3xt87vnqcz/T/pip-zdvoYu-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/init.pyc', "[Errno 1] Operation not permitted: '/var/folders/jy/xdv7r06s2hx87htlp70l3xt87vnqcz/T/pip-zdvoYu-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/init.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/easter.py', '/var/folders/jy/xdv7r06s2hx87htlp70l3xt87vnqcz/T/pip-zdvoYu-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/easter.py', "[Errno 1] Operation not permitted: '/var/folders/jy/xdv7r06s2hx87htlp70l3xt87vnqcz/T/pip-zdvoYu-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/easter.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/easter.pyc', '/var/folders/jy/xdv7r06s2hx87htlp70l3xt87vnqcz/T/pip-zdvoYu-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/easter.pyc', "[Errno 1] Operation not permitted: '/var/folders/jy/xdv7r06s2hx87htlp70l3xt87vnqcz/T/pip-zdvoYu-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/easter.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/parser.py', '/var/folders/jy/xdv7r06s2hx87htlp70l3xt87vnqcz/T/pip-zdvoYu-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/parser.py', "[Errno 1] Operation not permitted: '/var/folders/jy/xdv7r06s2hx87htlp70l3xt87vnqcz/T/pip-zdvoYu-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/parser.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/parser.pyc', '/var/folders/jy/xdv7r06s2hx87htlp70l3xt87vnqcz/T/pip-zdvoYu-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/parser.pyc', "[Errno 1] Operation not permitted: '/var/folders/jy/xdv7r06s2hx87htlp70l3xt87vnqcz/T/pip-zdvoYu-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/parser.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/relativedelta.py', '/var/folders/jy/xdv7r06s2hx87htlp70l3xt87vnqcz/T/pip-zdvoYu-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/relativedelta.py', "[Errno 1] Operation not permitted: '/var/folders/jy/xdv7r06s2hx87htlp70l3xt87vnqcz/T/pip-zdvoYu-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/relativedelta.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/relativedelta.pyc', '/var/folders/jy/xdv7r06s2hx87htlp70l3xt87vnqcz/T/pip-zdvoYu-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/relativedelta.pyc', "[Errno 1] Operation not permitted: '/var/folders/jy/xdv7r06s2hx87htlp70l3xt87vnqcz/T/pip-zdvoYu-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/relativedelta.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/rrule.py', '/var/folders/jy/xdv7r06s2hx87htlp70l3xt87vnqcz/T/pip-zdvoYu-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/rrule.py', "[Errno 1] Operation not permitted: '/var/folders/jy/xdv7r06s2hx87htlp70l3xt87vnqcz/T/pip-zdvoYu-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/rrule.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/rrule.pyc', '/var/folders/jy/xdv7r06s2hx87htlp70l3xt87vnqcz/T/pip-zdvoYu-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/rrule.pyc', "[Errno 1] Operation not permitted: '/var/folders/jy/xdv7r06s2hx87htlp70l3xt87vnqcz/T/pip-zdvoYu-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/rrule.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/tz.py', '/var/folders/jy/xdv7r06s2hx87htlp70l3xt87vnqcz/T/pip-zdvoYu-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/tz.py', "[Errno 1] Operation not permitted: '/var/folders/jy/xdv7r06s2hx87htlp70l3xt87vnqcz/T/pip-zdvoYu-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/tz.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/tz.pyc', '/var/folders/jy/xdv7r06s2hx87htlp70l3xt87vnqcz/T/pip-zdvoYu-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/tz.pyc', "[Errno 1] Operation not permitted: '/var/folders/jy/xdv7r06s2hx87htlp70l3xt87vnqcz/T/pip-zdvoYu-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/tz.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/tzwin.py', '/var/folders/jy/xdv7r06s2hx87htlp70l3xt87vnqcz/T/pip-zdvoYu-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/tzwin.py', "[Errno 1] Operation not permitted: '/var/folders/jy/xdv7r06s2hx87htlp70l3xt87vnqcz/T/pip-zdvoYu-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/tzwin.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/tzwin.pyc', '/var/folders/jy/xdv7r06s2hx87htlp70l3xt87vnqcz/T/pip-zdvoYu-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/tzwin.pyc', "[Errno 1] Operation not permitted: '/var/folders/jy/xdv7r06s2hx87htlp70l3xt87vnqcz/T/pip-zdvoYu-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/tzwin.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/zoneinfo/init.py', '/var/folders/jy/xdv7r06s2hx87htlp70l3xt87vnqcz/T/pip-zdvoYu-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/zoneinfo/init.py', "[Errno 1] Operation not permitted: '/var/folders/jy/xdv7r06s2hx87htlp70l3xt87vnqcz/T/pip-zdvoYu-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/zoneinfo/init.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/zoneinfo/init.pyc', '/var/folders/jy/xdv7r06s2hx87htlp70l3xt87vnqcz/T/pip-zdvoYu-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/zoneinfo/init.pyc', "[Errno 1] Operation not permitted: '/var/folders/jy/xdv7r06s2hx87htlp70l3xt87vnqcz/T/pip-zdvoYu-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/zoneinfo/init.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/zoneinfo/zoneinfo-2010g.tar.gz', '/var/folders/jy/xdv7r06s2hx87htlp70l3xt87vnqcz/T/pip-zdvoYu-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/zoneinfo/zoneinfo-2010g.tar.gz', "[Errno 1] Operation not permitted: '/var/folders/jy/xdv7r06s2hx87htlp70l3xt87vnqcz/T/pip-zdvoYu-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/zoneinfo/zoneinfo-2010g.tar.gz'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/zoneinfo', '/var/folders/jy/xdv7r06s2hx87htlp70l3xt87vnqcz/T/pip-zdvoYu-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/zoneinfo', "[Errno 1] Operation not permitted: '/var/folders/jy/xdv7r06s2hx87htlp70l3xt87vnqcz/T/pip-zdvoYu-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/zoneinfo'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil', '/var/folders/jy/xdv7r06s2hx87htlp70l3xt87vnqcz/T/pip-zdvoYu-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil', "[Errno 1] Operation not permitted: '/var/folders/jy/xdv7r06s2hx87htlp70l3xt87vnqcz/T/pip-zdvoYu-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil'")]

No Module

No module named lex_bot_tester.aws.alexa.alexaskillmanagementclient

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.