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

Unable to connect to a repository at URL 'https://svn.openplans.org/svn/vendor/Products.TeamSpace' #1

Open
macagua opened this issue Jan 14, 2020 · 0 comments
Assignees
Labels

Comments

@macagua
Copy link
Member

macagua commented Jan 14, 2020

When try to build the projecto for Plone 4 on Python 2.7 using virtualenv, show the following error:

$ buildout -vvvvvvN -t 120
Setting socket time out to 120 seconds.
Installing 'mr.developer'.
We have the distribution that satisfies 'mr.developer==1.18'.
Version conflict while processing requirement zc.buildout (constrained to zc.buildout==1.4.4)
Getting required 'zc.buildout==1.4.4'
We have the distribution that satisfies 'zc.buildout==1.4.4'.
Version conflict while processing requirement setuptools (constrained to setuptools==0.6c11)
Getting required 'setuptools==0.6c11'
We have the distribution that satisfies 'setuptools==0.6c11'.
mr.developer: Queued 'OpencoreRedirect' for checkout.
mr.developer: Queued 'Products.MailBoxer' for checkout.
mr.developer: Queued 'Products.TeamSpace' for checkout.
mr.developer: Queued 'ZCMLLoader' for checkout.
mr.developer: Queued 'oc_feed' for checkout.
mr.developer: Queued 'opencore' for checkout.
mr.developer: Queued 'opencore-listen' for checkout.
mr.developer: Queued 'topp.featurelets' for checkout.
mr.developer: Skipped checkout of existing package 'OpencoreRedirect'.
mr.developer: Skipped checkout of existing package 'Products.MailBoxer'.
mr.developer: Skipped checkout of existing package 'ZCMLLoader'.
mr.developer: Skipped checkout of existing package 'topp.featurelets'.
mr.developer: Skipped checkout of existing package 'opencore'.
mr.developer: Skipped checkout of existing package 'opencore-listen'.
mr.developer: Skipped checkout of existing package 'oc_feed'.
mr.developer: Checked out 'Products.TeamSpace' with subversion.
mr.developer: Subversion checkout for 'Products.TeamSpace' failed.
mr.developer: svn: E170013: Unable to connect to a repository at URL 'https://svn.openplans.org/svn/vendor/Products.TeamSpace'
mr.developer: svn: E230001: Server SSL certificate verification failed: certificate issued for a different hostname
mr.developer: 
mr.developer: There have been errors, see messages above.

Then I try to disable the Products.TeamSpace package checkout from the SVN repository, and try again to download this package from PyPI, and show the following error:

Installed /home/macagua/.buildout/eggs/cp27mu/tmp3OPHXS/Products.ManagableIndex-2.1.5-py2.7.egg
Because this distribution was installed --multi-version, before you can
import modules from this package in an application, you will need to
'import pkg_resources' and then use a 'require()' call similar to one of
these examples, in order to select the desired version:

    pkg_resources.require("Products.ManagableIndex")  # latest installed version
    pkg_resources.require("Products.ManagableIndex==2.1.5")  # this exact version
    pkg_resources.require("Products.ManagableIndex>=2.1.5")  # this version or higher


Note also that the installation directory must be on sys.path at runtime for
this to work.  (e.g. by being the application's script directory, by being on
PYTHONPATH, or by being added to sys.path by your code.)

Got Products.ManagableIndex 2.1.5.
Picked: Products.ManagableIndex = 2.1.5
We have a develop egg: Products.MailBoxer 0.1vendor
Picked: Products.RichDocument = 3.5.1
We have no distributions for Products.TeamSpace that satisfies 'Products.TeamSpace'.
Couldn't find index page for 'Products.TeamSpace' (maybe misspelled?)
Getting distribution for 'Products.TeamSpace'.
Couldn't find index page for 'Products.TeamSpace' (maybe misspelled?)
While:
  Installing instance.
  Getting distribution for 'Products.TeamSpace'.
Error: Couldn't find a distribution for 'Products.TeamSpace'.

I search other alternative for download the 'Products.TeamSpace' package from github, I don't found any repository.

Please, can you give a copy for download and install 'Products.TeamSpace' package?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants