alphaville / optimization-engine

Nonconvex embedded optimization: code generation for fast real-time optimization + ROS support
https://alphaville.github.io/optimization-engine/
Other
499 stars 53 forks source link

tar.gz file for 0.6.4 doesn't contain the VERSION file #230

Closed marioyc closed 3 years ago

marioyc commented 3 years ago

Describe the bug

The VERSION file is missing in the tar.gz file for version 0.6.4, which causes the installation to fail when running setup.py

To Reproduce

Steps to reproduce the behavior:

  1. Download tar.gz file from: https://pypi.org/project/opengen/#files
  2. Run setup.py
  3. See error

Additional context

Pip happened to download the tar.gz instead of the wheel because of some additional options in a project, and opengen's installation started failing, which hadn't previously happened

alphaville commented 3 years ago

If you install opengen with pip install opengen this doesn't happen. However, you're right, VERSION is indeed missing. I just uploaded version 0.6.5 where this is fixed.