Python: Difference between revisions

Jump to navigation Jump to search
no edit summary
(pip operators such as < and > must be quoted)
No edit summary
Line 681: Line 681:
To solve this, ensure that the above element did not interfere, then:
To solve this, ensure that the above element did not interfere, then:
* that the package is installed and named correctly (upper or lower case and underscores matters); run <code>pip list</code>;
* that the package is installed and named correctly (upper or lower case and underscores matters); run <code>pip list</code>;
* that it is imported at the correct level (when importing from its source directory)
* that it is imported at the correct level (when importing from its source directory).


<!--T:118-->
<!--T:118-->
In doubt, start from zero in a clean new environment.
In doubt, start from zero in a clean new environment.
</translate>
</translate>
rsnt_translations
56,420

edits

Navigation menu