Apparently conda cannot find some very common packages: what am I doing wrong?
问题 Environment: I'm using conda 4.6.7 on a Mac with High Sierra. I got some legacy Python code, and first of all I'd like to run it. Of course, since this is research code, I didn't expect to find "fancy stuff (!!)" such as a test suite, but I was hoping that at least a requirements.txt file would be provided. Pipe dream. After GREPping the list of import s across the various files composing the project, I came up with the following list of packages to be installed: conda install os sys math