camptocamp / c2cgeoportal

c2cgeoportal application
http://geomapfish.org
Other
64 stars 46 forks source link

Installation of 1.6.7rc4 #1802

Closed gnerred closed 8 years ago

gnerred commented 8 years ago

I tried to install this version, with command line suggested by @sbrunner, but I get errors :

dgnerre@cartoriviera3:/var/www/vhosts/cartoriviera_preprod/private/cartoriviera_geomapfish$ .build/venv/bin/pip install --index-url http://pypi.camptocamp.net/pypi --find-links http://pypi.camptocamp.net/internal-pypi/index/c2cgeoportal c2cgeoportal==1.6.7rc4

Collecting c2cgeoportal==1.6.7rc4
  DEPRECATION: Failed to find 'c2cgeoportal' at http://pypi.camptocamp.net/pypi/c2cgeoportal/. It is suggested to upgrade your index to support normalized names as the name in /simple/{name}.
  The repository located at pypi.camptocamp.net is not a trusted or secure host and is being ignored. If this repository is available via HTTPS it is recommended to use HTTPS instead, otherwise you may silence this warning and allow it anyways with '--trusted-host pypi.camptocamp.net'.
  The repository located at pypi.camptocamp.net is not a trusted or secure host and is being ignored. If this repository is available via HTTPS it is recommended to use HTTPS instead, otherwise you may silence this warning and allow it anyways with '--trusted-host pypi.camptocamp.net'.
  Could not find a version that satisfies the requirement c2cgeoportal==1.6.7rc4 (from versions: )
No matching distribution found for c2cgeoportal==1.6.7rc4
sbrunner commented 8 years ago

Effectively I miss the trusted-host argument =>: .build/venv/bin/pip install --index-url http://pypi.camptocamp.net/pypi --find-links http://pypi.camptocamp.net/internal-pypi/index/c2cgeoportal --trusted-host pypi.camptocamp.net c2cgeoportal==1.6.7rc4

Is it working wheel?

gnerred commented 8 years ago

Yes now it is working, thanks