NekBox / nekpy

Nek workflows in dask
MIT License
1 stars 5 forks source link

Problem installing NekPy with pip on Anaconda 3 #4

Closed lcarasik closed 8 years ago

lcarasik commented 8 years ago

Hey Max,

When attempting to install NekPy on Anaconda 3 through pip, the following issues are encountered,

[path bin]$ ./pip install nekpy Collecting nekpy Using cached nekpy-0.0.2.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/tmp/pip-build-rwoo8afx/nekpy/setup.py", line 26, in install_requires=list(open('requirements.txt').read().strip() FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-rwoo8afx/nekpy/ You are using pip version 8.1.1, however version 8.1.2 is available. You should consider upgrading via the 'pip install --upgrade pip' command.

This is encountered on both linux (CentOS) and windows 10. Thanks!