Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running the code shows errors #33

Open
ignutanz opened this issue Feb 1, 2023 · 1 comment
Open

Running the code shows errors #33

ignutanz opened this issue Feb 1, 2023 · 1 comment

Comments

@ignutanz
Copy link

ignutanz commented Feb 1, 2023

When I run make dev , I get the errors:

Running setup.py bdist_wheel for coverage ... error
  Complete output from command /home/cdit/gnukhata/pyramidVue/env/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-2fveho8t/coverage/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-m54c1ap7 --python-tag cp37:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
  
  error: invalid command 'bdist_wheel'
  
  ----------------------------------------
  Failed building wheel for coverage
  Running setup.py clean for coverage
  Running setup.py bdist_wheel for Mako ... error
  Complete output from command /home/cdit/gnukhata/pyramidVue/env/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-2fveho8t/Mako/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-rfgmiaq4 --python-tag cp37:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
  
  error: invalid command 'bdist_wheel'
  
  ----------------------------------------
  Failed building wheel for Mako
  Running setup.py clean for Mako
  Running setup.py bdist_wheel for MarkupSafe ... error
  Complete output from command /home/cdit/gnukhata/pyramidVue/env/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-2fveho8t/MarkupSafe/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-8t913c4o --python-tag cp37:
  /tmp/pip-install-2fveho8t/MarkupSafe/setup.py:20: DeprecationWarning: Flags not at the start of the expression '^__version__\\s+=\\s+(' (truncated)
    '^__version__\s+=\s+(.*?)$(?sm)', f.read()).group(1))
  /tmp/pip-install-2fveho8t/MarkupSafe/setup.py:27: DistDeprecationWarning: Features are deprecated and will be removed in a future version. See https://github.com/pypa/setuptools/issues/65.
    Extension('markupsafe._speedups', ['markupsafe/_speedups.c']),
  /usr/lib/python3.7/distutils/core.py:108: DistDeprecationWarning: Features are deprecated and will be removed in a future version. See https://github.com/pypa/setuptools/issues/65.
    _setup_distribution = dist = klass(attrs)
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
  
  error: invalid command 'bdist_wheel'
  
  ----------------------------------------
  Failed building wheel for MarkupSafe
  Running setup.py clean for MarkupSafe
  Running setup.py bdist_wheel for pyramid-mako ... error
  Complete output from command /home/cdit/gnukhata/pyramidVue/env/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-2fveho8t/pyramid-mako/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-debfhz6f --python-tag cp37:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
  
  error: invalid command 'bdist_wheel'
  
  ----------------------------------------
  Failed building wheel for pyramid-mako
  Running setup.py clean for pyramid-mako
  Running setup.py bdist_wheel for repoze.lru ... error
  Complete output from command /home/cdit/gnukhata/pyramidVue/env/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-2fveho8t/repoze.lru/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-94q0ntz4 --python-tag cp37:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
  
  error: invalid command 'bdist_wheel'
  
  ----------------------------------------
  Failed building wheel for repoze.lru
  Running setup.py clean for repoze.lru
  Running setup.py bdist_wheel for zope.interface ... error
  Complete output from command /home/cdit/gnukhata/pyramidVue/env/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-2fveho8t/zope.interface/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-1g5gofil --python-tag cp37:
  /tmp/pip-install-2fveho8t/zope.interface/setup.py:70: DistDeprecationWarning: Features are deprecated and will be removed in a future version. See https://github.com/pypa/setuptools/issues/65.
    [os.path.normcase(codeoptimization_c)]
  /usr/lib/python3.7/distutils/core.py:108: DistDeprecationWarning: Features are deprecated and will be removed in a future version. See https://github.com/pypa/setuptools/issues/65.
    _setup_distribution = dist = klass(attrs)
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
  
  error: invalid command 'bdist_wheel'
  
  ----------------------------------------
  Failed building wheel for zope.interface

and

reading manifest template 'MANIFEST.in'
warning: no files found matching '*.cfg'
warning: no files found matching '*.rst'
warning: no files found matching '*.ico' under directory 'pyramidvue'
warning: no files found matching '*.gif' under directory 'pyramidvue'
warning: no files found matching '*.jpg' under directory 'pyramidvue'
warning: no files found matching '*.pt' under directory 'pyramidvue'
warning: no files found matching '*.txt' under directory 'pyramidvue'
warning: no files found matching '*.mak' under directory 'pyramidvue'
warning: no files found matching '*.mako' under directory 'pyramidvue'
warning: no files found matching '*.xml' under directory 'pyramidvue'
warning: no files found matching '*.jinja2' under directory 'pyramidvue'

when I run make run I get the following error:

source ./env/bin/activate; \

/bin/sh: 1: source: not found
make: *** [Makefile:31: run] Error 127
@eddyekofo94
Copy link
Owner

Haven't looked at this in a while but will look at it when I get a chance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants