------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/expat-2.2.8.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/openssl-1.1.1g,1.txz Installing /packages/All/python37-3.7.7.txz ===== Message from python37-3.7.7: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py37-gdbm databases/py-gdbm@py37 py37-sqlite3 databases/py-sqlite3@py37 py37-tkinter x11-toolkits/py-tkinter@py37 Installing /packages/All/py37-setuptools-44.0.0.txz Installing /packages/All/py37-cloudpickle-1.2.1.txz Installing /packages/All/metis-5.1.0_8.txz Installing /packages/All/tbb-2020.2.txz Installing /packages/All/gmp-6.2.0.txz Installing /packages/All/mpfr-4.0.2.txz Installing /packages/All/mpc-1.1.0_2.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/binutils-2.33.1_2,1.txz Installing /packages/All/gcc8-8.4.0.txz ===== Message from gcc8-8.4.0: -- To ensure binaries built with this toolchain find appropriate versions of the necessary run-time libraries, you may want to link using -Wl,-rpath=/usr/local/lib/gcc8 For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens transparently. Installing /packages/All/openblas-0.3.9_2,1.txz Installing /packages/All/suitesparse-5.7.2_1.txz Installing /packages/All/py37-numpy-1.16.5_5,1.txz Installing /packages/All/py37-pyglet150-1.5.0.txz Installing /packages/All/py37-scipy-1.2.2_1.txz UNFLAVORED devel/binutils -> use devel/binutils@native SUCCEEDED 00:01:02 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> py37-gym-0.17.2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> py37-gym-0.17.2 depends on file: /usr/local/sbin/pkg - found => gym-0.17.2.tar.gz doesn't seem to exist in /distfiles/. => Attempting to fetch https://files.pythonhosted.org/packages/source/g/gym/gym-0.17.2.tar.gz gym-0.17.2.tar.gz 0% of 1531 kB 0 Bps gym-0.17.2.tar.gz 1531 kB 27 MBps 00s ===> Fetching all distfiles required by py37-gym-0.17.2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> py37-gym-0.17.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-gym-0.17.2 for building => SHA256 Checksum OK for gym-0.17.2.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> py37-gym-0.17.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-gym-0.17.2 for building ===> Extracting for py37-gym-0.17.2 => SHA256 Checksum OK for gym-0.17.2.tar.gz. Extracted Memory Use: 4.63M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py37-gym-0.17.2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py37-gym-0.17.2 depends on package: py37-setuptools>0 - found ===> py37-gym-0.17.2 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py37-gym-0.17.2 depends on package: py37-setuptools>0 - found ===> py37-gym-0.17.2 depends on file: /usr/local/bin/python3.7 - found ===> Configuring for py37-gym-0.17.2 running config SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py37-gym-0.17.2 running build running build_py creating build creating build/lib creating build/lib/gym copying gym/error.py -> build/lib/gym copying gym/core.py -> build/lib/gym copying gym/logger.py -> build/lib/gym copying gym/__init__.py -> build/lib/gym copying gym/version.py -> build/lib/gym creating build/lib/gym/vector copying gym/vector/__init__.py -> build/lib/gym/vector copying gym/vector/vector_env.py -> build/lib/gym/vector copying gym/vector/sync_vector_env.py -> build/lib/gym/vector copying gym/vector/async_vector_env.py -> build/lib/gym/vector creating build/lib/gym/envs copying gym/envs/registration.py -> build/lib/gym/envs copying gym/envs/__init__.py -> build/lib/gym/envs creating build/lib/gym/spaces copying gym/spaces/utils.py -> build/lib/gym/spaces copying gym/spaces/discrete.py -> build/lib/gym/spaces copying gym/spaces/__init__.py -> build/lib/gym/spaces copying gym/spaces/space.py -> build/lib/gym/spaces copying gym/spaces/tuple.py -> build/lib/gym/spaces copying gym/spaces/box.py -> build/lib/gym/spaces copying gym/spaces/multi_discrete.py -> build/lib/gym/spaces copying gym/spaces/dict.py -> build/lib/gym/spaces copying gym/spaces/multi_binary.py -> build/lib/gym/spaces creating build/lib/gym/utils copying gym/utils/seeding.py -> build/lib/gym/utils copying gym/utils/__init__.py -> build/lib/gym/utils copying gym/utils/play.py -> build/lib/gym/utils copying gym/utils/atomic_write.py -> build/lib/gym/utils copying gym/utils/closer.py -> build/lib/gym/utils copying gym/utils/colorize.py -> build/lib/gym/utils copying gym/utils/ezpickle.py -> build/lib/gym/utils copying gym/utils/json_utils.py -> build/lib/gym/utils creating build/lib/gym/wrappers copying gym/wrappers/test_clip_action.py -> build/lib/gym/wrappers copying gym/wrappers/test_flatten_observation.py -> build/lib/gym/wrappers copying gym/wrappers/filter_observation.py -> build/lib/gym/wrappers copying gym/wrappers/test_gray_scale_observation.py -> build/lib/gym/wrappers copying gym/wrappers/gray_scale_observation.py -> build/lib/gym/wrappers copying gym/wrappers/atari_preprocessing.py -> build/lib/gym/wrappers copying gym/wrappers/test_resize_observation.py -> build/lib/gym/wrappers copying gym/wrappers/record_episode_statistics.py -> build/lib/gym/wrappers copying gym/wrappers/frame_stack.py -> build/lib/gym/wrappers copying gym/wrappers/test_transform_reward.py -> build/lib/gym/wrappers copying gym/wrappers/test_record_episode_statistics.py -> build/lib/gym/wrappers copying gym/wrappers/__init__.py -> build/lib/gym/wrappers copying gym/wrappers/test_pixel_observation.py -> build/lib/gym/wrappers copying gym/wrappers/transform_observation.py -> build/lib/gym/wrappers copying gym/wrappers/clip_action.py -> build/lib/gym/wrappers copying gym/wrappers/rescale_action.py -> build/lib/gym/wrappers copying gym/wrappers/flatten_observation.py -> build/lib/gym/wrappers copying gym/wrappers/pixel_observation.py -> build/lib/gym/wrappers copying gym/wrappers/test_atari_preprocessing.py -> build/lib/gym/wrappers copying gym/wrappers/transform_reward.py -> build/lib/gym/wrappers copying gym/wrappers/time_limit.py -> build/lib/gym/wrappers copying gym/wrappers/test_transform_observation.py -> build/lib/gym/wrappers copying gym/wrappers/test_frame_stack.py -> build/lib/gym/wrappers copying gym/wrappers/resize_observation.py -> build/lib/gym/wrappers copying gym/wrappers/test_filter_observation.py -> build/lib/gym/wrappers copying gym/wrappers/test_rescale_action.py -> build/lib/gym/wrappers copying gym/wrappers/monitor.py -> build/lib/gym/wrappers creating build/lib/gym/vector/utils copying gym/vector/utils/spaces.py -> build/lib/gym/vector/utils copying gym/vector/utils/misc.py -> build/lib/gym/vector/utils copying gym/vector/utils/shared_memory.py -> build/lib/gym/vector/utils copying gym/vector/utils/__init__.py -> build/lib/gym/vector/utils copying gym/vector/utils/numpy_utils.py -> build/lib/gym/vector/utils creating build/lib/gym/vector/tests copying gym/vector/tests/test_vector_env.py -> build/lib/gym/vector/tests copying gym/vector/tests/test_numpy_utils.py -> build/lib/gym/vector/tests copying gym/vector/tests/test_async_vector_env.py -> build/lib/gym/vector/tests copying gym/vector/tests/test_shared_memory.py -> build/lib/gym/vector/tests copying gym/vector/tests/__init__.py -> build/lib/gym/vector/tests copying gym/vector/tests/utils.py -> build/lib/gym/vector/tests copying gym/vector/tests/test_sync_vector_env.py -> build/lib/gym/vector/tests copying gym/vector/tests/test_spaces.py -> build/lib/gym/vector/tests creating build/lib/gym/envs/robotics copying gym/envs/robotics/hand_env.py -> build/lib/gym/envs/robotics copying gym/envs/robotics/__init__.py -> build/lib/gym/envs/robotics copying gym/envs/robotics/rotations.py -> build/lib/gym/envs/robotics copying gym/envs/robotics/fetch_env.py -> build/lib/gym/envs/robotics copying gym/envs/robotics/utils.py -> build/lib/gym/envs/robotics copying gym/envs/robotics/robot_env.py -> build/lib/gym/envs/robotics creating build/lib/gym/envs/mujoco copying gym/envs/mujoco/ant.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/half_cheetah_v3.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/striker.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/humanoid.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/swimmer.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/hopper.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/inverted_pendulum.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/mujoco_env.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/inverted_double_pendulum.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/__init__.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/hopper_v3.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/walker2d.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/half_cheetah.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/humanoid_v3.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/ant_v3.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/thrower.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/humanoidstandup.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/reacher.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/swimmer_v3.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/walker2d_v3.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/pusher.py -> build/lib/gym/envs/mujoco creating build/lib/gym/envs/classic_control copying gym/envs/classic_control/continuous_mountain_car.py -> build/lib/gym/envs/classic_control copying gym/envs/classic_control/__init__.py -> build/lib/gym/envs/classic_control copying gym/envs/classic_control/mountain_car.py -> build/lib/gym/envs/classic_control copying gym/envs/classic_control/rendering.py -> build/lib/gym/envs/classic_control copying gym/envs/classic_control/pendulum.py -> build/lib/gym/envs/classic_control copying gym/envs/classic_control/cartpole.py -> build/lib/gym/envs/classic_control copying gym/envs/classic_control/acrobot.py -> build/lib/gym/envs/classic_control creating build/lib/gym/envs/algorithmic copying gym/envs/algorithmic/reversed_addition.py -> build/lib/gym/envs/algorithmic copying gym/envs/algorithmic/reverse.py -> build/lib/gym/envs/algorithmic copying gym/envs/algorithmic/copy_.py -> build/lib/gym/envs/algorithmic copying gym/envs/algorithmic/algorithmic_env.py -> build/lib/gym/envs/algorithmic copying gym/envs/algorithmic/duplicated_input.py -> build/lib/gym/envs/algorithmic copying gym/envs/algorithmic/__init__.py -> build/lib/gym/envs/algorithmic copying gym/envs/algorithmic/repeat_copy.py -> build/lib/gym/envs/algorithmic creating build/lib/gym/envs/toy_text copying gym/envs/toy_text/frozen_lake.py -> build/lib/gym/envs/toy_text copying gym/envs/toy_text/taxi.py -> build/lib/gym/envs/toy_text copying gym/envs/toy_text/roulette.py -> build/lib/gym/envs/toy_text copying gym/envs/toy_text/__init__.py -> build/lib/gym/envs/toy_text copying gym/envs/toy_text/hotter_colder.py -> build/lib/gym/envs/toy_text copying gym/envs/toy_text/guessing_game.py -> build/lib/gym/envs/toy_text copying gym/envs/toy_text/cliffwalking.py -> build/lib/gym/envs/toy_text copying gym/envs/toy_text/nchain.py -> build/lib/gym/envs/toy_text copying gym/envs/toy_text/discrete.py -> build/lib/gym/envs/toy_text copying gym/envs/toy_text/kellycoinflip.py -> build/lib/gym/envs/toy_text copying gym/envs/toy_text/blackjack.py -> build/lib/gym/envs/toy_text creating build/lib/gym/envs/atari copying gym/envs/atari/atari_env.py -> build/lib/gym/envs/atari copying gym/envs/atari/__init__.py -> build/lib/gym/envs/atari creating build/lib/gym/envs/tests copying gym/envs/tests/test_envs_semantics.py -> build/lib/gym/envs/tests copying gym/envs/tests/test_kellycoinflip.py -> build/lib/gym/envs/tests copying gym/envs/tests/test_envs.py -> build/lib/gym/envs/tests copying gym/envs/tests/test_registration.py -> build/lib/gym/envs/tests copying gym/envs/tests/spec_list.py -> build/lib/gym/envs/tests copying gym/envs/tests/__init__.py -> build/lib/gym/envs/tests copying gym/envs/tests/test_mujoco_v2_to_v3_conversion.py -> build/lib/gym/envs/tests copying gym/envs/tests/test_frozenlake_dfs.py -> build/lib/gym/envs/tests copying gym/envs/tests/test_determinism.py -> build/lib/gym/envs/tests creating build/lib/gym/envs/unittest copying gym/envs/unittest/memorize_digits.py -> build/lib/gym/envs/unittest copying gym/envs/unittest/cube_crash.py -> build/lib/gym/envs/unittest copying gym/envs/unittest/__init__.py -> build/lib/gym/envs/unittest creating build/lib/gym/envs/box2d copying gym/envs/box2d/car_racing.py -> build/lib/gym/envs/box2d copying gym/envs/box2d/bipedal_walker.py -> build/lib/gym/envs/box2d copying gym/envs/box2d/lunar_lander.py -> build/lib/gym/envs/box2d copying gym/envs/box2d/test_lunar_lander.py -> build/lib/gym/envs/box2d copying gym/envs/box2d/__init__.py -> build/lib/gym/envs/box2d copying gym/envs/box2d/car_dynamics.py -> build/lib/gym/envs/box2d creating build/lib/gym/envs/robotics/hand copying gym/envs/robotics/hand/manipulate_touch_sensors.py -> build/lib/gym/envs/robotics/hand copying gym/envs/robotics/hand/reach.py -> build/lib/gym/envs/robotics/hand copying gym/envs/robotics/hand/__init__.py -> build/lib/gym/envs/robotics/hand copying gym/envs/robotics/hand/manipulate.py -> build/lib/gym/envs/robotics/hand creating build/lib/gym/envs/robotics/fetch copying gym/envs/robotics/fetch/push.py -> build/lib/gym/envs/robotics/fetch copying gym/envs/robotics/fetch/reach.py -> build/lib/gym/envs/robotics/fetch copying gym/envs/robotics/fetch/pick_and_place.py -> build/lib/gym/envs/robotics/fetch copying gym/envs/robotics/fetch/slide.py -> build/lib/gym/envs/robotics/fetch copying gym/envs/robotics/fetch/__init__.py -> build/lib/gym/envs/robotics/fetch creating build/lib/gym/envs/algorithmic/tests copying gym/envs/algorithmic/tests/__init__.py -> build/lib/gym/envs/algorithmic/tests copying gym/envs/algorithmic/tests/test_algorithmic.py -> build/lib/gym/envs/algorithmic/tests creating build/lib/gym/spaces/tests copying gym/spaces/tests/__init__.py -> build/lib/gym/spaces/tests copying gym/spaces/tests/test_utils.py -> build/lib/gym/spaces/tests copying gym/spaces/tests/test_spaces.py -> build/lib/gym/spaces/tests creating build/lib/gym/wrappers/monitoring copying gym/wrappers/monitoring/__init__.py -> build/lib/gym/wrappers/monitoring copying gym/wrappers/monitoring/stats_recorder.py -> build/lib/gym/wrappers/monitoring copying gym/wrappers/monitoring/video_recorder.py -> build/lib/gym/wrappers/monitoring creating build/lib/gym/wrappers/tests copying gym/wrappers/tests/__init__.py -> build/lib/gym/wrappers/tests creating build/lib/gym/wrappers/monitoring/tests copying gym/wrappers/monitoring/tests/test_video_recorder.py -> build/lib/gym/wrappers/monitoring/tests copying gym/wrappers/monitoring/tests/helpers.py -> build/lib/gym/wrappers/monitoring/tests copying gym/wrappers/monitoring/tests/__init__.py -> build/lib/gym/wrappers/monitoring/tests creating build/lib/gym/envs/mujoco/assets copying gym/envs/mujoco/assets/humanoid.xml -> build/lib/gym/envs/mujoco/assets copying gym/envs/mujoco/assets/striker.xml -> build/lib/gym/envs/mujoco/assets copying gym/envs/mujoco/assets/half_cheetah.xml -> build/lib/gym/envs/mujoco/assets copying gym/envs/mujoco/assets/swimmer.xml -> build/lib/gym/envs/mujoco/assets copying gym/envs/mujoco/assets/reacher.xml -> build/lib/gym/envs/mujoco/assets copying gym/envs/mujoco/assets/point.xml -> build/lib/gym/envs/mujoco/assets copying gym/envs/mujoco/assets/pusher.xml -> build/lib/gym/envs/mujoco/assets copying gym/envs/mujoco/assets/inverted_double_pendulum.xml -> build/lib/gym/envs/mujoco/assets copying gym/envs/mujoco/assets/humanoidstandup.xml -> build/lib/gym/envs/mujoco/assets copying gym/envs/mujoco/assets/inverted_pendulum.xml -> build/lib/gym/envs/mujoco/assets copying gym/envs/mujoco/assets/hopper.xml -> build/lib/gym/envs/mujoco/assets copying gym/envs/mujoco/assets/thrower.xml -> build/lib/gym/envs/mujoco/assets copying gym/envs/mujoco/assets/ant.xml -> build/lib/gym/envs/mujoco/assets copying gym/envs/mujoco/assets/walker2d.xml -> build/lib/gym/envs/mujoco/assets creating build/lib/gym/envs/classic_control/assets copying gym/envs/classic_control/assets/clockwise.png -> build/lib/gym/envs/classic_control/assets creating build/lib/gym/envs/robotics/assets copying gym/envs/robotics/assets/LICENSE.md -> build/lib/gym/envs/robotics/assets creating build/lib/gym/envs/robotics/assets/fetch copying gym/envs/robotics/assets/fetch/push.xml -> build/lib/gym/envs/robotics/assets/fetch copying gym/envs/robotics/assets/fetch/shared.xml -> build/lib/gym/envs/robotics/assets/fetch copying gym/envs/robotics/assets/fetch/reach.xml -> build/lib/gym/envs/robotics/assets/fetch copying gym/envs/robotics/assets/fetch/robot.xml -> build/lib/gym/envs/robotics/assets/fetch copying gym/envs/robotics/assets/fetch/slide.xml -> build/lib/gym/envs/robotics/assets/fetch copying gym/envs/robotics/assets/fetch/pick_and_place.xml -> build/lib/gym/envs/robotics/assets/fetch creating build/lib/gym/envs/robotics/assets/hand copying gym/envs/robotics/assets/hand/shared_touch_sensors_92.xml -> build/lib/gym/envs/robotics/assets/hand copying gym/envs/robotics/assets/hand/manipulate_egg.xml -> build/lib/gym/envs/robotics/assets/hand copying gym/envs/robotics/assets/hand/manipulate_pen_touch_sensors.xml -> build/lib/gym/envs/robotics/assets/hand copying gym/envs/robotics/assets/hand/robot.xml -> build/lib/gym/envs/robotics/assets/hand copying gym/envs/robotics/assets/hand/reach.xml -> build/lib/gym/envs/robotics/assets/hand copying gym/envs/robotics/assets/hand/manipulate_pen.xml -> build/lib/gym/envs/robotics/assets/hand copying gym/envs/robotics/assets/hand/manipulate_block_touch_sensors.xml -> build/lib/gym/envs/robotics/assets/hand copying gym/envs/robotics/assets/hand/manipulate_block.xml -> build/lib/gym/envs/robotics/assets/hand copying gym/envs/robotics/assets/hand/shared.xml -> build/lib/gym/envs/robotics/assets/hand copying gym/envs/robotics/assets/hand/manipulate_egg_touch_sensors.xml -> build/lib/gym/envs/robotics/assets/hand copying gym/envs/robotics/assets/hand/shared_asset.xml -> build/lib/gym/envs/robotics/assets/hand copying gym/envs/robotics/assets/hand/robot_touch_sensors_92.xml -> build/lib/gym/envs/robotics/assets/hand creating build/lib/gym/envs/robotics/assets/stls creating build/lib/gym/envs/robotics/assets/stls/fetch copying gym/envs/robotics/assets/stls/fetch/r_wheel_link_collision.stl -> build/lib/gym/envs/robotics/assets/stls/fetch copying gym/envs/robotics/assets/stls/fetch/elbow_flex_link_collision.stl -> build/lib/gym/envs/robotics/assets/stls/fetch copying gym/envs/robotics/assets/stls/fetch/base_link_collision.stl -> build/lib/gym/envs/robotics/assets/stls/fetch copying gym/envs/robotics/assets/stls/fetch/estop_link.stl -> build/lib/gym/envs/robotics/assets/stls/fetch copying gym/envs/robotics/assets/stls/fetch/forearm_roll_link_collision.stl -> build/lib/gym/envs/robotics/assets/stls/fetch copying gym/envs/robotics/assets/stls/fetch/bellows_link_collision.stl -> build/lib/gym/envs/robotics/assets/stls/fetch copying gym/envs/robotics/assets/stls/fetch/l_wheel_link_collision.stl -> build/lib/gym/envs/robotics/assets/stls/fetch copying gym/envs/robotics/assets/stls/fetch/shoulder_lift_link_collision.stl -> build/lib/gym/envs/robotics/assets/stls/fetch copying gym/envs/robotics/assets/stls/fetch/torso_lift_link_collision.stl -> build/lib/gym/envs/robotics/assets/stls/fetch copying gym/envs/robotics/assets/stls/fetch/torso_fixed_link.stl -> build/lib/gym/envs/robotics/assets/stls/fetch copying gym/envs/robotics/assets/stls/fetch/head_tilt_link_collision.stl -> build/lib/gym/envs/robotics/assets/stls/fetch copying gym/envs/robotics/assets/stls/fetch/gripper_link.stl -> build/lib/gym/envs/robotics/assets/stls/fetch copying gym/envs/robotics/assets/stls/fetch/laser_link.stl -> build/lib/gym/envs/robotics/assets/stls/fetch copying gym/envs/robotics/assets/stls/fetch/head_pan_link_collision.stl -> build/lib/gym/envs/robotics/assets/stls/fetch copying gym/envs/robotics/assets/stls/fetch/upperarm_roll_link_collision.stl -> build/lib/gym/envs/robotics/assets/stls/fetch copying gym/envs/robotics/assets/stls/fetch/wrist_roll_link_collision.stl -> build/lib/gym/envs/robotics/assets/stls/fetch copying gym/envs/robotics/assets/stls/fetch/shoulder_pan_link_collision.stl -> build/lib/gym/envs/robotics/assets/stls/fetch copying gym/envs/robotics/assets/stls/fetch/wrist_flex_link_collision.stl -> build/lib/gym/envs/robotics/assets/stls/fetch creating build/lib/gym/envs/robotics/assets/stls/hand copying gym/envs/robotics/assets/stls/hand/TH3_z.stl -> build/lib/gym/envs/robotics/assets/stls/hand copying gym/envs/robotics/assets/stls/hand/F2.stl -> build/lib/gym/envs/robotics/assets/stls/hand copying gym/envs/robotics/assets/stls/hand/forearm_electric.stl -> build/lib/gym/envs/robotics/assets/stls/hand copying gym/envs/robotics/assets/stls/hand/knuckle.stl -> build/lib/gym/envs/robotics/assets/stls/hand copying gym/envs/robotics/assets/stls/hand/TH1_z.stl -> build/lib/gym/envs/robotics/assets/stls/hand copying gym/envs/robotics/assets/stls/hand/F3.stl -> build/lib/gym/envs/robotics/assets/stls/hand copying gym/envs/robotics/assets/stls/hand/palm.stl -> build/lib/gym/envs/robotics/assets/stls/hand copying gym/envs/robotics/assets/stls/hand/TH2_z.stl -> build/lib/gym/envs/robotics/assets/stls/hand copying gym/envs/robotics/assets/stls/hand/lfmetacarpal.stl -> build/lib/gym/envs/robotics/assets/stls/hand copying gym/envs/robotics/assets/stls/hand/F1.stl -> build/lib/gym/envs/robotics/assets/stls/hand copying gym/envs/robotics/assets/stls/hand/forearm_electric_cvx.stl -> build/lib/gym/envs/robotics/assets/stls/hand copying gym/envs/robotics/assets/stls/hand/wrist.stl -> build/lib/gym/envs/robotics/assets/stls/hand creating build/lib/gym/envs/robotics/assets/textures copying gym/envs/robotics/assets/textures/block.png -> build/lib/gym/envs/robotics/assets/textures copying gym/envs/robotics/assets/textures/block_hidden.png -> build/lib/gym/envs/robotics/assets/textures SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py37-gym-0.17.2 depends on package: py37-cloudpickle>=1.2.0<1.4.0 - found ===> py37-gym-0.17.2 depends on package: py37-numpy>=1.16,1<1.19,1 - found ===> py37-gym-0.17.2 depends on package: py37-pyglet150>=1.4.0<1.5.1 - found ===> py37-gym-0.17.2 depends on package: py37-scipy>=0 - found ===> py37-gym-0.17.2 depends on package: py37-setuptools>0 - found ===> py37-gym-0.17.2 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py37-gym-0.17.2 ===> py37-gym-0.17.2 depends on package: py37-cloudpickle>=1.2.0<1.4.0 - found ===> py37-gym-0.17.2 depends on package: py37-numpy>=1.16,1<1.19,1 - found ===> py37-gym-0.17.2 depends on package: py37-pyglet150>=1.4.0<1.5.1 - found ===> py37-gym-0.17.2 depends on package: py37-scipy>=0 - found ===> py37-gym-0.17.2 depends on package: py37-setuptools>0 - found ===> py37-gym-0.17.2 depends on file: /usr/local/bin/python3.7 - found ===> Generating temporary packing list running install running build running build_py running install_lib creating /construction/math/py-gym/stage/usr/local/lib/python3.7 creating /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages creating /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym copying build/lib/gym/version.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym copying build/lib/gym/error.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym creating /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/spaces creating /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/spaces/tests copying build/lib/gym/spaces/tests/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/spaces/tests copying build/lib/gym/spaces/tests/test_spaces.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/spaces/tests copying build/lib/gym/spaces/tests/test_utils.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/spaces/tests copying build/lib/gym/spaces/utils.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/spaces copying build/lib/gym/spaces/discrete.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/spaces copying build/lib/gym/spaces/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/spaces copying build/lib/gym/spaces/tuple.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/spaces copying build/lib/gym/spaces/multi_discrete.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/spaces copying build/lib/gym/spaces/space.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/spaces copying build/lib/gym/spaces/box.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/spaces copying build/lib/gym/spaces/dict.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/spaces copying build/lib/gym/spaces/multi_binary.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/spaces copying build/lib/gym/logger.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym copying build/lib/gym/core.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym creating /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs creating /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/box2d copying build/lib/gym/envs/box2d/car_dynamics.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/box2d copying build/lib/gym/envs/box2d/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/box2d copying build/lib/gym/envs/box2d/car_racing.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/box2d copying build/lib/gym/envs/box2d/lunar_lander.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/box2d copying build/lib/gym/envs/box2d/test_lunar_lander.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/box2d copying build/lib/gym/envs/box2d/bipedal_walker.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/box2d creating /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/unittest copying build/lib/gym/envs/unittest/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/unittest copying build/lib/gym/envs/unittest/memorize_digits.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/unittest copying build/lib/gym/envs/unittest/cube_crash.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/unittest creating /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/tests copying build/lib/gym/envs/tests/test_determinism.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/tests copying build/lib/gym/envs/tests/test_envs_semantics.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/tests copying build/lib/gym/envs/tests/test_kellycoinflip.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/tests copying build/lib/gym/envs/tests/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/tests copying build/lib/gym/envs/tests/test_mujoco_v2_to_v3_conversion.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/tests copying build/lib/gym/envs/tests/spec_list.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/tests copying build/lib/gym/envs/tests/test_frozenlake_dfs.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/tests copying build/lib/gym/envs/tests/test_envs.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/tests copying build/lib/gym/envs/tests/test_registration.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/tests copying build/lib/gym/envs/registration.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs copying build/lib/gym/envs/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs creating /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics creating /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets creating /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/fetch copying build/lib/gym/envs/robotics/assets/fetch/pick_and_place.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/fetch copying build/lib/gym/envs/robotics/assets/fetch/slide.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/fetch copying build/lib/gym/envs/robotics/assets/fetch/shared.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/fetch copying build/lib/gym/envs/robotics/assets/fetch/reach.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/fetch copying build/lib/gym/envs/robotics/assets/fetch/robot.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/fetch copying build/lib/gym/envs/robotics/assets/fetch/push.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/fetch creating /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/hand copying build/lib/gym/envs/robotics/assets/hand/shared_touch_sensors_92.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/hand copying build/lib/gym/envs/robotics/assets/hand/manipulate_block_touch_sensors.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/hand copying build/lib/gym/envs/robotics/assets/hand/manipulate_pen.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/hand copying build/lib/gym/envs/robotics/assets/hand/manipulate_pen_touch_sensors.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/hand copying build/lib/gym/envs/robotics/assets/hand/shared.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/hand copying build/lib/gym/envs/robotics/assets/hand/shared_asset.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/hand copying build/lib/gym/envs/robotics/assets/hand/reach.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/hand copying build/lib/gym/envs/robotics/assets/hand/robot_touch_sensors_92.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/hand copying build/lib/gym/envs/robotics/assets/hand/manipulate_egg.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/hand copying build/lib/gym/envs/robotics/assets/hand/manipulate_egg_touch_sensors.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/hand copying build/lib/gym/envs/robotics/assets/hand/robot.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/hand copying build/lib/gym/envs/robotics/assets/hand/manipulate_block.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/hand copying build/lib/gym/envs/robotics/assets/LICENSE.md -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets creating /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/stls creating /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/stls/fetch copying build/lib/gym/envs/robotics/assets/stls/fetch/base_link_collision.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/stls/fetch copying build/lib/gym/envs/robotics/assets/stls/fetch/r_wheel_link_collision.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/stls/fetch copying build/lib/gym/envs/robotics/assets/stls/fetch/elbow_flex_link_collision.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/stls/fetch copying build/lib/gym/envs/robotics/assets/stls/fetch/torso_lift_link_collision.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/stls/fetch copying build/lib/gym/envs/robotics/assets/stls/fetch/shoulder_lift_link_collision.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/stls/fetch copying build/lib/gym/envs/robotics/assets/stls/fetch/forearm_roll_link_collision.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/stls/fetch copying build/lib/gym/envs/robotics/assets/stls/fetch/head_tilt_link_collision.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/stls/fetch copying build/lib/gym/envs/robotics/assets/stls/fetch/shoulder_pan_link_collision.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/stls/fetch copying build/lib/gym/envs/robotics/assets/stls/fetch/wrist_roll_link_collision.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/stls/fetch copying build/lib/gym/envs/robotics/assets/stls/fetch/laser_link.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/stls/fetch copying build/lib/gym/envs/robotics/assets/stls/fetch/l_wheel_link_collision.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/stls/fetch copying build/lib/gym/envs/robotics/assets/stls/fetch/head_pan_link_collision.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/stls/fetch copying build/lib/gym/envs/robotics/assets/stls/fetch/wrist_flex_link_collision.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/stls/fetch copying build/lib/gym/envs/robotics/assets/stls/fetch/upperarm_roll_link_collision.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/stls/fetch copying build/lib/gym/envs/robotics/assets/stls/fetch/estop_link.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/stls/fetch copying build/lib/gym/envs/robotics/assets/stls/fetch/gripper_link.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/stls/fetch copying build/lib/gym/envs/robotics/assets/stls/fetch/bellows_link_collision.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/stls/fetch copying build/lib/gym/envs/robotics/assets/stls/fetch/torso_fixed_link.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/stls/fetch creating /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/stls/hand copying build/lib/gym/envs/robotics/assets/stls/hand/F3.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/stls/hand copying build/lib/gym/envs/robotics/assets/stls/hand/TH1_z.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/stls/hand copying build/lib/gym/envs/robotics/assets/stls/hand/F2.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/stls/hand copying build/lib/gym/envs/robotics/assets/stls/hand/TH2_z.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/stls/hand copying build/lib/gym/envs/robotics/assets/stls/hand/F1.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/stls/hand copying build/lib/gym/envs/robotics/assets/stls/hand/knuckle.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/stls/hand copying build/lib/gym/envs/robotics/assets/stls/hand/forearm_electric_cvx.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/stls/hand copying build/lib/gym/envs/robotics/assets/stls/hand/wrist.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/stls/hand copying build/lib/gym/envs/robotics/assets/stls/hand/TH3_z.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/stls/hand copying build/lib/gym/envs/robotics/assets/stls/hand/lfmetacarpal.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/stls/hand copying build/lib/gym/envs/robotics/assets/stls/hand/forearm_electric.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/stls/hand copying build/lib/gym/envs/robotics/assets/stls/hand/palm.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/stls/hand creating /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/textures copying build/lib/gym/envs/robotics/assets/textures/block.png -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/textures copying build/lib/gym/envs/robotics/assets/textures/block_hidden.png -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/assets/textures creating /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/hand copying build/lib/gym/envs/robotics/hand/manipulate_touch_sensors.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/hand copying build/lib/gym/envs/robotics/hand/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/hand copying build/lib/gym/envs/robotics/hand/manipulate.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/hand copying build/lib/gym/envs/robotics/hand/reach.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/hand creating /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/fetch copying build/lib/gym/envs/robotics/fetch/slide.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/fetch copying build/lib/gym/envs/robotics/fetch/pick_and_place.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/fetch copying build/lib/gym/envs/robotics/fetch/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/fetch copying build/lib/gym/envs/robotics/fetch/reach.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/fetch copying build/lib/gym/envs/robotics/fetch/push.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/fetch copying build/lib/gym/envs/robotics/hand_env.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics copying build/lib/gym/envs/robotics/rotations.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics copying build/lib/gym/envs/robotics/robot_env.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics copying build/lib/gym/envs/robotics/utils.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics copying build/lib/gym/envs/robotics/fetch_env.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics copying build/lib/gym/envs/robotics/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics creating /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco creating /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco/assets copying build/lib/gym/envs/mujoco/assets/hopper.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco/assets copying build/lib/gym/envs/mujoco/assets/humanoid.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco/assets copying build/lib/gym/envs/mujoco/assets/half_cheetah.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco/assets copying build/lib/gym/envs/mujoco/assets/humanoidstandup.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco/assets copying build/lib/gym/envs/mujoco/assets/inverted_double_pendulum.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco/assets copying build/lib/gym/envs/mujoco/assets/reacher.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco/assets copying build/lib/gym/envs/mujoco/assets/point.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco/assets copying build/lib/gym/envs/mujoco/assets/inverted_pendulum.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco/assets copying build/lib/gym/envs/mujoco/assets/pusher.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco/assets copying build/lib/gym/envs/mujoco/assets/swimmer.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco/assets copying build/lib/gym/envs/mujoco/assets/striker.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco/assets copying build/lib/gym/envs/mujoco/assets/ant.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco/assets copying build/lib/gym/envs/mujoco/assets/thrower.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco/assets copying build/lib/gym/envs/mujoco/assets/walker2d.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco/assets copying build/lib/gym/envs/mujoco/hopper.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/humanoid.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/walker2d.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/hopper_v3.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/swimmer.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/ant.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/half_cheetah_v3.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/striker.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/mujoco_env.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/reacher.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/inverted_pendulum.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/inverted_double_pendulum.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/humanoidstandup.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/thrower.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/ant_v3.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/half_cheetah.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/humanoid_v3.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/pusher.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/swimmer_v3.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/walker2d_v3.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco creating /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/classic_control copying build/lib/gym/envs/classic_control/rendering.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/classic_control creating /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/classic_control/assets copying build/lib/gym/envs/classic_control/assets/clockwise.png -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/classic_control/assets copying build/lib/gym/envs/classic_control/cartpole.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/classic_control copying build/lib/gym/envs/classic_control/continuous_mountain_car.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/classic_control copying build/lib/gym/envs/classic_control/acrobot.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/classic_control copying build/lib/gym/envs/classic_control/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/classic_control copying build/lib/gym/envs/classic_control/pendulum.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/classic_control copying build/lib/gym/envs/classic_control/mountain_car.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/classic_control creating /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/toy_text copying build/lib/gym/envs/toy_text/frozen_lake.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/toy_text copying build/lib/gym/envs/toy_text/taxi.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/toy_text copying build/lib/gym/envs/toy_text/roulette.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/toy_text copying build/lib/gym/envs/toy_text/discrete.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/toy_text copying build/lib/gym/envs/toy_text/cliffwalking.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/toy_text copying build/lib/gym/envs/toy_text/nchain.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/toy_text copying build/lib/gym/envs/toy_text/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/toy_text copying build/lib/gym/envs/toy_text/hotter_colder.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/toy_text copying build/lib/gym/envs/toy_text/kellycoinflip.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/toy_text copying build/lib/gym/envs/toy_text/blackjack.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/toy_text copying build/lib/gym/envs/toy_text/guessing_game.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/toy_text creating /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/atari copying build/lib/gym/envs/atari/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/atari copying build/lib/gym/envs/atari/atari_env.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/atari creating /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/algorithmic copying build/lib/gym/envs/algorithmic/copy_.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/algorithmic creating /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/algorithmic/tests copying build/lib/gym/envs/algorithmic/tests/test_algorithmic.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/algorithmic/tests copying build/lib/gym/envs/algorithmic/tests/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/algorithmic/tests copying build/lib/gym/envs/algorithmic/algorithmic_env.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/algorithmic copying build/lib/gym/envs/algorithmic/reverse.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/algorithmic copying build/lib/gym/envs/algorithmic/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/algorithmic copying build/lib/gym/envs/algorithmic/repeat_copy.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/algorithmic copying build/lib/gym/envs/algorithmic/duplicated_input.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/algorithmic copying build/lib/gym/envs/algorithmic/reversed_addition.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/algorithmic creating /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/vector copying build/lib/gym/vector/sync_vector_env.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/vector copying build/lib/gym/vector/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/vector copying build/lib/gym/vector/vector_env.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/vector copying build/lib/gym/vector/async_vector_env.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/vector creating /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/vector/tests copying build/lib/gym/vector/tests/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/vector/tests copying build/lib/gym/vector/tests/test_vector_env.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/vector/tests copying build/lib/gym/vector/tests/test_spaces.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/vector/tests copying build/lib/gym/vector/tests/test_sync_vector_env.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/vector/tests copying build/lib/gym/vector/tests/test_async_vector_env.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/vector/tests copying build/lib/gym/vector/tests/test_numpy_utils.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/vector/tests copying build/lib/gym/vector/tests/utils.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/vector/tests copying build/lib/gym/vector/tests/test_shared_memory.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/vector/tests creating /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/vector/utils copying build/lib/gym/vector/utils/numpy_utils.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/vector/utils copying build/lib/gym/vector/utils/misc.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/vector/utils copying build/lib/gym/vector/utils/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/vector/utils copying build/lib/gym/vector/utils/shared_memory.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/vector/utils copying build/lib/gym/vector/utils/spaces.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/vector/utils copying build/lib/gym/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym creating /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers creating /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/monitoring copying build/lib/gym/wrappers/monitoring/video_recorder.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/monitoring creating /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/monitoring/tests copying build/lib/gym/wrappers/monitoring/tests/test_video_recorder.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/monitoring/tests copying build/lib/gym/wrappers/monitoring/tests/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/monitoring/tests copying build/lib/gym/wrappers/monitoring/tests/helpers.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/monitoring/tests copying build/lib/gym/wrappers/monitoring/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/monitoring copying build/lib/gym/wrappers/monitoring/stats_recorder.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/monitoring creating /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/tests copying build/lib/gym/wrappers/tests/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/tests copying build/lib/gym/wrappers/record_episode_statistics.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers copying build/lib/gym/wrappers/test_clip_action.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers copying build/lib/gym/wrappers/atari_preprocessing.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers copying build/lib/gym/wrappers/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers copying build/lib/gym/wrappers/test_pixel_observation.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers copying build/lib/gym/wrappers/test_gray_scale_observation.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers copying build/lib/gym/wrappers/test_flatten_observation.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers copying build/lib/gym/wrappers/gray_scale_observation.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers copying build/lib/gym/wrappers/test_resize_observation.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers copying build/lib/gym/wrappers/filter_observation.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers copying build/lib/gym/wrappers/transform_observation.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers copying build/lib/gym/wrappers/transform_reward.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers copying build/lib/gym/wrappers/rescale_action.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers copying build/lib/gym/wrappers/pixel_observation.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers copying build/lib/gym/wrappers/clip_action.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers copying build/lib/gym/wrappers/test_atari_preprocessing.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers copying build/lib/gym/wrappers/flatten_observation.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers copying build/lib/gym/wrappers/frame_stack.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers copying build/lib/gym/wrappers/test_rescale_action.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers copying build/lib/gym/wrappers/test_filter_observation.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers copying build/lib/gym/wrappers/resize_observation.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers copying build/lib/gym/wrappers/test_record_episode_statistics.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers copying build/lib/gym/wrappers/test_frame_stack.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers copying build/lib/gym/wrappers/time_limit.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers copying build/lib/gym/wrappers/test_transform_observation.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers copying build/lib/gym/wrappers/monitor.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers copying build/lib/gym/wrappers/test_transform_reward.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers creating /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/utils copying build/lib/gym/utils/closer.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/utils copying build/lib/gym/utils/atomic_write.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/utils copying build/lib/gym/utils/seeding.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/utils copying build/lib/gym/utils/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/utils copying build/lib/gym/utils/play.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/utils copying build/lib/gym/utils/colorize.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/utils copying build/lib/gym/utils/ezpickle.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/utils copying build/lib/gym/utils/json_utils.py -> /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/utils byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/version.py to version.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/error.py to error.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/spaces/tests/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/spaces/tests/test_spaces.py to test_spaces.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/spaces/tests/test_utils.py to test_utils.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/spaces/utils.py to utils.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/spaces/discrete.py to discrete.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/spaces/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/spaces/tuple.py to tuple.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/spaces/multi_discrete.py to multi_discrete.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/spaces/space.py to space.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/spaces/box.py to box.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/spaces/dict.py to dict.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/spaces/multi_binary.py to multi_binary.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/logger.py to logger.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/core.py to core.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/box2d/car_dynamics.py to car_dynamics.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/box2d/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/box2d/car_racing.py to car_racing.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/box2d/lunar_lander.py to lunar_lander.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/box2d/test_lunar_lander.py to test_lunar_lander.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/box2d/bipedal_walker.py to bipedal_walker.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/unittest/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/unittest/memorize_digits.py to memorize_digits.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/unittest/cube_crash.py to cube_crash.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/tests/test_determinism.py to test_determinism.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/tests/test_envs_semantics.py to test_envs_semantics.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/tests/test_kellycoinflip.py to test_kellycoinflip.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/tests/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/tests/test_mujoco_v2_to_v3_conversion.py to test_mujoco_v2_to_v3_conversion.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/tests/spec_list.py to spec_list.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/tests/test_frozenlake_dfs.py to test_frozenlake_dfs.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/tests/test_envs.py to test_envs.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/tests/test_registration.py to test_registration.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/registration.py to registration.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/hand/manipulate_touch_sensors.py to manipulate_touch_sensors.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/hand/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/hand/manipulate.py to manipulate.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/hand/reach.py to reach.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/fetch/slide.py to slide.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/fetch/pick_and_place.py to pick_and_place.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/fetch/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/fetch/reach.py to reach.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/fetch/push.py to push.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/hand_env.py to hand_env.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/rotations.py to rotations.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/robot_env.py to robot_env.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/utils.py to utils.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/fetch_env.py to fetch_env.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/robotics/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco/hopper.py to hopper.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco/humanoid.py to humanoid.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco/walker2d.py to walker2d.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco/hopper_v3.py to hopper_v3.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco/swimmer.py to swimmer.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco/ant.py to ant.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco/half_cheetah_v3.py to half_cheetah_v3.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco/striker.py to striker.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco/mujoco_env.py to mujoco_env.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco/reacher.py to reacher.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco/inverted_pendulum.py to inverted_pendulum.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco/inverted_double_pendulum.py to inverted_double_pendulum.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco/humanoidstandup.py to humanoidstandup.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco/thrower.py to thrower.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco/ant_v3.py to ant_v3.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco/half_cheetah.py to half_cheetah.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco/humanoid_v3.py to humanoid_v3.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco/pusher.py to pusher.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco/swimmer_v3.py to swimmer_v3.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/mujoco/walker2d_v3.py to walker2d_v3.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/classic_control/rendering.py to rendering.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/classic_control/cartpole.py to cartpole.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/classic_control/continuous_mountain_car.py to continuous_mountain_car.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/classic_control/acrobot.py to acrobot.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/classic_control/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/classic_control/pendulum.py to pendulum.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/classic_control/mountain_car.py to mountain_car.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/toy_text/frozen_lake.py to frozen_lake.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/toy_text/taxi.py to taxi.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/toy_text/roulette.py to roulette.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/toy_text/discrete.py to discrete.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/toy_text/cliffwalking.py to cliffwalking.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/toy_text/nchain.py to nchain.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/toy_text/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/toy_text/hotter_colder.py to hotter_colder.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/toy_text/kellycoinflip.py to kellycoinflip.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/toy_text/blackjack.py to blackjack.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/toy_text/guessing_game.py to guessing_game.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/atari/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/atari/atari_env.py to atari_env.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/algorithmic/copy_.py to copy_.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/algorithmic/tests/test_algorithmic.py to test_algorithmic.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/algorithmic/tests/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/algorithmic/algorithmic_env.py to algorithmic_env.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/algorithmic/reverse.py to reverse.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/algorithmic/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/algorithmic/repeat_copy.py to repeat_copy.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/algorithmic/duplicated_input.py to duplicated_input.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/envs/algorithmic/reversed_addition.py to reversed_addition.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/vector/sync_vector_env.py to sync_vector_env.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/vector/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/vector/vector_env.py to vector_env.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/vector/async_vector_env.py to async_vector_env.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/vector/tests/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/vector/tests/test_vector_env.py to test_vector_env.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/vector/tests/test_spaces.py to test_spaces.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/vector/tests/test_sync_vector_env.py to test_sync_vector_env.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/vector/tests/test_async_vector_env.py to test_async_vector_env.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/vector/tests/test_numpy_utils.py to test_numpy_utils.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/vector/tests/utils.py to utils.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/vector/tests/test_shared_memory.py to test_shared_memory.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/vector/utils/numpy_utils.py to numpy_utils.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/vector/utils/misc.py to misc.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/vector/utils/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/vector/utils/shared_memory.py to shared_memory.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/vector/utils/spaces.py to spaces.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/monitoring/video_recorder.py to video_recorder.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/monitoring/tests/test_video_recorder.py to test_video_recorder.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/monitoring/tests/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/monitoring/tests/helpers.py to helpers.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/monitoring/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/monitoring/stats_recorder.py to stats_recorder.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/tests/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/record_episode_statistics.py to record_episode_statistics.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/test_clip_action.py to test_clip_action.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/atari_preprocessing.py to atari_preprocessing.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/test_pixel_observation.py to test_pixel_observation.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/test_gray_scale_observation.py to test_gray_scale_observation.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/test_flatten_observation.py to test_flatten_observation.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/gray_scale_observation.py to gray_scale_observation.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/test_resize_observation.py to test_resize_observation.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/filter_observation.py to filter_observation.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/transform_observation.py to transform_observation.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/transform_reward.py to transform_reward.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/rescale_action.py to rescale_action.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/pixel_observation.py to pixel_observation.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/clip_action.py to clip_action.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/test_atari_preprocessing.py to test_atari_preprocessing.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/flatten_observation.py to flatten_observation.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/frame_stack.py to frame_stack.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/test_rescale_action.py to test_rescale_action.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/test_filter_observation.py to test_filter_observation.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/resize_observation.py to resize_observation.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/test_record_episode_statistics.py to test_record_episode_statistics.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/test_frame_stack.py to test_frame_stack.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/time_limit.py to time_limit.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/test_transform_observation.py to test_transform_observation.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/monitor.py to monitor.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/wrappers/test_transform_reward.py to test_transform_reward.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/utils/closer.py to closer.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/utils/atomic_write.py to atomic_write.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/utils/seeding.py to seeding.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/utils/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/utils/play.py to play.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/utils/colorize.py to colorize.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/utils/ezpickle.py to ezpickle.cpython-37.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym/utils/json_utils.py to json_utils.cpython-37.pyc writing byte-compilation script '/tmp/tmpjt7ylchv.py' /usr/local/bin/python3.7 /tmp/tmpjt7ylchv.py removing /tmp/tmpjt7ylchv.py running install_egg_info running egg_info writing gym.egg-info/PKG-INFO writing dependency_links to gym.egg-info/dependency_links.txt writing requirements to gym.egg-info/requires.txt writing top-level names to gym.egg-info/top_level.txt reading manifest file 'gym.egg-info/SOURCES.txt' writing manifest file 'gym.egg-info/SOURCES.txt' Copying gym.egg-info to /construction/math/py-gym/stage/usr/local/lib/python3.7/site-packages/gym-0.17.2-py3.7.egg-info running install_scripts writing list of installed files to '/construction/math/py-gym/.PLIST.pymodtmp' ===> Creating unique files: Move MAN files needing SUFFIX ===> Creating unique files: Move files needing SUFFIX ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for py37-gym-0.17.2 file sizes/checksums [555]: 0% file sizes/checksums [555]: 18% file sizes/checksums [555]: 36% file sizes/checksums [555]: 54% file sizes/checksums [555]: 72% file sizes/checksums [555]: 90% file sizes/checksums [555]: 100% packing files [555]: 0% packing files [555]: 18% packing files [555]: 36% packing files [555]: 54% packing files [555]: 72% packing files [555]: 90% packing files [555]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:06 TOTAL TIME 00:01:20