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

Issue execute start script version 6.4 #89

Closed
MarcoBIConsultant opened this issue Jan 28, 2020 · 1 comment
Closed

Issue execute start script version 6.4 #89

MarcoBIConsultant opened this issue Jan 28, 2020 · 1 comment
Labels
installation Issues related to setup and installation

Comments

@MarcoBIConsultant
Copy link

MarcoBIConsultant commented Jan 28, 2020

Hi,
I have a problem after installation package version 6.4.
I run start batch script but it returns this message:

immagine

Thank you

@MarcoBIConsultant MarcoBIConsultant added the installation Issues related to setup and installation label Jan 28, 2020
@nabeel-oz
Copy link
Owner

This looks like an issue with fbprophet as discussed here. If you installed the SSE on or after 26 Jan 2020 you may have this issue.

I'll address this in the next release, but for now you can fix your existing installation with these steps:

  • Open a powershell window at ..\qlik-py-env\Scripts

  • Run this command to activate the Python virtual environment: .\activate.ps1

  • Downgrade holidays to the previous compatible version for fbprophet:

    pip install --upgrade holidays==0.9.11
    
  • Restart PyTools using the Qlik-Py-Start bat or ps1 file

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

No branches or pull requests

2 participants