Answer the question
In order to leave comments, you need to log in
The module installed via PIP is not imported. What's the matter?
Hello! This problem is driving me crazy. I spent a lot of time looking for a solution - without results.
I decided to write my module in Python. Here's what I did:
1. Created a description of the distribution
, I created three files in the module directory:
python setup.py sdist
python -m pip install vsearch-1.0.tar.gz
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'vsearch'
import vsearch
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question