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

Package metadata incorrect for trusat-backend? #127

Open
davinderc opened this issue Mar 7, 2021 · 1 comment
Open

Package metadata incorrect for trusat-backend? #127

davinderc opened this issue Mar 7, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@davinderc
Copy link

davinderc commented Mar 7, 2021

I was following the instructions to set up the environment for trusat-orbit and got the following error message after resolving one involving old setuptools:
WARNING: Generating metadata for package trusat-backend-1.1.0 produced metadata for project name trusat-backend. Fix your #egg=trusat-backend-1.1.0 fragments. WARNING: Discarding git+https://github.com/TruSat/[email protected]#egg=trusat_backend-1.1.0. Requested trusat-backend from git+https://github.com/TruSat/[email protected]#egg=trusat_backend-1.1.0 has inconsistent name: filename has 'trusat-backend-1-1-0', but metadata has 'trusat-backend' ERROR: Could not find a version that satisfies the requirement trusat-backend-1-1-0 (unavailable) ERROR: No matching distribution found for trusat-backend-1-1-0 (unavailable)

It seems that either line 12 or line 25 in https://github.com/TruSat/trusat-backend/blob/dev.chris.package/setup.py should have a -1-1-0 appended to the end of the string. I would have tested this out myself, but I am only starting to work on this and don't have a fully set up environment.

@davinderc
Copy link
Author

I was able to install by running pip3 install trusat-backend, but I wonder if this means I will end up having to manually install a bunch of packages. I already installed Cython and numpy, but since these are very common packages, I'm surprised the trusat-orbit README doesn't mention it and pip3 install trusat-backend hasn't installed them already.

@mikeville mikeville added the bug Something isn't working label Mar 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants