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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: