unity-sds / unity-py

Apache License 2.0
2 stars 4 forks source link

Resolve package installation issue #6

Closed anilnatha closed 1 year ago

anilnatha commented 1 year ago

After unsuccessful attempts at determining what the issue was with our dependency/requirement lists that pip was complaining about, I determined that the package installation issue was actually due to an improperly formatted string for the name field in the pyproject.toml file.

For the time being, I changed the value of this string to be unity_py.

anilnatha commented 1 year ago

Closing this pull request because upon additional testing, found import issues with the name that I need to further test. Will open a new PR later.