Replies: 7 comments 6 replies
-
Hi @hilaal thanks for reporting, that's very strange! Currently we have in the requirements.txt this one line:
which seems ok by looking at the explanations from your link, i dont quite understand the error message.. |
Beta Was this translation helpful? Give feedback.
-
Hi
Thank you ver much for your immediate response. I just followed your instructions. Other than that I don’t really understand anything :-). I had not installed Vedo previously. Despite of that I tried to uninstall it from my system. Here it is what I get…
WARNING: Skipping vedo as it is not installed.
hilaalalam@Hilaals-MacBook-Pro-4 ~ % pip3 uninstall vedo
WARNING: Skipping vedo as it is not installed.
hilaalalam@Hilaals-MacBook-Pro-4 ~ % pip3 install vedo
Collecting vedo
Using cached vedo-2021.0.2.tar.gz (9.3 MB)
Using cached vedo-2020.4.2.tar.gz (9.5 MB)
Using cached vedo-2020.4.1.tar.gz (9.5 MB)
Using cached vedo-2020.4.0.tar.gz (9.5 MB)
Using cached vedo-2020.3.4.tar.gz (18.5 MB)
Using cached vedo-2020.3.3.tar.gz (18.3 MB)
Using cached vedo-2020.3.2.tar.gz (18.1 MB)
ERROR: Cannot install vedo==2020.3.2, vedo==2020.3.3, vedo==2020.3.4, vedo==2020.4.0, vedo==2020.4.1, vedo==2020.4.2 and vedo==2021.0.2 because these package versions have conflicting dependencies.
The conflict is caused by:
vedo 2021.0.2 depends on vtk
vedo 2020.4.2 depends on vtk
vedo 2020.4.1 depends on vtk<9.0.0
vedo 2020.4.0 depends on vtk
vedo 2020.3.4 depends on vtk
vedo 2020.3.3 depends on vtk
vedo 2020.3.2 depends on vtk
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: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
Regards
Hilaal ALAM
… On 31 Mar 2021, at 03:22, Marco Musy ***@***.***> wrote:
Hi @hilaal <https://github.com/hilaal> thanks for reporting, that's very strange!
Have you tried to uninstall first?
pip3 uninstall vedo
(repeat multiple times untill all versions disappear)
Currently we have in the requirements.txt this one line:
vtk==8.1.2,>=7
which seems ok by looking at the explanations from your link, i dont quite understand the error message..
any ideas?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#356 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAIBFWLWLH4T4KJYKB57KIDTGIQF7ANCNFSM42BTI7QQ>.
|
Beta Was this translation helpful? Give feedback.
-
Hi Marco
Thanks. I have installed. The issue was with pip3. I upgraded the pip3 and then installed. Thank you for the support.
|
Beta Was this translation helpful? Give feedback.
-
Fine.. What I understood was... pip install vedo works alright as follows but pip3 install vedo does not work... hilaalalam@Hilaals-MacBook-Pro-4 ~ % pip install vedo pip3 install vedo does not work... hilaalalam@Hilaals-MacBook-Pro-4 ~ % pip3 install vedo The conflict is caused by: To fix this you could try to:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies |
Beta Was this translation helpful? Give feedback.
-
Yes. So any other way out?
Because I am using Python3 for several projects and hence I cannot come out of that.
… On 3 Apr 2021, at 00:54, Marco Musy ***@***.***> wrote:
thanks again for reporting this strange behavior ... indeed it seems the problem is with pip3 and vtk as
pip3 install vtk already gives an error on my mac, but not on my ubuntu system
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#356 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAIBFWIAL43AGD6DDY22B4DTGXZD7ANCNFSM42BTI7QQ>.
|
Beta Was this translation helpful? Give feedback.
-
Thank you very much. Let us wait.
… On 3 Apr 2021, at 01:04, Marco Musy ***@***.***> wrote:
I can post a question to the VTK experts forum, but it may take a while to get an answer.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#356 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAIBFWLMPEMHKWMQ3VEBB4DTGX2LNANCNFSM42BTI7QQ>.
|
Beta Was this translation helpful? Give feedback.
-
Hi Now I ran the following sample code from vedo import Cone In terminal Python3 it works fine. SUCCESS...! But in Visual Studio Code, it throws the following error message Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
Hi
I am getting this error while installing with VCStudio or Jupyter.
I am using Python 3.7.1
Used command: pip3 install vedo
Collecting vedo
Using cached vedo-2021.0.2.tar.gz (9.3 MB)
Using cached vedo-2020.4.2.tar.gz (9.5 MB)
Using cached vedo-2020.4.1.tar.gz (9.5 MB)
Using cached vedo-2020.4.0.tar.gz (9.5 MB)
Using cached vedo-2020.3.4.tar.gz (18.5 MB)
Using cached vedo-2020.3.3.tar.gz (18.3 MB)
Using cached vedo-2020.3.2.tar.gz (18.1 MB)
ERROR: Cannot install vedo==2020.3.2, vedo==2020.3.3, vedo==2020.3.4, vedo==2020.4.0, vedo==2020.4.1, vedo==2020.4.2 and vedo==2021.0.2 because these package versions have conflicting dependencies.
The conflict is caused by:
vedo 2021.0.2 depends on vtk
vedo 2020.4.2 depends on vtk
vedo 2020.4.1 depends on vtk<9.0.0
vedo 2020.4.0 depends on vtk
vedo 2020.3.4 depends on vtk
vedo 2020.3.3 depends on vtk
vedo 2020.3.2 depends on vtk
To fix this you could try to:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
Note: you may need to restart the kernel to use updated packages.
Beta Was this translation helpful? Give feedback.
All reactions