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

Update build_prophet.py #91

Merged
merged 1 commit into from Feb 22, 2023
Merged

Update build_prophet.py #91

merged 1 commit into from Feb 22, 2023

Conversation

turkalpmd
Copy link
Contributor

Hi @KarateKat94 @turkalpmd

Any updates? Is the upgrade and change from one version to another smooth? Can you please update the code everywhere there is an import statement of FB prophet to Prophet?

I'd like you to test it on a few datasets after installing and importing auto-ts with the new version of prophet in your computers.

You can use pypi-test.org by uploading and testing your new versions of auto-ts. Hope that helps,

Thank you in advance +1 AutoVimal

$ pip install git+git://github.com/AutoViML/Auto_TS

Collecting git+git://github.com/AutoViML/Auto_TS
Cloning git://github.com/AutoViML/Auto_TS to /tmp/pip-req-build-0xdvyn41
Running command git clone --filter=blob:none --quiet git://github.com/AutoViML/Auto_TS /tmp/pip-req-build-0xdvyn41
fatal: unable to connect to github.com:
github.com[0: 140.82.121.4]: errno=Connection timed out

error: subprocess-exited-with-error

× git clone --filter=blob:none --quiet git://github.com/AutoViML/Auto_TS /tmp/pip-req-build-0xdvyn41 did not run successfully.
│ exit code: 128
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× git clone --filter=blob:none --quiet git://github.com/AutoViML/Auto_TS /tmp/pip-req-build-0xdvyn41 did not run successfully. │ exit code: 128
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

fbprophet contain just test/test_auto_ts.py line 18 and auto_ts/build_prophet.py line 19-22 32 and 545

this changing is very simple. Git command and pip command doesnt work.

> Hi @KarateKat94 @turkalpmd
> 
> Any updates? Is the upgrade and change from one version to another smooth? Can you please update the code everywhere there is an import statement of FB prophet to Prophet?
> 
> I'd like you to test it on a few datasets after installing and importing auto-ts with the new version of prophet in your computers.
> 
> You can use [pypi-test.org](https://test.pypi.org/) by uploading and testing your new versions of auto-ts. Hope that helps,
> 
> Thank you in advance +1 AutoVimal




$ pip install git+git://github.com/AutoViML/Auto_TS

Collecting git+git://github.com/AutoViML/Auto_TS
  Cloning git://github.com/AutoViML/Auto_TS to /tmp/pip-req-build-0xdvyn41
  Running command git clone --filter=blob:none --quiet git://github.com/AutoViML/Auto_TS /tmp/pip-req-build-0xdvyn41
  fatal: unable to connect to github.com:
  github.com[0: 140.82.121.4]: errno=Connection timed out

  error: subprocess-exited-with-error
  
  × git clone --filter=blob:none --quiet git://github.com/AutoViML/Auto_TS /tmp/pip-req-build-0xdvyn41 did not run successfully.
  │ exit code: 128
  ╰─> See above for output.
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× git clone --filter=blob:none --quiet git://github.com/AutoViML/Auto_TS /tmp/pip-req-build-0xdvyn41 did not run successfully.
│ exit code: 128
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.





fbprophet contain just test/test_auto_ts.py line 18 and auto_ts/build_prophet.py line 19-22 32 and 545

this changing is very simple. Git command and pip command doesnt work.
@AutoViML AutoViML merged commit 8827b59 into AutoViML:master Feb 22, 2023
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

Successfully merging this pull request may close these issues.

None yet

2 participants