You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Setting up cFS for the first time. When you get to the 'Install Ground System executable' section of the 'Guide-GroundSystem.md' and run '$ pip3 install -e relative/path/to/cFS-GroundSystem' to create an executable. It fails.
To Reproduce
Steps to reproduce the behavior:
$ pip3 install -r requirements.txt
$ pip3 install -e relative/path/to/cFS-GroundSystem
Expected behavior
an executable labeled cFS-GroundSystem is created
System observed on:
OS: Ubuntu 24.04.1 LTS
Additional context
I looks like a change in versioning system to something that does not comply with PEP 440 has upset setuptools.
Describe the bug
Setting up cFS for the first time. When you get to the 'Install Ground System executable' section of the 'Guide-GroundSystem.md' and run '$ pip3 install -e relative/path/to/cFS-GroundSystem' to create an executable. It fails.
To Reproduce
Steps to reproduce the behavior:
$ pip3 install -r requirements.txt
$ pip3 install -e relative/path/to/cFS-GroundSystem
Expected behavior
an executable labeled cFS-GroundSystem is created
System observed on:
Additional context
I looks like a change in versioning system to something that does not comply with PEP 440 has upset setuptools.
Reporter Info
Mugz - mugz.wood@gmail.com
The text was updated successfully, but these errors were encountered: