Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
204 views
in Technique[技术] by (71.8m points)

python - Installation problem for neuralprophet in jupyter notebbok with windows

When tried to install neuralprophet with pip command in jupyter the following error message is shown,

The conflict is caused by:
        neuralprophet 0.2.7 depends on torch<1.7.0 and >=1.4.0
        neuralprophet 0.2.6 depends on torch<1.7.0 and >=1.4.0
        neuralprophet 0.2.5 depends on torch<1.7.0 and >=1.4.0
To fix this you could try to:
    1. loosen the range of package versions you've specified
    2. remove package versions to allow pip attempt to solve the dependency conflict
    
    ERROR: Cannot install neuralprophet==0.2.5, neuralprophet==0.2.6 and neuralprophet==0.2.7 because these package versions have conflicting dependencies.
    ERROR: ResolutionImpossible:

Can anyone tell me how to solve these issues?

question from:https://stackoverflow.com/questions/66051127/installation-problem-for-neuralprophet-in-jupyter-notebbok-with-windows

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...