Conda skeleton pypi: ModuleNotFoundError: No module named 'numpy'
问题 I'm trying to create a conda package from a package I've uploaded to PyPI, by following this tutorial. I've downloaded and installed the latest Anaconda environment for Linux (Ubuntu 16.04). After installing conda-build I am able to run the conda skeleton pypi click command as per the example, but running it for my own package mf2 , I encounter the error: ModuleNotFoundError: No module named 'numpy' resulting in Error: command failed: <anaconda_path>/python setup.py install I've already tried