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

setup.py is BROKEN #47

Open
KourFrost opened this issue Apr 26, 2022 · 1 comment
Open

setup.py is BROKEN #47

KourFrost opened this issue Apr 26, 2022 · 1 comment

Comments

@KourFrost
Copy link

the setup.py is broken in its current state, got it working with a few modifications
line 12:
version=read('nngen/VERSION').splitlines()[0],

nngen/VERSION only has one version probably
fixed with :
version='1.3.3',

line 14:
long_description=read('README.md'),

there is no README file in folder
fixed with:
long_description=' ',

@shtaxxx
Copy link
Contributor

shtaxxx commented Apr 29, 2022

Could you give us the information on your testing environment?
d6de580 branch can be installed by python3 setup.py install on the environment with

  • MacBook Air (M1 2020)
  • macOS 12.3.1
  • python 3.9.11 (pyenv)
  • dependencies (pip3 freeze)
    • Jinja2==3.1.2
    • MarkupSafe==2.1.1
    • nngen==1.3.3
    • numpy==1.22.3
    • onnx==1.11.0
    • ply==3.11
    • protobuf==3.20.1
    • pyverilog==1.3.0
    • typing_extensions==4.2.0
    • veriloggen==2.1.0

nngen/VERSION only has one version probably

Yes, there should be one version, but the version number is automatically read from nngen/VERSION.

there is no README file in folder

There is README.md file: https://github.com/NNgen/nngen/blob/develop/README.md .

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