Code Monkey home page Code Monkey logo

x2py's People

Contributors

jaykang920 avatar

Watchers

 avatar  avatar

x2py's Issues

pytest failed on python 3.7

nbd@nobody:~/Build/x2py$ sudo python3 setup.py install
running install
running bdist_egg
running egg_info
writing x2py.egg-info/PKG-INFO
writing dependency_links to x2py.egg-info/dependency_links.txt
writing top-level names to x2py.egg-info/top_level.txt
reading manifest file 'x2py.egg-info/SOURCES.txt'
writing manifest file 'x2py.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
copying x2py/__init__.py -> build/lib/x2py
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/x2py
copying build/lib/x2py/coroutine.py -> build/bdist.linux-x86_64/egg/x2py
copying build/lib/x2py/deserializer.py -> build/bdist.linux-x86_64/egg/x2py
creating build/bdist.linux-x86_64/egg/x2py/util
copying build/lib/x2py/util/trace.py -> build/bdist.linux-x86_64/egg/x2py/util
copying build/lib/x2py/util/hash.py -> build/bdist.linux-x86_64/egg/x2py/util
copying build/lib/x2py/util/rwlock.py -> build/bdist.linux-x86_64/egg/x2py/util
copying build/lib/x2py/util/atomic.py -> build/bdist.linux-x86_64/egg/x2py/util
copying build/lib/x2py/util/__init__.py -> build/bdist.linux-x86_64/egg/x2py/util
copying build/lib/x2py/util/ranged_int_pool.py -> build/bdist.linux-x86_64/egg/x2py/util
copying build/lib/x2py/flow.py -> build/bdist.linux-x86_64/egg/x2py
copying build/lib/x2py/hub.py -> build/bdist.linux-x86_64/egg/x2py
copying build/lib/x2py/serializer.py -> build/bdist.linux-x86_64/egg/x2py
copying build/lib/x2py/cell.py -> build/bdist.linux-x86_64/egg/x2py
copying build/lib/x2py/buffer_transform.py -> build/bdist.linux-x86_64/egg/x2py
copying build/lib/x2py/config.py -> build/bdist.linux-x86_64/egg/x2py
creating build/bdist.linux-x86_64/egg/x2py/transforms
copying build/lib/x2py/transforms/inverse.py -> build/bdist.linux-x86_64/egg/x2py/transforms
copying build/lib/x2py/transforms/__init__.py -> build/bdist.linux-x86_64/egg/x2py/transforms
copying build/lib/x2py/transforms/block_cipher.py -> build/bdist.linux-x86_64/egg/x2py/transforms
copying build/lib/x2py/__init__.py -> build/bdist.linux-x86_64/egg/x2py
copying build/lib/x2py/event_factory.py -> build/bdist.linux-x86_64/egg/x2py
copying build/lib/x2py/event_queue.py -> build/bdist.linux-x86_64/egg/x2py
creating build/bdist.linux-x86_64/egg/x2py/links
creating build/bdist.linux-x86_64/egg/x2py/links/asyncio
copying build/lib/x2py/links/asyncio/tcp_client.py -> build/bdist.linux-x86_64/egg/x2py/links/asyncio
copying build/lib/x2py/links/asyncio/tcp_server.py -> build/bdist.linux-x86_64/egg/x2py/links/asyncio
copying build/lib/x2py/links/asyncio/tcp_session.py -> build/bdist.linux-x86_64/egg/x2py/links/asyncio
copying build/lib/x2py/links/asyncio/__init__.py -> build/bdist.linux-x86_64/egg/x2py/links/asyncio
creating build/bdist.linux-x86_64/egg/x2py/links/asyncore
copying build/lib/x2py/links/asyncore/tcp_client.py -> build/bdist.linux-x86_64/egg/x2py/links/asyncore
copying build/lib/x2py/links/asyncore/tcp_server.py -> build/bdist.linux-x86_64/egg/x2py/links/asyncore
copying build/lib/x2py/links/asyncore/tcp_session.py -> build/bdist.linux-x86_64/egg/x2py/links/asyncore
copying build/lib/x2py/links/asyncore/__init__.py -> build/bdist.linux-x86_64/egg/x2py/links/asyncore
copying build/lib/x2py/links/client_link.py -> build/bdist.linux-x86_64/egg/x2py/links
copying build/lib/x2py/links/link_session.py -> build/bdist.linux-x86_64/egg/x2py/links
copying build/lib/x2py/links/link_events.py -> build/bdist.linux-x86_64/egg/x2py/links
copying build/lib/x2py/links/__init__.py -> build/bdist.linux-x86_64/egg/x2py/links
copying build/lib/x2py/links/server_link.py -> build/bdist.linux-x86_64/egg/x2py/links
copying build/lib/x2py/links/strategy.py -> build/bdist.linux-x86_64/egg/x2py/links
copying build/lib/x2py/links/session_based_link.py -> build/bdist.linux-x86_64/egg/x2py/links
copying build/lib/x2py/binding.py -> build/bdist.linux-x86_64/egg/x2py
creating build/bdist.linux-x86_64/egg/x2py/flows
copying build/lib/x2py/flows/frame_based_flow.py -> build/bdist.linux-x86_64/egg/x2py/flows
copying build/lib/x2py/flows/single_thread_flow.py -> build/bdist.linux-x86_64/egg/x2py/flows
copying build/lib/x2py/flows/threadless_flow.py -> build/bdist.linux-x86_64/egg/x2py/flows
copying build/lib/x2py/flows/event_based_flow.py -> build/bdist.linux-x86_64/egg/x2py/flows
copying build/lib/x2py/flows/multi_thread_flow.py -> build/bdist.linux-x86_64/egg/x2py/flows
copying build/lib/x2py/flows/time_flow.py -> build/bdist.linux-x86_64/egg/x2py/flows
copying build/lib/x2py/flows/__init__.py -> build/bdist.linux-x86_64/egg/x2py/flows
copying build/lib/x2py/link.py -> build/bdist.linux-x86_64/egg/x2py
copying build/lib/x2py/builtin_events.py -> build/bdist.linux-x86_64/egg/x2py
copying build/lib/x2py/case.py -> build/bdist.linux-x86_64/egg/x2py
copying build/lib/x2py/fingerprint.py -> build/bdist.linux-x86_64/egg/x2py
copying build/lib/x2py/event.py -> build/bdist.linux-x86_64/egg/x2py
copying build/lib/x2py/event_sink.py -> build/bdist.linux-x86_64/egg/x2py
creating build/bdist.linux-x86_64/egg/xpiler
copying build/lib/xpiler/main.py -> build/bdist.linux-x86_64/egg/xpiler
copying build/lib/xpiler/handler.py -> build/bdist.linux-x86_64/egg/xpiler
copying build/lib/xpiler/formatter.py -> build/bdist.linux-x86_64/egg/xpiler
copying build/lib/xpiler/__init__.py -> build/bdist.linux-x86_64/egg/xpiler
copying build/lib/xpiler/__main__.py -> build/bdist.linux-x86_64/egg/xpiler
copying build/lib/xpiler/options.py -> build/bdist.linux-x86_64/egg/xpiler
copying build/lib/xpiler/python3_formatter.py -> build/bdist.linux-x86_64/egg/xpiler
copying build/lib/xpiler/definition.py -> build/bdist.linux-x86_64/egg/xpiler
copying build/lib/xpiler/xml_handler.py -> build/bdist.linux-x86_64/egg/xpiler
copying build/lib/xpiler/types_.py -> build/bdist.linux-x86_64/egg/xpiler
byte-compiling build/bdist.linux-x86_64/egg/x2py/coroutine.py to coroutine.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/deserializer.py to deserializer.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/util/trace.py to trace.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/util/hash.py to hash.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/util/rwlock.py to rwlock.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/util/atomic.py to atomic.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/util/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/util/ranged_int_pool.py to ranged_int_pool.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/flow.py to flow.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/hub.py to hub.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/serializer.py to serializer.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/cell.py to cell.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/buffer_transform.py to buffer_transform.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/config.py to config.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/transforms/inverse.py to inverse.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/transforms/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/transforms/block_cipher.py to block_cipher.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/event_factory.py to event_factory.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/event_queue.py to event_queue.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/links/asyncio/tcp_client.py to tcp_client.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/links/asyncio/tcp_server.py to tcp_server.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/links/asyncio/tcp_session.py to tcp_session.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/links/asyncio/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/links/asyncore/tcp_client.py to tcp_client.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/links/asyncore/tcp_server.py to tcp_server.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/links/asyncore/tcp_session.py to tcp_session.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/links/asyncore/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/links/client_link.py to client_link.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/links/link_session.py to link_session.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/links/link_events.py to link_events.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/links/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/links/server_link.py to server_link.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/links/strategy.py to strategy.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/links/session_based_link.py to session_based_link.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/binding.py to binding.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/flows/frame_based_flow.py to frame_based_flow.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/flows/single_thread_flow.py to single_thread_flow.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/flows/threadless_flow.py to threadless_flow.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/flows/event_based_flow.py to event_based_flow.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/flows/multi_thread_flow.py to multi_thread_flow.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/flows/time_flow.py to time_flow.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/flows/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/link.py to link.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/builtin_events.py to builtin_events.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/case.py to case.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/fingerprint.py to fingerprint.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/event.py to event.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/x2py/event_sink.py to event_sink.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/xpiler/main.py to main.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/xpiler/handler.py to handler.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/xpiler/formatter.py to formatter.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/xpiler/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/xpiler/__main__.py to __main__.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/xpiler/options.py to options.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/xpiler/python3_formatter.py to python3_formatter.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/xpiler/definition.py to definition.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/xpiler/xml_handler.py to xml_handler.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/xpiler/types_.py to types_.cpython-36.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
installing scripts to build/bdist.linux-x86_64/egg/EGG-INFO/scripts
running install_scripts
running build_scripts
creating build/bdist.linux-x86_64/egg/EGG-INFO/scripts
copying build/scripts-3.6/x2py.xpiler.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/x2py.xpiler.py to 755
copying x2py.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying x2py.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying x2py.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying x2py.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
creating 'dist/x2py-0.4.1-py3.6.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing x2py-0.4.1-py3.6.egg
Removing /usr/local/lib/python3.6/dist-packages/x2py-0.4.1-py3.6.egg
Copying x2py-0.4.1-py3.6.egg to /usr/local/lib/python3.6/dist-packages
x2py 0.4.1 is already the active version in easy-install.pth
Installing x2py.xpiler.py script to /usr/local/bin

Installed /usr/local/lib/python3.6/dist-packages/x2py-0.4.1-py3.6.egg
Processing dependencies for x2py==0.4.1
Finished processing dependencies for x2py==0.4.1
nbd@nobody:~/Build/x2py$ py.test
=============================================================================================== test session starts ===============================================================================================
platform linux -- Python 3.6.7, pytest-4.6.2, py-1.8.0, pluggy-0.12.0
rootdir: /home/nbd/Build/x2py
collected 8 items / 5 errors / 3 selected                                                                                                                                                                         

===================================================================================================== ERRORS ======================================================================================================
_______________________________________________________________________________________ ERROR collecting test/test_cell.py ________________________________________________________________________________________
ImportError while importing test module '/home/nbd/Build/x2py/test/test_cell.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
test/test_cell.py:9: in <module>
    import x2py
/usr/local/lib/python3.6/dist-packages/x2py-0.4.1-py3.6.egg/x2py/__init__.py:21: in <module>
    ???
E   ModuleNotFoundError: No module named 'x2py.yields'
_______________________________________________________________________________________ ERROR collecting test/test_event.py _______________________________________________________________________________________
ImportError while importing test module '/home/nbd/Build/x2py/test/test_event.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
test/test_event.py:9: in <module>
    import x2py
/usr/local/lib/python3.6/dist-packages/x2py-0.4.1-py3.6.egg/x2py/__init__.py:21: in <module>
    ???
E   ModuleNotFoundError: No module named 'x2py.yields'
__________________________________________________________________________________ ERROR collecting test/test_ranged_int_pool.py __________________________________________________________________________________
ImportError while importing test module '/home/nbd/Build/x2py/test/test_ranged_int_pool.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
test/test_ranged_int_pool.py:9: in <module>
    import x2py
/usr/local/lib/python3.6/dist-packages/x2py-0.4.1-py3.6.egg/x2py/__init__.py:21: in <module>
    ???
E   ModuleNotFoundError: No module named 'x2py.yields'
___________________________________________________________________________________ ERROR collecting test/test_serialization.py ___________________________________________________________________________________
ImportError while importing test module '/home/nbd/Build/x2py/test/test_serialization.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
test/test_serialization.py:12: in <module>
    import x2py
/usr/local/lib/python3.6/dist-packages/x2py-0.4.1-py3.6.egg/x2py/__init__.py:21: in <module>
    ???
E   ModuleNotFoundError: No module named 'x2py.yields'
____________________________________________________________________________________ ERROR collecting test/test_transforms.py _____________________________________________________________________________________
ImportError while importing test module '/home/nbd/Build/x2py/test/test_transforms.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
test/test_transforms.py:7: in <module>
    import x2py
/usr/local/lib/python3.6/dist-packages/x2py-0.4.1-py3.6.egg/x2py/__init__.py:21: in <module>
    ???
E   ModuleNotFoundError: No module named 'x2py.yields'
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 5 errors during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
============================================================================================= 5 error in 0.15 seconds =============================================================================================

Recommend Projects

  • React photo React

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

  • Vue.js photo Vue.js

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

  • Typescript photo Typescript

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

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

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

Recommend Topics

  • javascript

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

  • web

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

  • server

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

  • Machine learning

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

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

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

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

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

  • D3 photo D3

    Data-Driven Documents codes.