twilio / twilio-python

A Python module for communicating with the Twilio API and generating TwiML.
MIT License
1.86k stars 710 forks source link

Not able to install twilio library on windows #532

Closed krishgon closed 4 years ago

krishgon commented 4 years ago

Issue Summary

I wast just installing Twilio library while I happened to face an error which stopped me from installing it.

Steps to Reproduce

  1. open command prompt
  2. type pip install twilio
  3. You will see a big red error

The Error:

`ERROR: Command errored out with exit status 1: command: 'C:\Users\KrishA\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\KrishA\AppData\Local\Temp\pip-install-001bu0k2\twilio\setup.py'"'"'; file='"'"'C:\Users\KrishA\AppData\Local\Temp\pip-install-001bu0k2\twilio\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\KrishA\AppData\Local\Temp\pip-record-20brcpu8\install-record.txt' --single-version-externally-managed --user --prefix= --compile --install-headers 'C:\Users\KrishA\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\Include\twilio' cwd: C:\Users\KrishA\AppData\Local\Temp\pip-install-001bu0k2\twilio\ Complete output (663 lines): running install running build running build_py creating build creating build\lib creating build\lib\twilio copying twilio\compat.py -> build\lib\twilio copying twilio\request_validator.py -> build\lib\twilio copying twilio__init__.py -> build\lib\twilio creating build\lib\twilio\base copying twilio\base\deserialize.py -> build\lib\twilio\base copying twilio\base\domain.py -> build\lib\twilio\base copying twilio\base\exceptions.py -> build\lib\twilio\base copying twilio\base\instance_context.py -> build\lib\twilio\base copying twilio\base\instance_resource.py -> build\lib\twilio\base copying twilio\base\list_resource.py -> build\lib\twilio\base copying twilio\base\obsolete.py -> build\lib\twilio\base copying twilio\base\page.py -> build\lib\twilio\base copying twilio\base\serialize.py -> build\lib\twilio\base copying twilio\base\values.py -> build\lib\twilio\base copying twilio\base\version.py -> build\lib\twilio\base copying twilio\base__init__.py -> build\lib\twilio\base creating build\lib\twilio\http copying twilio\http\http_client.py -> build\lib\twilio\http copying twilio\http\request.py -> build\lib\twilio\http copying twilio\http\response.py -> build\lib\twilio\http copying twilio\http\validation_client.py -> build\lib\twilio\http copying twilio\http__init__.py -> build\lib\twilio\http creating build\lib\twilio\jwt copying twilio\jwt\compat.py -> build\lib\twilio\jwt copying twilio\jwt__init__.py -> build\lib\twilio\jwt creating build\lib\twilio\rest copying twilio\rest__init__.py -> build\lib\twilio\rest creating build\lib\twilio\twiml copying twilio\twiml\fax_response.py -> build\lib\twilio\twiml copying twilio\twiml\messaging_response.py -> build\lib\twilio\twiml copying twilio\twiml\voice_response.py -> build\lib\twilio\twiml copying twilio\twiml__init__.py -> build\lib\twilio\twiml creating build\lib\twilio\jwt\access_token copying twilio\jwt\access_token\grants.py -> build\lib\twilio\jwt\access_token copying twilio\jwt\access_token__init__.py -> build\lib\twilio\jwt\access_token creating build\lib\twilio\jwt\client copying twilio\jwt\client__init__.py -> build\lib\twilio\jwt\client creating build\lib\twilio\jwt\taskrouter copying twilio\jwt\taskrouter\capabilities.py -> build\lib\twilio\jwt\taskrouter copying twilio\jwt\taskrouter__init__.py -> build\lib\twilio\jwt\taskrouter creating build\lib\twilio\jwt\validation copying twilio\jwt\validation__init__.py -> build\lib\twilio\jwt\validation creating build\lib\twilio\rest\accounts copying twilio\rest\accounts__init__.py -> build\lib\twilio\rest\accounts creating build\lib\twilio\rest\api copying twilio\rest\api__init__.py -> build\lib\twilio\rest\api creating build\lib\twilio\rest\autopilot copying twilio\rest\autopilot__init__.py -> build\lib\twilio\rest\autopilot creating build\lib\twilio\rest\bulkexports copying twilio\rest\bulkexports__init__.py -> build\lib\twilio\rest\bulkexports creating build\lib\twilio\rest\chat copying twilio\rest\chat__init__.py -> build\lib\twilio\rest\chat creating build\lib\twilio\rest\conversations copying twilio\rest\conversations__init__.py -> build\lib\twilio\rest\conversations creating build\lib\twilio\rest\fax copying twilio\rest\fax__init__.py -> build\lib\twilio\rest\fax creating build\lib\twilio\rest\flex_api copying twilio\rest\flex_api__init__.py -> build\lib\twilio\rest\flex_api creating build\lib\twilio\rest\insights copying twilio\rest\insights__init__.py -> build\lib\twilio\rest\insights creating build\lib\twilio\rest\ip_messaging copying twilio\rest\ip_messaging__init__.py -> build\lib\twilio\rest\ip_messaging creating build\lib\twilio\rest\lookups copying twilio\rest\lookups__init__.py -> build\lib\twilio\rest\lookups creating build\lib\twilio\rest\messaging copying twilio\rest\messaging__init__.py -> build\lib\twilio\rest\messaging creating build\lib\twilio\rest\monitor copying twilio\rest\monitor__init__.py -> build\lib\twilio\rest\monitor creating build\lib\twilio\rest\notify copying twilio\rest\notify__init__.py -> build\lib\twilio\rest\notify creating build\lib\twilio\rest\numbers copying twilio\rest\numbers__init__.py -> build\lib\twilio\rest\numbers creating build\lib\twilio\rest\preview copying twilio\rest\preview__init__.py -> build\lib\twilio\rest\preview creating build\lib\twilio\rest\pricing copying twilio\rest\pricing__init__.py -> build\lib\twilio\rest\pricing creating build\lib\twilio\rest\proxy copying twilio\rest\proxy__init__.py -> build\lib\twilio\rest\proxy creating build\lib\twilio\rest\serverless copying twilio\rest\serverless__init__.py -> build\lib\twilio\rest\serverless creating build\lib\twilio\rest\studio copying twilio\rest\studio__init__.py -> build\lib\twilio\rest\studio creating build\lib\twilio\rest\supersim copying twilio\rest\supersim__init__.py -> build\lib\twilio\rest\supersim creating build\lib\twilio\rest\sync copying twilio\rest\sync__init__.py -> build\lib\twilio\rest\sync creating build\lib\twilio\rest\taskrouter copying twilio\rest\taskrouter__init__.py -> build\lib\twilio\rest\taskrouter creating build\lib\twilio\rest\trunking copying twilio\rest\trunking__init__.py -> build\lib\twilio\rest\trunking creating build\lib\twilio\rest\verify copying twilio\rest\verify__init__.py -> build\lib\twilio\rest\verify creating build\lib\twilio\rest\video copying twilio\rest\video__init__.py -> build\lib\twilio\rest\video creating build\lib\twilio\rest\voice copying twilio\rest\voice__init__.py -> build\lib\twilio\rest\voice creating build\lib\twilio\rest\wireless copying twilio\rest\wireless__init__.py -> build\lib\twilio\rest\wireless creating build\lib\twilio\rest\accounts\v1 copying twilio\rest\accounts\v1__init__.py -> build\lib\twilio\rest\accounts\v1 creating build\lib\twilio\rest\accounts\v1\credential copying twilio\rest\accounts\v1\credential\aws.py -> build\lib\twilio\rest\accounts\v1\credential copying twilio\rest\accounts\v1\credential\public_key.py -> build\lib\twilio\rest\accounts\v1\credential copying twilio\rest\accounts\v1\credential__init__.py -> build\lib\twilio\rest\accounts\v1\credential creating build\lib\twilio\rest\api\v2010 copying twilio\rest\api\v2010__init__.py -> build\lib\twilio\rest\api\v2010 creating build\lib\twilio\rest\api\v2010\account copying twilio\rest\api\v2010\account\application.py -> build\lib\twilio\rest\api\v2010\account copying twilio\rest\api\v2010\account\authorized_connect_app.py -> build\lib\twilio\rest\api\v2010\account copying twilio\rest\api\v2010\account\balance.py -> build\lib\twilio\rest\api\v2010\account copying twilio\rest\api\v2010\account\connect_app.py -> build\lib\twilio\rest\api\v2010\account copying twilio\rest\api\v2010\account\key.py -> build\lib\twilio\rest\api\v2010\account copying twilio\rest\api\v2010\account\new_key.py -> build\lib\twilio\rest\api\v2010\account copying twilio\rest\api\v2010\account\new_signing_key.py -> build\lib\twilio\rest\api\v2010\account copying twilio\rest\api\v2010\account\notification.py -> build\lib\twilio\rest\api\v2010\account copying twilio\rest\api\v2010\account\outgoing_caller_id.py -> build\lib\twilio\rest\api\v2010\account copying twilio\rest\api\v2010\account\short_code.py -> build\lib\twilio\rest\api\v2010\account copying twilio\rest\api\v2010\account\signing_key.py -> build\lib\twilio\rest\api\v2010\account copying twilio\rest\api\v2010\account\token.py -> build\lib\twilio\rest\api\v2010\account copying twilio\rest\api\v2010\account\transcription.py -> build\lib\twilio\rest\api\v2010\account copying twilio\rest\api\v2010\account\validation_request.py -> build\lib\twilio\rest\api\v2010\account copying twilio\rest\api\v2010\account__init__.py -> build\lib\twilio\rest\api\v2010\account creating build\lib\twilio\rest\api\v2010\account\address copying twilio\rest\api\v2010\account\address\dependent_phone_number.py -> build\lib\twilio\rest\api\v2010\account\address copying twilio\rest\api\v2010\account\address__init__.py -> build\lib\twilio\rest\api\v2010\account\address creating build\lib\twilio\rest\api\v2010\account\available_phone_number copying twilio\rest\api\v2010\account\available_phone_number\local.py -> build\lib\twilio\rest\api\v2010\account\available_phone_number copying twilio\rest\api\v2010\account\available_phone_number\machine_to_machine.py -> build\lib\twilio\rest\api\v2010\account\available_phone_number copying twilio\rest\api\v2010\account\available_phone_number\mobile.py -> build\lib\twilio\rest\api\v2010\account\available_phone_number copying twilio\rest\api\v2010\account\available_phone_number\national.py -> build\lib\twilio\rest\api\v2010\account\available_phone_number copying twilio\rest\api\v2010\account\available_phone_number\shared_cost.py -> build\lib\twilio\rest\api\v2010\account\available_phone_number copying twilio\rest\api\v2010\account\available_phone_number\toll_free.py -> build\lib\twilio\rest\api\v2010\account\available_phone_number copying twilio\rest\api\v2010\account\available_phone_number\voip.py -> build\lib\twilio\rest\api\v2010\account\available_phone_number copying twilio\rest\api\v2010\account\available_phone_number__init__.py -> build\lib\twilio\rest\api\v2010\account\available_phone_number creating build\lib\twilio\rest\api\v2010\account\call copying twilio\rest\api\v2010\account\call\feedback.py -> build\lib\twilio\rest\api\v2010\account\call copying twilio\rest\api\v2010\account\call\feedback_summary.py -> build\lib\twilio\rest\api\v2010\account\call copying twilio\rest\api\v2010\account\call\notification.py -> build\lib\twilio\rest\api\v2010\account\call copying twilio\rest\api\v2010\account\call\payment.py -> build\lib\twilio\rest\api\v2010\account\call copying twilio\rest\api\v2010\account\call\recording.py -> build\lib\twilio\rest\api\v2010\account\call copying twilio\rest\api\v2010\account\call__init__.py -> build\lib\twilio\rest\api\v2010\account\call creating build\lib\twilio\rest\api\v2010\account\conference copying twilio\rest\api\v2010\account\conference\participant.py -> build\lib\twilio\rest\api\v2010\account\conference copying twilio\rest\api\v2010\account\conference\recording.py -> build\lib\twilio\rest\api\v2010\account\conference copying twilio\rest\api\v2010\account\conference__init__.py -> build\lib\twilio\rest\api\v2010\account\conference creating build\lib\twilio\rest\api\v2010\account\incoming_phone_number copying twilio\rest\api\v2010\account\incoming_phone_number\local.py -> build\lib\twilio\rest\api\v2010\account\incoming_phone_number copying twilio\rest\api\v2010\account\incoming_phone_number\mobile.py -> build\lib\twilio\rest\api\v2010\account\incoming_phone_number copying twilio\rest\api\v2010\account\incoming_phone_number\toll_free.py -> build\lib\twilio\rest\api\v2010\account\incoming_phone_number copying twilio\rest\api\v2010\account\incoming_phone_number__init__.py -> build\lib\twilio\rest\api\v2010\account\incoming_phone_number creating build\lib\twilio\rest\api\v2010\account\message copying twilio\rest\api\v2010\account\message\feedback.py -> build\lib\twilio\rest\api\v2010\account\message copying twilio\rest\api\v2010\account\message\media.py -> build\lib\twilio\rest\api\v2010\account\message copying twilio\rest\api\v2010\account\message__init__.py -> build\lib\twilio\rest\api\v2010\account\message creating build\lib\twilio\rest\api\v2010\account\queue copying twilio\rest\api\v2010\account\queue\member.py -> build\lib\twilio\rest\api\v2010\account\queue copying twilio\rest\api\v2010\account\queue__init__.py -> build\lib\twilio\rest\api\v2010\account\queue creating build\lib\twilio\rest\api\v2010\account\recording copying twilio\rest\api\v2010\account\recording\transcription.py -> build\lib\twilio\rest\api\v2010\account\recording copying twilio\rest\api\v2010\account\recording__init__.py -> build\lib\twilio\rest\api\v2010\account\recording creating build\lib\twilio\rest\api\v2010\account\sip copying twilio\rest\api\v2010\account\sip__init__.py -> build\lib\twilio\rest\api\v2010\account\sip creating build\lib\twilio\rest\api\v2010\account\usage copying twilio\rest\api\v2010\account\usage\trigger.py -> build\lib\twilio\rest\api\v2010\account\usage copying twilio\rest\api\v2010\account\usage__init__.py -> build\lib\twilio\rest\api\v2010\account\usage creating build\lib\twilio\rest\api\v2010\account\incoming_phone_number\assigned_add_on copying twilio\rest\api\v2010\account\incoming_phone_number\assigned_add_on\assigned_add_on_extension.py -> build\lib\twilio\rest\api\v2010\account\incoming_phone_number\assigned_add_on copying twilio\rest\api\v2010\account\incoming_phone_number\assigned_add_on__init__.py -> build\lib\twilio\rest\api\v2010\account\incoming_phone_number\assigned_add_on creating build\lib\twilio\rest\api\v2010\account\recording\add_on_result copying twilio\rest\api\v2010\account\recording\add_on_result__init__.py -> build\lib\twilio\rest\api\v2010\account\recording\add_on_result creating build\lib\twilio\rest\api\v2010\account\recording\add_on_result\payload copying twilio\rest\api\v2010\account\recording\add_on_result\payload__init__.py -> build\lib\twilio\rest\api\v2010\account\recording\add_on_result\payload creating build\lib\twilio\rest\api\v2010\account\sip\credential_list copying twilio\rest\api\v2010\account\sip\credential_list\credential.py -> build\lib\twilio\rest\api\v2010\account\sip\credential_list copying twilio\rest\api\v2010\account\sip\credential_list__init__.py -> build\lib\twilio\rest\api\v2010\account\sip\credential_list creating build\lib\twilio\rest\api\v2010\account\sip\domain copying twilio\rest\api\v2010\account\sip\domain\credential_list_mapping.py -> build\lib\twilio\rest\api\v2010\account\sip\domain copying twilio\rest\api\v2010\account\sip\domain\ip_access_control_list_mapping.py -> build\lib\twilio\rest\api\v2010\account\sip\domain copying twilio\rest\api\v2010\account\sip\domain__init__.py -> build\lib\twilio\rest\api\v2010\account\sip\domain creating build\lib\twilio\rest\api\v2010\account\sip\ip_access_control_list copying twilio\rest\api\v2010\account\sip\ip_access_control_list\ip_address.py -> build\lib\twilio\rest\api\v2010\account\sip\ip_access_control_list copying twilio\rest\api\v2010\account\sip\ip_access_control_list__init__.py -> build\lib\twilio\rest\api\v2010\account\sip\ip_access_control_list creating build\lib\twilio\rest\api\v2010\account\sip\domain\auth_types copying twilio\rest\api\v2010\account\sip\domain\auth_types__init__.py -> build\lib\twilio\rest\api\v2010\account\sip\domain\auth_types creating build\lib\twilio\rest\api\v2010\account\sip\domain\auth_types\auth_calls_mapping copying twilio\rest\api\v2010\account\sip\domain\auth_types\auth_calls_mapping\auth_calls_credential_list_mapping.py -> build\lib\twilio\rest\api\v2010\account\sip\domain\auth_types\auth_calls_mapping copying twilio\rest\api\v2010\account\sip\domain\auth_types\auth_calls_mapping\auth_calls_ip_access_control_list_mapping.py -> build\lib\twilio\rest\api\v2010\account\sip\domain\auth_types\auth_calls_mapping copying twilio\rest\api\v2010\account\sip\domain\auth_types\auth_calls_mapping__init__.py -> build\lib\twilio\rest\api\v2010\account\sip\domain\auth_types\auth_calls_mapping creating build\lib\twilio\rest\api\v2010\account\sip\domain\auth_types\auth_registrations_mapping copying twilio\rest\api\v2010\account\sip\domain\auth_types\auth_registrations_mapping\auth_registrations_credential_list_mapping.py -> build\lib\twilio\rest\api\v2010\account\sip\domain\auth_types\auth_registrations_mapping copying twilio\rest\api\v2010\account\sip\domain\auth_types\auth_registrations_mapping__init__.py -> build\lib\twilio\rest\api\v2010\account\sip\domain\auth_types\auth_registrations_mapping creating build\lib\twilio\rest\api\v2010\account\usage\record copying twilio\rest\api\v2010\account\usage\record\all_time.py -> build\lib\twilio\rest\api\v2010\account\usage\record copying twilio\rest\api\v2010\account\usage\record\daily.py -> build\lib\twilio\rest\api\v2010\account\usage\record copying twilio\rest\api\v2010\account\usage\record\last_month.py -> build\lib\twilio\rest\api\v2010\account\usage\record copying twilio\rest\api\v2010\account\usage\record\monthly.py -> build\lib\twilio\rest\api\v2010\account\usage\record copying twilio\rest\api\v2010\account\usage\record\this_month.py -> build\lib\twilio\rest\api\v2010\account\usage\record copying twilio\rest\api\v2010\account\usage\record\today.py -> build\lib\twilio\rest\api\v2010\account\usage\record copying twilio\rest\api\v2010\account\usage\record\yearly.py -> build\lib\twilio\rest\api\v2010\account\usage\record copying twilio\rest\api\v2010\account\usage\record\yesterday.py -> build\lib\twilio\rest\api\v2010\account\usage\record copying twilio\rest\api\v2010\account\usage\record__init__.py -> build\lib\twilio\rest\api\v2010\account\usage\record creating build\lib\twilio\rest\autopilot\v1 copying twilio\rest\autopilot\v1\restore_assistant.py -> build\lib\twilio\rest\autopilot\v1 copying twilio\rest\autopilot\v1__init__.py -> build\lib\twilio\rest\autopilot\v1 creating build\lib\twilio\rest\autopilot\v1\assistant copying twilio\rest\autopilot\v1\assistant\defaults.py -> build\lib\twilio\rest\autopilot\v1\assistant copying twilio\rest\autopilot\v1\assistant\dialogue.py -> build\lib\twilio\rest\autopilot\v1\assistant copying twilio\rest\autopilot\v1\assistant\model_build.py -> build\lib\twilio\rest\autopilot\v1\assistant copying twilio\rest\autopilot\v1\assistant\query.py -> build\lib\twilio\rest\autopilot\v1\assistant copying twilio\rest\autopilot\v1\assistant\style_sheet.py -> build\lib\twilio\rest\autopilot\v1\assistant copying twilio\rest\autopilot\v1\assistant\webhook.py -> build\lib\twilio\rest\autopilot\v1\assistant copying twilio\rest\autopilot\v1\assistant__init__.py -> build\lib\twilio\rest\autopilot\v1\assistant creating build\lib\twilio\rest\autopilot\v1\assistant\field_type copying twilio\rest\autopilot\v1\assistant\field_type\field_value.py -> build\lib\twilio\rest\autopilot\v1\assistant\field_type copying twilio\rest\autopilot\v1\assistant\field_type__init__.py -> build\lib\twilio\rest\autopilot\v1\assistant\field_type creating build\lib\twilio\rest\autopilot\v1\assistant\task copying twilio\rest\autopilot\v1\assistant\task\field.py -> build\lib\twilio\rest\autopilot\v1\assistant\task copying twilio\rest\autopilot\v1\assistant\task\sample.py -> build\lib\twilio\rest\autopilot\v1\assistant\task copying twilio\rest\autopilot\v1\assistant\task\task_actions.py -> build\lib\twilio\rest\autopilot\v1\assistant\task copying twilio\rest\autopilot\v1\assistant\task\task_statistics.py -> build\lib\twilio\rest\autopilot\v1\assistant\task copying twilio\rest\autopilot\v1\assistant\task__init__.py -> build\lib\twilio\rest\autopilot\v1\assistant\task creating build\lib\twilio\rest\bulkexports\v1 copying twilio\rest\bulkexports\v1\export_configuration.py -> build\lib\twilio\rest\bulkexports\v1 copying twilio\rest\bulkexports\v1__init__.py -> build\lib\twilio\rest\bulkexports\v1 creating build\lib\twilio\rest\bulkexports\v1\export copying twilio\rest\bulkexports\v1\export\day.py -> build\lib\twilio\rest\bulkexports\v1\export copying twilio\rest\bulkexports\v1\export\export_custom_job.py -> build\lib\twilio\rest\bulkexports\v1\export copying twilio\rest\bulkexports\v1\export\job.py -> build\lib\twilio\rest\bulkexports\v1\export copying twilio\rest\bulkexports\v1\export__init__.py -> build\lib\twilio\rest\bulkexports\v1\export creating build\lib\twilio\rest\chat\v1 copying twilio\rest\chat\v1\credential.py -> build\lib\twilio\rest\chat\v1 copying twilio\rest\chat\v1__init__.py -> build\lib\twilio\rest\chat\v1 creating build\lib\twilio\rest\chat\v2 copying twilio\rest\chat\v2\credential.py -> build\lib\twilio\rest\chat\v2 copying twilio\rest\chat\v2__init__.py -> build\lib\twilio\rest\chat\v2 creating build\lib\twilio\rest\chat\v1\service copying twilio\rest\chat\v1\service\role.py -> build\lib\twilio\rest\chat\v1\service copying twilio\rest\chat\v1\service__init__.py -> build\lib\twilio\rest\chat\v1\service creating build\lib\twilio\rest\chat\v1\service\channel copying twilio\rest\chat\v1\service\channel\invite.py -> build\lib\twilio\rest\chat\v1\service\channel copying twilio\rest\chat\v1\service\channel\member.py -> build\lib\twilio\rest\chat\v1\service\channel copying twilio\rest\chat\v1\service\channel\message.py -> build\lib\twilio\rest\chat\v1\service\channel copying twilio\rest\chat\v1\service\channel__init__.py -> build\lib\twilio\rest\chat\v1\service\channel creating build\lib\twilio\rest\chat\v1\service\user copying twilio\rest\chat\v1\service\user\user_channel.py -> build\lib\twilio\rest\chat\v1\service\user copying twilio\rest\chat\v1\service\user__init__.py -> build\lib\twilio\rest\chat\v1\service\user creating build\lib\twilio\rest\chat\v2\service copying twilio\rest\chat\v2\service\binding.py -> build\lib\twilio\rest\chat\v2\service copying twilio\rest\chat\v2\service\role.py -> build\lib\twilio\rest\chat\v2\service copying twilio\rest\chat\v2\service__init__.py -> build\lib\twilio\rest\chat\v2\service creating build\lib\twilio\rest\chat\v2\service\channel copying twilio\rest\chat\v2\service\channel\invite.py -> build\lib\twilio\rest\chat\v2\service\channel copying twilio\rest\chat\v2\service\channel\member.py -> build\lib\twilio\rest\chat\v2\service\channel copying twilio\rest\chat\v2\service\channel\message.py -> build\lib\twilio\rest\chat\v2\service\channel copying twilio\rest\chat\v2\service\channel\webhook.py -> build\lib\twilio\rest\chat\v2\service\channel copying twilio\rest\chat\v2\service\channel__init__.py -> build\lib\twilio\rest\chat\v2\service\channel creating build\lib\twilio\rest\chat\v2\service\user copying twilio\rest\chat\v2\service\user\user_binding.py -> build\lib\twilio\rest\chat\v2\service\user copying twilio\rest\chat\v2\service\user\user_channel.py -> build\lib\twilio\rest\chat\v2\service\user copying twilio\rest\chat\v2\service\user__init__.py -> build\lib\twilio\rest\chat\v2\service\user creating build\lib\twilio\rest\conversations\v1 copying twilio\rest\conversations\v1\webhook.py -> build\lib\twilio\rest\conversations\v1 copying twilio\rest\conversations\v1__init__.py -> build\lib\twilio\rest\conversations\v1 creating build\lib\twilio\rest\conversations\v1\conversation copying twilio\rest\conversations\v1\conversation\participant.py -> build\lib\twilio\rest\conversations\v1\conversation copying twilio\rest\conversations\v1\conversation\webhook.py -> build\lib\twilio\rest\conversations\v1\conversation copying twilio\rest\conversations\v1\conversation__init__.py -> build\lib\twilio\rest\conversations\v1\conversation creating build\lib\twilio\rest\conversations\v1\conversation\message copying twilio\rest\conversations\v1\conversation\message\delivery_receipt.py -> build\lib\twilio\rest\conversations\v1\conversation\message copying twilio\rest\conversations\v1\conversation\message__init__.py -> build\lib\twilio\rest\conversations\v1\conversation\message creating build\lib\twilio\rest\fax\v1 copying twilio\rest\fax\v1__init__.py -> build\lib\twilio\rest\fax\v1 creating build\lib\twilio\rest\fax\v1\fax copying twilio\rest\fax\v1\fax\fax_media.py -> build\lib\twilio\rest\fax\v1\fax copying twilio\rest\fax\v1\fax__init__.py -> build\lib\twilio\rest\fax\v1\fax creating build\lib\twilio\rest\flex_api\v1 copying twilio\rest\flex_api\v1\channel.py -> build\lib\twilio\rest\flex_api\v1 copying twilio\rest\flex_api\v1\configuration.py -> build\lib\twilio\rest\flex_api\v1 copying twilio\rest\flex_api\v1\flex_flow.py -> build\lib\twilio\rest\flex_api\v1 copying twilio\rest\flex_api\v1\web_channel.py -> build\lib\twilio\rest\flex_api\v1 copying twilio\rest\flex_api\v1__init__.py -> build\lib\twilio\rest\flex_api\v1 creating build\lib\twilio\rest\insights\v1 copying twilio\rest\insights\v1__init__.py -> build\lib\twilio\rest\insights\v1 creating build\lib\twilio\rest\insights\v1\call copying twilio\rest\insights\v1\call\event.py -> build\lib\twilio\rest\insights\v1\call copying twilio\rest\insights\v1\call\metric.py -> build\lib\twilio\rest\insights\v1\call copying twilio\rest\insights\v1\call\summary.py -> build\lib\twilio\rest\insights\v1\call copying twilio\rest\insights\v1\call__init__.py -> build\lib\twilio\rest\insights\v1\call creating build\lib\twilio\rest\ip_messaging\v1 copying twilio\rest\ip_messaging\v1\credential.py -> build\lib\twilio\rest\ip_messaging\v1 copying twilio\rest\ip_messaging\v1__init__.py -> build\lib\twilio\rest\ip_messaging\v1 creating build\lib\twilio\rest\ip_messaging\v2 copying twilio\rest\ip_messaging\v2\credential.py -> build\lib\twilio\rest\ip_messaging\v2 copying twilio\rest\ip_messaging\v2__init__.py -> build\lib\twilio\rest\ip_messaging\v2 creating build\lib\twilio\rest\ip_messaging\v1\service copying twilio\rest\ip_messaging\v1\service\role.py -> build\lib\twilio\rest\ip_messaging\v1\service copying twilio\rest\ip_messaging\v1\service__init__.py -> build\lib\twilio\rest\ip_messaging\v1\service creating build\lib\twilio\rest\ip_messaging\v1\service\channel copying twilio\rest\ip_messaging\v1\service\channel\invite.py -> build\lib\twilio\rest\ip_messaging\v1\service\channel copying twilio\rest\ip_messaging\v1\service\channel\member.py -> build\lib\twilio\rest\ip_messaging\v1\service\channel copying twilio\rest\ip_messaging\v1\service\channel\message.py -> build\lib\twilio\rest\ip_messaging\v1\service\channel copying twilio\rest\ip_messaging\v1\service\channel__init__.py -> build\lib\twilio\rest\ip_messaging\v1\service\channel creating build\lib\twilio\rest\ip_messaging\v1\service\user copying twilio\rest\ip_messaging\v1\service\user\user_channel.py -> build\lib\twilio\rest\ip_messaging\v1\service\user copying twilio\rest\ip_messaging\v1\service\user__init__.py -> build\lib\twilio\rest\ip_messaging\v1\service\user creating build\lib\twilio\rest\ip_messaging\v2\service copying twilio\rest\ip_messaging\v2\service\binding.py -> build\lib\twilio\rest\ip_messaging\v2\service copying twilio\rest\ip_messaging\v2\service\role.py -> build\lib\twilio\rest\ip_messaging\v2\service copying twilio\rest\ip_messaging\v2\service__init__.py -> build\lib\twilio\rest\ip_messaging\v2\service creating build\lib\twilio\rest\ip_messaging\v2\service\channel copying twilio\rest\ip_messaging\v2\service\channel\invite.py -> build\lib\twilio\rest\ip_messaging\v2\service\channel copying twilio\rest\ip_messaging\v2\service\channel\member.py -> build\lib\twilio\rest\ip_messaging\v2\service\channel copying twilio\rest\ip_messaging\v2\service\channel\message.py -> build\lib\twilio\rest\ip_messaging\v2\service\channel copying twilio\rest\ip_messaging\v2\service\channel\webhook.py -> build\lib\twilio\rest\ip_messaging\v2\service\channel copying twilio\rest\ip_messaging\v2\service\channel__init__.py -> build\lib\twilio\rest\ip_messaging\v2\service\channel creating build\lib\twilio\rest\ip_messaging\v2\service\user copying twilio\rest\ip_messaging\v2\service\user\user_binding.py -> build\lib\twilio\rest\ip_messaging\v2\service\user copying twilio\rest\ip_messaging\v2\service\user\user_channel.py -> build\lib\twilio\rest\ip_messaging\v2\service\user copying twilio\rest\ip_messaging\v2\service\user__init__.py -> build\lib\twilio\rest\ip_messaging\v2\service\user creating build\lib\twilio\rest\lookups\v1 copying twilio\rest\lookups\v1\phone_number.py -> build\lib\twilio\rest\lookups\v1 copying twilio\rest\lookups\v1__init__.py -> build\lib\twilio\rest\lookups\v1 creating build\lib\twilio\rest\messaging\v1 copying twilio\rest\messaging\v1__init__.py -> build\lib\twilio\rest\messaging\v1 creating build\lib\twilio\rest\messaging\v1\service copying twilio\rest\messaging\v1\service\alpha_sender.py -> build\lib\twilio\rest\messaging\v1\service copying twilio\rest\messaging\v1\service\phone_number.py -> build\lib\twilio\rest\messaging\v1\service copying twilio\rest\messaging\v1\service\short_code.py -> build\lib\twilio\rest\messaging\v1\service copying twilio\rest\messaging\v1\service__init__.py -> build\lib\twilio\rest\messaging\v1\service creating build\lib\twilio\rest\monitor\v1 copying twilio\rest\monitor\v1\alert.py -> build\lib\twilio\rest\monitor\v1 copying twilio\rest\monitor\v1\event.py -> build\lib\twilio\rest\monitor\v1 copying twilio\rest\monitor\v1__init__.py -> build\lib\twilio\rest\monitor\v1 creating build\lib\twilio\rest\notify\v1 copying twilio\rest\notify\v1\credential.py -> build\lib\twilio\rest\notify\v1 copying twilio\rest\notify\v1__init__.py -> build\lib\twilio\rest\notify\v1 creating build\lib\twilio\rest\notify\v1\service copying twilio\rest\notify\v1\service\binding.py -> build\lib\twilio\rest\notify\v1\service copying twilio\rest\notify\v1\service\notification.py -> build\lib\twilio\rest\notify\v1\service copying twilio\rest\notify\v1\service__init__.py -> build\lib\twilio\rest\notify\v1\service creating build\lib\twilio\rest\numbers\v2 copying twilio\rest\numbers\v2__init__.py -> build\lib\twilio\rest\numbers\v2 creating build\lib\twilio\rest\numbers\v2\regulatory_compliance copying twilio\rest\numbers\v2\regulatory_compliance\end_user.py -> build\lib\twilio\rest\numbers\v2\regulatory_compliance copying twilio\rest\numbers\v2\regulatory_compliance\end_user_type.py -> build\lib\twilio\rest\numbers\v2\regulatory_compliance copying twilio\rest\numbers\v2\regulatory_compliance\regulation.py -> build\lib\twilio\rest\numbers\v2\regulatory_compliance copying twilio\rest\numbers\v2\regulatory_compliance\supporting_document.py -> build\lib\twilio\rest\numbers\v2\regulatory_compliance copying twilio\rest\numbers\v2\regulatory_compliance\supporting_document_type.py -> build\lib\twilio\rest\numbers\v2\regulatory_compliance copying twilio\rest\numbers\v2\regulatory_compliance__init__.py -> build\lib\twilio\rest\numbers\v2\regulatory_compliance creating build\lib\twilio\rest\numbers\v2\regulatory_compliance\bundle copying twilio\rest\numbers\v2\regulatory_compliance\bundle\evaluation.py -> build\lib\twilio\rest\numbers\v2\regulatory_compliance\bundle copying twilio\rest\numbers\v2\regulatory_compliance\bundle\item_assignment.py -> build\lib\twilio\rest\numbers\v2\regulatory_compliance\bundle copying twilio\rest\numbers\v2\regulatory_compliance\bundle__init__.py -> build\lib\twilio\rest\numbers\v2\regulatory_compliance\bundle creating build\lib\twilio\rest\preview\bulk_exports copying twilio\rest\preview\bulk_exports\export_configuration.py -> build\lib\twilio\rest\preview\bulk_exports copying twilio\rest\preview\bulk_exports__init__.py -> build\lib\twilio\rest\preview\bulk_exports creating build\lib\twilio\rest\preview\deployed_devices copying twilio\rest\preview\deployed_devices__init__.py -> build\lib\twilio\rest\preview\deployed_devices creating build\lib\twilio\rest\preview\hosted_numbers copying twilio\rest\preview\hosted_numbers\hosted_number_order.py -> build\lib\twilio\rest\preview\hosted_numbers copying twilio\rest\preview\hosted_numbers__init__.py -> build\lib\twilio\rest\preview\hosted_numbers creating build\lib\twilio\rest\preview\marketplace copying twilio\rest\preview\marketplace__init__.py -> build\lib\twilio\rest\preview\marketplace creating build\lib\twilio\rest\preview\sync copying twilio\rest\preview\sync__init__.py -> build\lib\twilio\rest\preview\sync creating build\lib\twilio\rest\preview\trusted_comms copying twilio\rest\preview\trusted_comms\branded_call.py -> build\lib\twilio\rest\preview\trusted_comms copying twilio\rest\preview\trusted_comms\brands_information.py -> build\lib\twilio\rest\preview\trusted_comms copying twilio\rest\preview\trusted_comms\cps.py -> build\lib\twilio\rest\preview\trusted_comms copying twilio\rest\preview\trusted_comms\current_call.py -> build\lib\twilio\rest\preview\trusted_comms copying twilio\rest\preview\trusted_comms\phone_call.py -> build\lib\twilio\rest\preview\trusted_comms copying twilio\rest\preview\trusted_comms__init__.py -> build\lib\twilio\rest\preview\trusted_comms creating build\lib\twilio\rest\preview\understand copying twilio\rest\preview\understand__init__.py -> build\lib\twilio\rest\preview\understand creating build\lib\twilio\rest\preview\wireless copying twilio\rest\preview\wireless\command.py -> build\lib\twilio\rest\preview\wireless copying twilio\rest\preview\wireless\rate_plan.py -> build\lib\twilio\rest\preview\wireless copying twilio\rest\preview\wireless__init__.py -> build\lib\twilio\rest\preview\wireless creating build\lib\twilio\rest\preview\bulk_exports\export copying twilio\rest\preview\bulk_exports\export\day.py -> build\lib\twilio\rest\preview\bulk_exports\export copying twilio\rest\preview\bulk_exports\export\export_custom_job.py -> build\lib\twilio\rest\preview\bulk_exports\export copying twilio\rest\preview\bulk_exports\export\job.py -> build\lib\twilio\rest\preview\bulk_exports\export copying twilio\rest\preview\bulk_exports\export__init__.py -> build\lib\twilio\rest\preview\bulk_exports\export creating build\lib\twilio\rest\preview\deployed_devices\fleet copying twilio\rest\preview\deployed_devices\fleet\certificate.py -> build\lib\twilio\rest\preview\deployed_devices\fleet copying twilio\rest\preview\deployed_devices\fleet\deployment.py -> build\lib\twilio\rest\preview\deployed_devices\fleet copying twilio\rest\preview\deployed_devices\fleet\device.py -> build\lib\twilio\rest\preview\deployed_devices\fleet copying twilio\rest\preview\deployed_devices\fleet\key.py -> build\lib\twilio\rest\preview\deployed_devices\fleet copying twilio\rest\preview\deployed_devices\fleet__init__.py -> build\lib\twilio\rest\preview\deployed_devices\fleet creating build\lib\twilio\rest\preview\hosted_numbers\authorization_document copying twilio\rest\preview\hosted_numbers\authorization_document\dependent_hosted_number_order.py -> build\lib\twilio\rest\preview\hosted_numbers\authorization_document copying twilio\rest\preview\hosted_numbers\authorization_document__init__.py -> build\lib\twilio\rest\preview\hosted_numbers\authorization_document creating build\lib\twilio\rest\preview\marketplace\available_add_on copying twilio\rest\preview\marketplace\available_add_on\available_add_on_extension.py -> build\lib\twilio\rest\preview\marketplace\available_add_on copying twilio\rest\preview\marketplace\available_add_on__init__.py -> build\lib\twilio\rest\preview\marketplace\available_add_on creating build\lib\twilio\rest\preview\marketplace\installed_add_on copying twilio\rest\preview\marketplace\installed_add_on\installed_add_on_extension.py -> build\lib\twilio\rest\preview\marketplace\installed_add_on copying twilio\rest\preview\marketplace\installed_add_on__init__.py -> build\lib\twilio\rest\preview\marketplace\installed_add_on creating build\lib\twilio\rest\preview\sync\service copying twilio\rest\preview\sync\service__init__.py -> build\lib\twilio\rest\preview\sync\service creating build\lib\twilio\rest\preview\sync\service\document copying twilio\rest\preview\sync\service\document\document_permission.py -> build\lib\twilio\rest\preview\sync\service\document copying twilio\rest\preview\sync\service\document__init__.py -> build\lib\twilio\rest\preview\sync\service\document creating build\lib\twilio\rest\preview\sync\service\sync_list copying twilio\rest\preview\sync\service\sync_list\sync_list_item.py -> build\lib\twilio\rest\preview\sync\service\sync_list copying twilio\rest\preview\sync\service\sync_list\sync_list_permission.py -> build\lib\twilio\rest\preview\sync\service\sync_list copying twilio\rest\preview\sync\service\sync_list__init__.py -> build\lib\twilio\rest\preview\sync\service\sync_list creating build\lib\twilio\rest\preview\sync\service\sync_map copying twilio\rest\preview\sync\service\sync_map\sync_map_item.py -> build\lib\twilio\rest\preview\sync\service\sync_map copying twilio\rest\preview\sync\service\sync_map\sync_map_permission.py -> build\lib\twilio\rest\preview\sync\service\sync_map copying twilio\rest\preview\sync\service\sync_map__init__.py -> build\lib\twilio\rest\preview\sync\service\sync_map creating build\lib\twilio\rest\preview\trusted_comms\business copying twilio\rest\preview\trusted_comms\business__init__.py -> build\lib\twilio\rest\preview\trusted_comms\business creating build\lib\twilio\rest\preview\trusted_comms\business\brand copying twilio\rest\preview\trusted_comms\business\brand__init__.py -> build\lib\twilio\rest\preview\trusted_comms\business\brand creating build\lib\twilio\rest\preview\trusted_comms\business\insights copying twilio\rest\preview\trusted_comms\business\insights\impressions_rate.py -> build\lib\twilio\rest\preview\trusted_comms\business\insights copying twilio\rest\preview\trusted_comms\business\insights__init__.py -> build\lib\twilio\rest\preview\trusted_comms\business\insights creating build\lib\twilio\rest\preview\trusted_comms\business\brand\branded_channel copying twilio\rest\preview\trusted_comms\business\brand\branded_channel\channel.py -> build\lib\twilio\rest\preview\trusted_comms\business\brand\branded_channel copying twilio\rest\preview\trusted_comms\business\brand\branded_channel__init__.py -> build\lib\twilio\rest\preview\trusted_comms\business\brand\branded_channel creating build\lib\twilio\rest\preview\understand\assistant copying twilio\rest\preview\understand\assistant\assistant_fallback_actions.py -> build\lib\twilio\rest\preview\understand\assistant copying twilio\rest\preview\understand\assistant\assistant_initiation_actions.py -> build\lib\twilio\rest\preview\understand\assistant copying twilio\rest\preview\understand\assistant\dialogue.py -> build\lib\twilio\rest\preview\understand\assistant copying twilio\rest\preview\understand\assistant\model_build.py -> build\lib\twilio\rest\preview\understand\assistant copying twilio\rest\preview\understand\assistant\query.py -> build\lib\twilio\rest\preview\understand\assistant copying twilio\rest\preview\understand\assistant\style_sheet.py -> build\lib\twilio\rest\preview\understand\assistant copying twilio\rest\preview\understand\assistant__init.py -> build\lib\twilio\rest\preview\understand\assistant creating build\lib\twilio\rest\preview\understand\assistant\field_type copying twilio\rest\preview\understand\assistant\field_type\field_value.py -> build\lib\twilio\rest\preview\understand\assistant\field_type copying twilio\rest\preview\understand\assistant\field_type__init.py -> build\lib\twilio\rest\preview\understand\assistant\field_type creating build\lib\twilio\rest\preview\understand\assistant\task copying twilio\rest\preview\understand\assistant\task\field.py -> build\lib\twilio\rest\preview\understand\assistant\task copying twilio\rest\preview\understand\assistant\task\sample.py -> build\lib\twilio\rest\preview\understand\assistant\task copying twilio\rest\preview\understand\assistant\task\task_actions.py -> build\lib\twilio\rest\preview\understand\assistant\task copying twilio\rest\preview\understand\assistant\task\task_statistics.py -> build\lib\twilio\rest\preview\understand\assistant\task copying twilio\rest\preview\understand\assistant\task__init.py -> build\lib\twilio\rest\preview\understand\assistant\task creating build\lib\twilio\rest\preview\wireless\sim copying twilio\rest\preview\wireless\sim\usage.py -> build\lib\twilio\rest\preview\wireless\sim copying twilio\rest\preview\wireless\sim__init.py -> build\lib\twilio\rest\preview\wireless\sim creating build\lib\twilio\rest\pricing\v1 copying twilio\rest\pricing\v1__init.py -> build\lib\twilio\rest\pricing\v1 creating build\lib\twilio\rest\pricing\v2 copying twilio\rest\pricing\v2__init.py -> build\lib\twilio\rest\pricing\v2 creating build\lib\twilio\rest\pricing\v1\messaging copying twilio\rest\pricing\v1\messaging\country.py -> build\lib\twilio\rest\pricing\v1\messaging copying twilio\rest\pricing\v1\messaging__init.py -> build\lib\twilio\rest\pricing\v1\messaging creating build\lib\twilio\rest\pricing\v1\phone_number copying twilio\rest\pricing\v1\phone_number\country.py -> build\lib\twilio\rest\pricing\v1\phone_number copying twilio\rest\pricing\v1\phone_number__init.py -> build\lib\twilio\rest\pricing\v1\phone_number creating build\lib\twilio\rest\pricing\v1\voice copying twilio\rest\pricing\v1\voice\country.py -> build\lib\twilio\rest\pricing\v1\voice copying twilio\rest\pricing\v1\voice\number.py -> build\lib\twilio\rest\pricing\v1\voice copying twilio\rest\pricing\v1\voice__init.py -> build\lib\twilio\rest\pricing\v1\voice creating build\lib\twilio\rest\pricing\v2\voice copying twilio\rest\pricing\v2\voice\country.py -> build\lib\twilio\rest\pricing\v2\voice copying twilio\rest\pricing\v2\voice\number.py -> build\lib\twilio\rest\pricing\v2\voice copying twilio\rest\pricing\v2\voice__init.py -> build\lib\twilio\rest\pricing\v2\voice creating build\lib\twilio\rest\proxy\v1 copying twilio\rest\proxy\v1__init.py -> build\lib\twilio\rest\proxy\v1 creating build\lib\twilio\rest\proxy\v1\service copying twilio\rest\proxy\v1\service\phone_number.py -> build\lib\twilio\rest\proxy\v1\service copying twilio\rest\proxy\v1\service\short_code.py -> build\lib\twilio\rest\proxy\v1\service copying twilio\rest\proxy\v1\service__init.py -> build\lib\twilio\rest\proxy\v1\service creating build\lib\twilio\rest\proxy\v1\service\session copying twilio\rest\proxy\v1\service\session\interaction.py -> build\lib\twilio\rest\proxy\v1\service\session copying twilio\rest\proxy\v1\service\session__init.py -> build\lib\twilio\rest\proxy\v1\service\session creating build\lib\twilio\rest\proxy\v1\service\session\participant copying twilio\rest\proxy\v1\service\session\participant\message_interaction.py -> build\lib\twilio\rest\proxy\v1\service\session\participant copying twilio\rest\proxy\v1\service\session\participant__init.py -> build\lib\twilio\rest\proxy\v1\service\session\participant creating build\lib\twilio\rest\serverless\v1 copying twilio\rest\serverless\v1__init.py -> build\lib\twilio\rest\serverless\v1 creating build\lib\twilio\rest\serverless\v1\service copying twilio\rest\serverless\v1\service\build.py -> build\lib\twilio\rest\serverless\v1\service copying twilio\rest\serverless\v1\service__init.py -> build\lib\twilio\rest\serverless\v1\service creating build\lib\twilio\rest\serverless\v1\service\asset copying twilio\rest\serverless\v1\service\asset\asset_version.py -> build\lib\twilio\rest\serverless\v1\service\asset copying twilio\rest\serverless\v1\service\asset__init.py -> build\lib\twilio\rest\serverless\v1\service\asset creating build\lib\twilio\rest\serverless\v1\service\environment copying twilio\rest\serverless\v1\service\environment\deployment.py -> build\lib\twilio\rest\serverless\v1\service\environment copying twilio\rest\serverless\v1\service\environment\log.py -> build\lib\twilio\rest\serverless\v1\service\environment copying twilio\rest\serverless\v1\service\environment\variable.py -> build\lib\twilio\rest\serverless\v1\service\environment copying twilio\rest\serverless\v1\service\environment__init.py -> build\lib\twilio\rest\serverless\v1\service\environment creating build\lib\twilio\rest\serverless\v1\service\function copying twilio\rest\serverless\v1\service\function__init.py -> build\lib\twilio\rest\serverless\v1\service\function creating build\lib\twilio\rest\serverless\v1\service\function\function_version copying twilio\rest\serverless\v1\service\function\function_version\function_version_content.py -> build\lib\twilio\rest\serverless\v1\service\function\function_version copying twilio\rest\serverless\v1\service\function\function_version__init__.py -> build\lib\twilio\rest\serverless\v1\service\function\function_version creating build\lib\twilio\rest\studio\v1 copying twilio\rest\studio\v1__init__.py -> build\lib\twilio\rest\studio\v1 creating build\lib\twilio\rest\studio\v2 copying twilio\rest\studio\v2\flow_validate.py -> build\lib\twilio\rest\studio\v2 copying twilio\rest\studio\v2\init.py -> build\lib\twilio\rest\studio\v2 creating build\lib\twilio\rest\studio\v1\flow copying twilio\rest\studio\v1\flow\init__.py -> build\lib\twilio\rest\studio\v1\flow creating build\lib\twilio\rest\studio\v1\flow\engagement copying twilio\rest\studio\v1\flow\engagement\engagement_context.py -> build\lib\twilio\rest\studio\v1\flow\engagement copying twilio\rest\studio\v1\flow\engagement\init__.py -> build\lib\twilio\rest\studio\v1\flow\engagement creating build\lib\twilio\rest\studio\v1\flow\execution copying twilio\rest\studio\v1\flow\execution\execution_context.py -> build\lib\twilio\rest\studio\v1\flow\execution copying twilio\rest\studio\v1\flow\execution\init__.py -> build\lib\twilio\rest\studio\v1\flow\execution creating build\lib\twilio\rest\studio\v1\flow\engagement\step copying twilio\rest\studio\v1\flow\engagement\step\step_context.py -> build\lib\twilio\rest\studio\v1\flow\engagement\step copying twilio\rest\studio\v1\flow\engagement\step\init.py -> build\lib\twilio\rest\studio\v1\flow\engagement\step creating build\lib\twilio\rest\studio\v1\flow\execution\execution_step copying twilio\rest\studio\v1\flow\execution\execution_step\execution_step_context.py -> build\lib\twilio\rest\studio\v1\flow\execution\execution_step copying twilio\rest\studio\v1\flow\execution\execution_step\init__.py -> build\lib\twilio\rest\studio\v1\flow\execution\execution_step creating build\lib\twilio\rest\studio\v2\flow copying twilio\rest\studio\v2\flow\flow_revision.py -> build\lib\twilio\rest\studio\v2\flow copying twilio\rest\studio\v2\flow\test_user.py -> build\lib\twilio\rest\studio\v2\flow copying twilio\rest\studio\v2\flow\init__.py -> build\lib\twilio\rest\studio\v2\flow creating build\lib\twilio\rest\studio\v2\flow\execution copying twilio\rest\studio\v2\flow\execution\execution_context.py -> build\lib\twilio\rest\studio\v2\flow\execution copying twilio\rest\studio\v2\flow\execution\init.py -> build\lib\twilio\rest\studio\v2\flow\execution creating build\lib\twilio\rest\studio\v2\flow\execution\execution_step copying twilio\rest\studio\v2\flow\execution\execution_step\execution_step_context.py -> build\lib\twilio\rest\studio\v2\flow\execution\execution_step copying twilio\rest\studio\v2\flow\execution\execution_step\init.py -> build\lib\twilio\rest\studio\v2\flow\execution\execution_step creating build\lib\twilio\rest\supersim\v1 copying twilio\rest\supersim\v1\command.py -> build\lib\twilio\rest\supersim\v1 copying twilio\rest\supersim\v1\fleet.py -> build\lib\twilio\rest\supersim\v1 copying twilio\rest\supersim\v1\network.py -> build\lib\twilio\rest\supersim\v1 copying twilio\rest\supersim\v1\sim.py -> build\lib\twilio\rest\supersim\v1 copying twilio\rest\supersim\v1\usage_record.py -> build\lib\twilio\rest\supersim\v1 copying twilio\rest\supersim\v1\init__.py -> build\lib\twilio\rest\supersim\v1 creating build\lib\twilio\rest\supersim\v1\network_access_profile copying twilio\rest\supersim\v1\network_access_profile\network_access_profile_network.py -> build\lib\twilio\rest\supersim\v1\network_access_profile copying twilio\rest\supersim\v1\network_access_profile\init.py -> build\lib\twilio\rest\supersim\v1\network_access_profile creating build\lib\twilio\rest\sync\v1 copying twilio\rest\sync\v1\init.py -> build\lib\twilio\rest\sync\v1 creating build\lib\twilio\rest\sync\v1\service copying twilio\rest\sync\v1\service\init__.py -> build\lib\twilio\rest\sync\v1\service creating build\lib\twilio\rest\sync\v1\service\document copying twilio\rest\sync\v1\service\document\document_permission.py -> build\lib\twilio\rest\sync\v1\service\document copying twilio\rest\sync\v1\service\document\init.py -> build\lib\twilio\rest\sync\v1\service\document creating build\lib\twilio\rest\sync\v1\service\sync_list copying twilio\rest\sync\v1\service\sync_list\sync_list_item.py -> build\lib\twilio\rest\sync\v1\service\sync_list copying twilio\rest\sync\v1\service\sync_list\sync_list_permission.py -> build\lib\twilio\rest\sync\v1\service\sync_list copying twilio\rest\sync\v1\service\sync_list\init__.py -> build\lib\twilio\rest\sync\v1\service\sync_list creating build\lib\twilio\rest\sync\v1\service\sync_map copying twilio\rest\sync\v1\service\sync_map\sync_map_item.py -> build\lib\twilio\rest\sync\v1\service\sync_map copying twilio\rest\sync\v1\service\sync_map\sync_map_permission.py -> build\lib\twilio\rest\sync\v1\service\sync_map copying twilio\rest\sync\v1\service\sync_map\init.py -> build\lib\twilio\rest\sync\v1\service\sync_map creating build\lib\twilio\rest\sync\v1\service\sync_stream copying twilio\rest\sync\v1\service\sync_stream\stream_message.py -> build\lib\twilio\rest\sync\v1\service\sync_stream copying twilio\rest\sync\v1\service\sync_stream\init__.py -> build\lib\twilio\rest\sync\v1\service\sync_stream creating build\lib\twilio\rest\taskrouter\v1 copying twilio\rest\taskrouter\v1\init__.py -> build\lib\twilio\rest\taskrouter\v1 creating build\lib\twilio\rest\taskrouter\v1\workspace copying twilio\rest\taskrouter\v1\workspace\activity.py -> build\lib\twilio\rest\taskrouter\v1\workspace copying twilio\rest\taskrouter\v1\workspace\event.py -> build\lib\twilio\rest\taskrouter\v1\workspace copying twilio\rest\taskrouter\v1\workspace\task_channel.py -> build\lib\twilio\rest\taskrouter\v1\workspace copying twilio\rest\taskrouter\v1\workspace\workspace_cumulative_statistics.py -> build\lib\twilio\rest\taskrouter\v1\workspace copying twilio\rest\taskrouter\v1\workspace\workspace_real_time_statistics.py -> build\lib\twilio\rest\taskrouter\v1\workspace copying twilio\rest\taskrouter\v1\workspace\workspace_statistics.py -> build\lib\twilio\rest\taskrouter\v1\workspace copying twilio\rest\taskrouter\v1\workspace\init.py -> build\lib\twilio\rest\taskrouter\v1\workspace creating build\lib\twilio\rest\taskrouter\v1\workspace\task copying twilio\rest\taskrouter\v1\workspace\task\reservation.py -> build\lib\twilio\rest\taskrouter\v1\workspace\task copying twilio\rest\taskrouter\v1\workspace\task\init__.py -> build\lib\twilio\rest\taskrouter\v1\workspace\task creating build\lib\twilio\rest\taskrouter\v1\workspace\task_queue copying twilio\rest\taskrouter\v1\workspace\task_queue\task_queues_statistics.py -> build\lib\twilio\rest\taskrouter\v1\workspace\task_queue copying twilio\rest\taskrouter\v1\workspace\task_queue\task_queue_cumulative_statistics.py -> build\lib\twilio\rest\taskrouter\v1\workspace\task_queue copying twilio\rest\taskrouter\v1\workspace\task_queue\task_queue_real_time_statistics.py -> build\lib\twilio\rest\taskrouter\v1\workspace\task_queue copying twilio\rest\taskrouter\v1\workspace\task_queue\task_queue_statistics.py -> build\lib\twilio\rest\taskrouter\v1\workspace\task_queue copying twilio\rest\taskrouter\v1\workspace\task_queue\init__.py -> build\lib\twilio\rest\taskrouter\v1\workspace\task_queue creating build\lib\twilio\rest\taskrouter\v1\workspace\worker copying twilio\rest\taskrouter\v1\workspace\worker\reservation.py -> build\lib\twilio\rest\taskrouter\v1\workspace\worker copying twilio\rest\taskrouter\v1\workspace\worker\workers_cumulative_statistics.py -> build\lib\twilio\rest\taskrouter\v1\workspace\worker copying twilio\rest\taskrouter\v1\workspace\worker\workers_real_time_statistics.py -> build\lib\twilio\rest\taskrouter\v1\workspace\worker copying twilio\rest\taskrouter\v1\workspace\worker\workers_statistics.py -> build\lib\twilio\rest\taskrouter\v1\workspace\worker copying twilio\rest\taskrouter\v1\workspace\worker\worker_channel.py -> build\lib\twilio\rest\taskrouter\v1\workspace\worker copying twilio\rest\taskrouter\v1\workspace\worker\worker_statistics.py -> build\lib\twilio\rest\taskrouter\v1\workspace\worker copying twilio\rest\taskrouter\v1\workspace\worker\init.py -> build\lib\twilio\rest\taskrouter\v1\workspace\worker creating build\lib\twilio\rest\taskrouter\v1\workspace\workflow copying twilio\rest\taskrouter\v1\workspace\workflow\workflow_cumulative_statistics.py -> build\lib\twilio\rest\taskrouter\v1\workspace\workflow copying twilio\rest\taskrouter\v1\workspace\workflow\workflow_real_time_statistics.py -> build\lib\twilio\rest\taskrouter\v1\workspace\workflow copying twilio\rest\taskrouter\v1\workspace\workflow\workflow_statistics.py -> build\lib\twilio\rest\taskrouter\v1\workspace\workflow copying twilio\rest\taskrouter\v1\workspace\workflow\init.py -> build\lib\twilio\rest\taskrouter\v1\workspace\workflow creating build\lib\twilio\rest\trunking\v1 copying twilio\rest\trunking\v1\init.py -> build\lib\twilio\rest\trunking\v1 creating build\lib\twilio\rest\trunking\v1\trunk copying twilio\rest\trunking\v1\trunk\credential_list.py -> build\lib\twilio\rest\trunking\v1\trunk copying twilio\rest\trunking\v1\trunk\ip_access_control_list.py -> build\lib\twilio\rest\trunking\v1\trunk copying twilio\rest\trunking\v1\trunk\origination_url.py -> build\lib\twilio\rest\trunking\v1\trunk copying twilio\rest\trunking\v1\trunk\phone_number.py -> build\lib\twilio\rest\trunking\v1\trunk copying twilio\rest\trunking\v1\trunk\init.py -> build\lib\twilio\rest\trunking\v1\trunk creating build\lib\twilio\rest\verify\v2 copying twilio\rest\verify\v2\form.py -> build\lib\twilio\rest\verify\v2 copying twilio\rest\verify\v2\init__.py -> build\lib\twilio\rest\verify\v2 creating build\lib\twilio\rest\verify\v2\service copying twilio\rest\verify\v2\service\access_token.py -> build\lib\twilio\rest\verify\v2\service copying twilio\rest\verify\v2\service\messaging_configuration.py -> build\lib\twilio\rest\verify\v2\service copying twilio\rest\verify\v2\service\verification.py -> build\lib\twilio\rest\verify\v2\service copying twilio\rest\verify\v2\service\verification_check.py -> build\lib\twilio\rest\verify\v2\service copying twilio\rest\verify\v2\service\webhook.py -> build\lib\twilio\rest\verify\v2\service copying twilio\rest\verify\v2\service\init.py -> build\lib\twilio\rest\verify\v2\service creating build\lib\twilio\rest\verify\v2\service\entity copying twilio\rest\verify\v2\service\entity\challenge.py -> build\lib\twilio\rest\verify\v2\service\entity copying twilio\rest\verify\v2\service\entity\factor.py -> build\lib\twilio\rest\verify\v2\service\entity copying twilio\rest\verify\v2\service\entity\init.py -> build\lib\twilio\rest\verify\v2\service\entity creating build\lib\twilio\rest\verify\v2\service\rate_limit copying twilio\rest\verify\v2\service\rate_limit\bucket.py -> build\lib\twilio\rest\verify\v2\service\rate_limit copying twilio\rest\verify\v2\service\rate_limit\init.py -> build\lib\twilio\rest\verify\v2\service\rate_limit creating build\lib\twilio\rest\video\v1 copying twilio\rest\video\v1\composition_hook.py -> build\lib\twilio\rest\video\v1 copying twilio\rest\video\v1\composition_settings.py -> build\lib\twilio\rest\video\v1 copying twilio\rest\video\v1\recording_settings.py -> build\lib\twilio\rest\video\v1 copying twilio\rest\video\v1\init.py -> build\lib\twilio\rest\video\v1 creating build\lib\twilio\rest\video\v1\composition copying twilio\rest\video\v1\composition\init.py -> build\lib\twilio\rest\video\v1\composition creating build\lib\twilio\rest\video\v1\recording copying twilio\rest\video\v1\recording\init.py -> build\lib\twilio\rest\video\v1\recording creating build\lib\twilio\rest\video\v1\room copying twilio\rest\video\v1\room\init.py -> build\lib\twilio\rest\video\v1\room creating build\lib\twilio\rest\video\v1\room\recording copying twilio\rest\video\v1\room\recording\init__.py -> build\lib\twilio\rest\video\v1\room\recording creating build\lib\twilio\rest\video\v1\room\room_participant copying twilio\rest\video\v1\room\room_participant\room_participant_published_track.py -> build\lib\twilio\rest\video\v1\room\room_participant copying twilio\rest\video\v1\room\room_participant\room_participant_subscribed_track.py -> build\lib\twilio\rest\video\v1\room\room_participant copying twilio\rest\video\v1\room\room_participant\room_participant_subscribe_rule.py -> build\lib\twilio\rest\video\v1\room\room_participant copying twilio\rest\video\v1\room\room_participant\init__.py -> build\lib\twilio\rest\video\v1\room\room_participant creating build\lib\twilio\rest\voice\v1 copying twilio\rest\voice\v1\byoc_trunk.py -> build\lib\twilio\rest\voice\v1 copying twilio\rest\voice\v1\ip_record.py -> build\lib\twilio\rest\voice\v1 copying twilio\rest\voice\v1\source_ip_mapping.py -> build\lib\twilio\rest\voice\v1 copying twilio\rest\voice\v1\init.py -> build\lib\twilio\rest\voice\v1 creating build\lib\twilio\rest\voice\v1\connection_policy copying twilio\rest\voice\v1\connection_policy\connection_policy_target.py -> build\lib\twilio\rest\voice\v1\connection_policy copying twilio\rest\voice\v1\connection_policy\init__.py -> build\lib\twilio\rest\voice\v1\connection_policy creating build\lib\twilio\rest\voice\v1\dialing_permissions copying twilio\rest\voice\v1\dialing_permissions\bulk_country_update.py -> build\lib\twilio\rest\voice\v1\dialing_permissions copying twilio\rest\voice\v1\dialing_permissions\settings.py -> build\lib\twilio\rest\voice\v1\dialing_permissions copying twilio\rest\voice\v1\dialing_permissions\init__.py -> build\lib\twilio\rest\voice\v1\dialing_permissions creating build\lib\twilio\rest\voice\v1\dialing_permissions\country copying twilio\rest\voice\v1\dialing_permissions\country\highrisk_special_prefix.py -> build\lib\twilio\rest\voice\v1\dialing_permissions\country copying twilio\rest\voice\v1\dialing_permissions\country\init__.py -> build\lib\twilio\rest\voice\v1\dialing_permissions\country creating build\lib\twilio\rest\wireless\v1 copying twilio\rest\wireless\v1\command.py -> build\lib\twilio\rest\wireless\v1 copying twilio\rest\wireless\v1\rate_plan.py -> build\lib\twilio\rest\wireless\v1 copying twilio\rest\wireless\v1\usage_record.py -> build\lib\twilio\rest\wireless\v1 copying twilio\rest\wireless\v1\init.py -> build\lib\twilio\rest\wireless\v1 creating build\lib\twilio\rest\wireless\v1\sim copying twilio\rest\wireless\v1\sim\data_session.py -> build\lib\twilio\rest\wireless\v1\sim copying twilio\rest\wireless\v1\sim\usage_record.py -> build\lib\twilio\rest\wireless\v1\sim copying twilio\rest\wireless\v1\sim\init__.py -> build\lib\twilio\rest\wireless\v1\sim running egg_info writing twilio.egg-info\PKG-INFO writing dependency_links to twilio.egg-info\dependency_links.txt writing requirements to twilio.egg-info\requires.txt writing top-level names to twilio.egg-info\top_level.txt reading manifest file 'twilio.egg-info\SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'twilio\conf' writing manifest file 'twilio.egg-info\SOURCES.txt' running install_lib copying build\lib\twilio\rest\api\v2010\account\sip\domain\auth_types\auth_registrations_mapping\auth_registrations_credential_list_mapping.py -> C:\Users\KrishA\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\twilio\rest\api\v2010\account\sip\domain\auth_types\auth_registrations_mapping error: could not create 'C:\Users\KrishA\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\twilio\rest\api\v2010\account\sip\domain\auth_types\auth_registrations_mapping\auth_registrations_credential_list_mapping.py': No such file or directory

ERROR: Command errored out with exit status 1: 'C:\Users\KrishA\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\KrishA\AppData\Local\Temp\pip-install-001bu0k2\twilio\setup.py'"'"'; file='"'"'C:\Users\KrishA\AppData\Local\Temp\pip-install-001bu0k2\twilio\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\KrishA\AppData\Local\Temp\pip-record-20brcpu8\install-record.txt' --single-version-externally-managed --user --prefix= --compile --install-headers 'C:\Users\KrishA\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\Include\twilio' Check the logs for full command output.`

Technical details:

thinkingserious commented 4 years ago

Hello @krishgon,

I was not able to reproduce. Following are some details:

Output:

D:\Users\ethomas>pip install twilio
Collecting twilio
  Downloading twilio-6.44.0.tar.gz (433 kB)
     |████████████████████████████████| 433 kB 3.3 MB/s
Collecting six
  Downloading six-1.15.0-py2.py3-none-any.whl (10 kB)
Collecting pytz
  Downloading pytz-2020.1-py2.py3-none-any.whl (510 kB)
     |████████████████████████████████| 510 kB 6.8 MB/s
Collecting PyJWT>=1.4.2
  Downloading PyJWT-1.7.1-py2.py3-none-any.whl (18 kB)
Collecting requests>=2.0.0
  Downloading requests-2.24.0-py2.py3-none-any.whl (61 kB)
     |████████████████████████████████| 61 kB 168 kB/s
Collecting chardet<4,>=3.0.2
  Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
     |████████████████████████████████| 133 kB 6.4 MB/s
Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1
  Downloading urllib3-1.25.9-py2.py3-none-any.whl (126 kB)
     |████████████████████████████████| 126 kB 6.8 MB/s
Collecting certifi>=2017.4.17
  Downloading certifi-2020.6.20-py2.py3-none-any.whl (156 kB)
     |████████████████████████████████| 156 kB ...
Collecting idna<3,>=2.5
  Downloading idna-2.10-py2.py3-none-any.whl (58 kB)
     |████████████████████████████████| 58 kB 3.0 MB/s
Using legacy setup.py install for twilio, since package 'wheel' is not installed.
Installing collected packages: six, pytz, PyJWT, chardet, urllib3, certifi, idna, requests, twilio
    Running setup.py install for twilio ... done
Successfully installed PyJWT-1.7.1 certifi-2020.6.20 chardet-3.0.4 idna-2.10 pytz-2020.1 requests-2.24.0 six-1.15.0 twilio-6.44.0 urllib3-1.25.9

Please let me know if there were any steps I'm missing or differences in our versions.

Thanks!

With best regards,

Elmer

krishgon commented 4 years ago

Hi @thinkingserious,

No, you are not doing anything wrong. I have noticed that this same error comes in many machines while some people don't even face it. I was able to install other packages, but Twilio was the one with problem. I recently changed my OS from Windows to Linux Ubuntu and I am not experiencing any issue in Linux. There must be some configuration issue on windows.

Thanks, Krish

thinkingserious commented 4 years ago

Thanks for the follow up @krishgon!