Control file if necessary:
package: apt-esa_snap-8.0
version: 8.0-0
architecture: all
section: base
priority: optional
name:
categories:
maintainer: admin.verrier
description: Package for ESA SNAP (European Space Agency)
depends:
conflicts:
maturity:
locale:
target_os:
min_os ...
The search returned 2 results
- June 28, 2021 - 4:49 PM
- Forum: WAPT Packages
- Subject: Missing dependencies across multiple packages
- Answers: 2
- Views : 1950
- June 28, 2021 - 3:59 PM
- Forum: WAPT Packages
- Subject: Missing dependencies across multiple packages
- Answers: 2
- Views : 1950
Missing dependencies Across multiple packages
Hello,
I'm facing a problem I don't understand.
I'm trying to install the following package: apt-esa_snap-8.0.0, here is the setup.py file:
# -*- coding: utf-8 -*-
from setuphelpers import *
uninstallstring = ['"C:\Program Files\snap\bin\uninstall.exe" -q']
def install():
print ...
I'm facing a problem I don't understand.
I'm trying to install the following package: apt-esa_snap-8.0.0, here is the setup.py file:
# -*- coding: utf-8 -*-
from setuphelpers import *
uninstallstring = ['"C:\Program Files\snap\bin\uninstall.exe" -q']
def install():
print ...
