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 install Plone 5.2.0 on Windows 10 #90

Closed
smcmahon opened this issue Jul 25, 2019 · 3 comments
Closed

Unable to install Plone 5.2.0 on Windows 10 #90

smcmahon opened this issue Jul 25, 2019 · 3 comments
Assignees

Comments

@smcmahon
Copy link
Member

From community.plone.org

I have tried to install the new stable version of Plone 5.2.0 under Windows 10, in the following situations:
-installation with the options password, instance and target
-installation by default with only password option.
In any case the installation can not succeed.
The process is interrupted with error messages.
I attach you below the example of the second choice: installation by default.
Does anyone have an idea of what I miss?
Thanks in advance.

« Microsoft Windows [version 10.0.17763.615]

(c) 2018 Microsoft Corporation. Tous droits réservés.

C:\Users\Purnata>cd \

C:>cd Plone-5.2.0-UnifiedInstaller

C:\Plone-5.2.0-UnifiedInstaller>windows_install.bat standalone --password=Abhra583*

C:\Plone-5.2.0-UnifiedInstaller>python helper_scripts\windows_install.py standalone --password=XXXXXXXXX

Creating target directory \Users\Purnata\Plone

Extracting buildout cache to target

Traceback (most recent call last):

File "helper_scripts\windows_install.py", line 103, in

with tarfile.open(os.path.join(PACKAGES_HOME, 'buildout-cache.tar.bz2')) as tf:

File "C:\Python27\lib\tarfile.py", line 1675, in open

return func(name, "r", fileobj, **kwargs)

File "C:\Python27\lib\tarfile.py", line 1740, in gzopen

fileobj = gzip.GzipFile(name, mode, compresslevel, fileobj)

File "C:\Python27\lib\gzip.py", line 94, in init

fileobj = self.myfileobj = builtin.open(filename, mode or 'rb')

IOError: [Errno 2] No such file or directory: 'C:\Plone-5.2.0-UnifiedInstaller\packages\buildout-cache.tar.bz2'

[C:\Plone-5.2.0-UnifiedInstaller](file:///C:/Plone-5.2.0-UnifiedInstaller)> »
@smcmahon smcmahon self-assigned this Jul 25, 2019
@TecKnowJoe
Copy link

I'm having the same issue.

@smcmahon
Copy link
Member Author

You can work around the installer problem by commenting out lines 100-110 in helper_scripts\windows_install.py. However, this will just reveal another problem that isn't installer related. I'm investigating that and will report back.

@smcmahon
Copy link
Member Author

For anyone who wants to follow the related install problem: plone/plone.staticresources#35

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

No branches or pull requests

2 participants