Giter VIP home page Giter VIP logo

oerpscenario's People

Contributors

bguillot avatar charbeljc avatar damdam-s avatar esciara avatar guewen avatar gurneyalex avatar jgrandguillaume avatar lepistone avatar nbessi avatar rdeheele avatar rvalyi avatar sebastienbeau avatar vrenaville avatar yvaucher avatar

Watchers

 avatar  avatar  avatar

oerpscenario's Issues

`ImportError: No module named unittest2` on calling `openerp_scenario`

Trace:

Traceback (most recent call last):
  File "/Users/emmanuelsciara/odoo_scaramouche_bdd/bin/openerp_scenario", line 10, in <module>
    sys.exit(main())
  File "/Users/emmanuelsciara/Documents/Development/git-repos/other-third-party/em_refactored_oerpscenario/oerpscenario/openerp_scenario.py", line 44, in main
    sys.exit(__main__.main(args))
  File "/Users/emmanuelsciara/odoo_scaramouche_bdd/lib/python2.7/site-packages/behave/__main__.py", line 111, in main
    failed = runner.run()
  File "/Users/emmanuelsciara/odoo_scaramouche_bdd/lib/python2.7/site-packages/behave/runner.py", line 659, in run
    return self.run_with_paths()
  File "/Users/emmanuelsciara/odoo_scaramouche_bdd/lib/python2.7/site-packages/behave/runner.py", line 664, in run_with_paths
    self.load_hooks()
  File "/Users/emmanuelsciara/odoo_scaramouche_bdd/lib/python2.7/site-packages/behave/runner.py", line 623, in load_hooks
    exec_file(hooks_path, self.hooks)
  File "/Users/emmanuelsciara/odoo_scaramouche_bdd/lib/python2.7/site-packages/behave/runner.py", line 306, in exec_file
    execfile(filename, globals, locals)
  File "/Users/emmanuelsciara/Documents/Development/git-repos/other-third-party/em_refactored_oerpscenario/features/environment.py", line 8, in <module>
    from support import tools, behave_better
  File "/Users/emmanuelsciara/Documents/Development/git-repos/other-third-party/em_refactored_oerpscenario/features/support/__init__.py", line 2, in <module>
    from support import tools
  File "/Users/emmanuelsciara/Documents/Development/git-repos/other-third-party/em_refactored_oerpscenario/features/support/tools.py", line 93, in <module>
    from unittest2 import TestCase
ImportError: No module named unittest2

"error: can't copy 'features': doesn't exist or not a regular file" during `pip install`

Running pip install git+https://github.com/nbessi/oerpscenario.git@refactoring triggers the following error:

running install_data
    error: can't copy 'features': doesn't exist or not a regular file

Full stack:

Collecting git+https://github.com/nbessi/oerpscenario.git@refactoring
  Cloning https://github.com/nbessi/oerpscenario.git (to refactoring) to /var/folders/hd/yl60zq2d3llbq84t8946qsqh0000gn/T/pip-QODTVJ-build
Requirement already satisfied (use --upgrade to upgrade): behave==1.2.4 in /Users/emmanuelsciara/odoo_scaramouche_bdd/lib/python2.7/site-packages (from oerpscenario==0.7.1.dev53)
Requirement already satisfied (use --upgrade to upgrade): erppeek in /Users/emmanuelsciara/odoo_scaramouche_bdd/lib/python2.7/site-packages (from oerpscenario==0.7.1.dev53)
Requirement already satisfied (use --upgrade to upgrade): parse>=1.6.3 in /Users/emmanuelsciara/odoo_scaramouche_bdd/lib/python2.7/site-packages (from behave==1.2.4->oerpscenario==0.7.1.dev53)
Requirement already satisfied (use --upgrade to upgrade): parse-type>=0.3.4 in /Users/emmanuelsciara/odoo_scaramouche_bdd/lib/python2.7/site-packages (from behave==1.2.4->oerpscenario==0.7.1.dev53)
Requirement already satisfied (use --upgrade to upgrade): six in /Users/emmanuelsciara/odoo_scaramouche_bdd/lib/python2.7/site-packages (from behave==1.2.4->oerpscenario==0.7.1.dev53)
Requirement already satisfied (use --upgrade to upgrade): enum34 in /Users/emmanuelsciara/odoo_scaramouche_bdd/lib/python2.7/site-packages (from parse-type>=0.3.4->behave==1.2.4->oerpscenario==0.7.1.dev53)
Installing collected packages: oerpscenario
  Running setup.py install for oerpscenario
    Complete output from command /Users/emmanuelsciara/odoo_scaramouche_bdd/bin/python -c "import setuptools, tokenize;__file__='/var/folders/hd/yl60zq2d3llbq84t8946qsqh0000gn/T/pip-QODTVJ-build/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/hd/yl60zq2d3llbq84t8946qsqh0000gn/T/pip-HtH6x4-record/install-record.txt --single-version-externally-managed --compile --install-headers /Users/emmanuelsciara/odoo_scaramouche_bdd/include/site/python2.7/oerpscenario:
    running install
    [pbr] Writing ChangeLog
    [pbr] Generating ChangeLog
    [pbr] ChangeLog complete (0.0s)
    [pbr] Generating AUTHORS
    [pbr] AUTHORS complete (0.0s)
    running build
    running build_py
    creating build
    creating build/lib
    creating build/lib/oerpscenario
    copying oerpscenario/__init__.py -> build/lib/oerpscenario
    copying oerpscenario/openerp_scenario.py -> build/lib/oerpscenario
    running egg_info
    creating oerpscenario.egg-info
    writing requirements to oerpscenario.egg-info/requires.txt
    writing oerpscenario.egg-info/PKG-INFO
    writing top-level names to oerpscenario.egg-info/top_level.txt
    writing dependency_links to oerpscenario.egg-info/dependency_links.txt
    writing entry points to oerpscenario.egg-info/entry_points.txt
    writing pbr to oerpscenario.egg-info/pbr.json
    [pbr] Processing SOURCES.txt
    writing manifest file 'oerpscenario.egg-info/SOURCES.txt'
    warning: LocalManifestMaker: standard file '-c' not found

    [pbr] In git context, generating filelist from git
    warning: no previously-included files found matching '.gitreview'
    warning: no previously-included files matching '*.pyc' found anywhere in distribution
    writing manifest file 'oerpscenario.egg-info/SOURCES.txt'
    creating build/lib/oerpscenario/test
    creating build/lib/oerpscenario/test/config
    copying oerpscenario/test/config/odoo.conf -> build/lib/oerpscenario/test/config
    copying oerpscenario/test/config/oerpscenario.conf -> build/lib/oerpscenario/test/config
    running install_lib
    copying build/lib/oerpscenario/__init__.py -> /Users/emmanuelsciara/odoo_scaramouche_bdd/lib/python2.7/site-packages/oerpscenario
    copying build/lib/oerpscenario/openerp_scenario.py -> /Users/emmanuelsciara/odoo_scaramouche_bdd/lib/python2.7/site-packages/oerpscenario
    copying build/lib/oerpscenario/test/config/odoo.conf -> /Users/emmanuelsciara/odoo_scaramouche_bdd/lib/python2.7/site-packages/oerpscenario/test/config
    copying build/lib/oerpscenario/test/config/oerpscenario.conf -> /Users/emmanuelsciara/odoo_scaramouche_bdd/lib/python2.7/site-packages/oerpscenario/test/config
    byte-compiling /Users/emmanuelsciara/odoo_scaramouche_bdd/lib/python2.7/site-packages/oerpscenario/__init__.py to __init__.pyc
    byte-compiling /Users/emmanuelsciara/odoo_scaramouche_bdd/lib/python2.7/site-packages/oerpscenario/openerp_scenario.py to openerp_scenario.pyc
    running install_data
    error: can't copy 'features': doesn't exist or not a regular file

    ----------------------------------------
Command "/Users/emmanuelsciara/odoo_scaramouche_bdd/bin/python -c "import setuptools, tokenize;__file__='/var/folders/hd/yl60zq2d3llbq84t8946qsqh0000gn/T/pip-QODTVJ-build/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/hd/yl60zq2d3llbq84t8946qsqh0000gn/T/pip-HtH6x4-record/install-record.txt --single-version-externally-managed --compile --install-headers /Users/emmanuelsciara/odoo_scaramouche_bdd/include/site/python2.7/oerpscenario" failed with error code 1 in /var/folders/hd/yl60zq2d3llbq84t8946qsqh0000gn/T/pip-QODTVJ-build

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.