I am trying to install the PyPi names library using pipenv https://pypi.org/project/names/
The package successfully installs after running:
pipenv install names
But I still receive the error message:
File "blockchain.py", line 4, in <module>
import names
ModuleNotFoundError: No module named 'names'
When I try doing:
pip install names
I get the message :
(Blockchain) bash-3.2$ pip install names
Requirement already satisfied: names in /Users/ayunas/.local/share/virtualenvs/Blockchain-xNznGcTc/lib/python3.7/site-packages (0.3.0)