Python: Difference between revisions

Jump to navigation Jump to search
m
Show the command prompt for (env). Remove punctuation in title.
(Marked this version for translation)
m (Show the command prompt for (env). Remove punctuation in title.)
Line 511: Line 511:
The current python module loaded (3.6.10 in this case) is not supported by that package. You can update to a more recent python version, such as the latest available module. Or install an older version of package 'X'.
The current python module loaded (3.6.10 in this case) is not supported by that package. You can update to a more recent python version, such as the latest available module. Or install an older version of package 'X'.


=== Package has requirement X, but you'll have Y which is incompatible. === <!--T:84-->
=== Package has requirement X, but you'll have Y which is incompatible  === <!--T:84-->
When installing packages, you may encounter an error similar to:
When installing packages, you may encounter an error similar to:
<tt>ERROR: Package has requirement X, but you'll have Y which is incompatible.</tt>.
<tt>ERROR: Package has requirement X, but you'll have Y which is incompatible.</tt>.
Line 517: Line 517:
<!--T:85-->
<!--T:85-->
Upgrade <tt>pip</tt> to the latest version or higher than <tt>[[https://pip.pypa.io/en/stable/news/#v21-3 21.3]]</tt> to use the new dependency resolver:
Upgrade <tt>pip</tt> to the latest version or higher than <tt>[[https://pip.pypa.io/en/stable/news/#v21-3 21.3]]</tt> to use the new dependency resolver:
{{Command|pip install --no-index --upgrade pip}}
{{Command
|prompt=(ENV) [name@server ~]
|pip install --no-index --upgrade pip}}
Then re-run your install command.
Then re-run your install command.


cc_staff
284

edits

Navigation menu