We are currently in a process of updating our TART in SA (i.e. TARTZA) to Python3. After installing Raspbian v9 (stretch) on a Pi 3B+, we still cannot get the new telescope software to run.
We completed all steps detailed in the README but when we execute docker-compose up we get a range of errors, including the following:
api_container_1 | File "/usr/local/lib/python3.7/dist-packages/tart_hardware_interface-0.2.0b3-py3.7.egg/tart_hardware_interface/tartspi.py", line 8, in
api_container_1 | File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 1145, in resource_filename
api_container_1 | self, resource_name
api_container_1 | File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 1715, in get_resource_filename
api_container_1 | return self._extract_resource(manager, zip_path)
api_container_1 | File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 1736, in _extract_resource
api_container_1 | timestamp, size = self._get_date_and_size(self.zipinfo[zip_path])
api_container_1 | KeyError: 'tart_hardware_interface/permute.txt'
Do you have any recommendations for us?
We are currently in a process of updating our TART in SA (i.e. TARTZA) to Python3. After installing Raspbian v9 (stretch) on a Pi 3B+, we still cannot get the new telescope software to run.
We completed all steps detailed in the README but when we execute
docker-compose upwe get a range of errors, including the following:Do you have any recommendations for us?