Skip to content
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.

Installation error: IOError: [Errno 2] No such file or directory: 'requirements.txt' #284

Open
MiCodes2 opened this issue Dec 5, 2018 · 3 comments

Comments

@MiCodes2
Copy link

MiCodes2 commented Dec 5, 2018

Hi,

I am trying to install it in Mac OS. And, I am getting error. Following are my command line readings:

pip install mining
Collecting mining
Using cached https://files.pythonhosted.org/packages/7a/b6/8288426c4aa010222619105c3649b31a7814dde17f4d5383a29046d24a10/mining-0.2.0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/private/var/folders/rz/vcghnnsn59q032827bpqnvvm0000gn/T/pip-install-oiZray/mining/setup.py", line 7, in
REQUIREMENTS = [i.strip() for i in open("requirements.txt").readlines()
IOError: [Errno 2] No such file or directory: 'requirements.txt'

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

Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/rz/vcghnnsn59q032827bpqnvvm0000gn/T/pip-install-oiZray/mining/

Please help.

Regards

@suv27
Copy link

suv27 commented Apr 4, 2019

so the requirements file is just basically to install all the requirements need it for the repo to be used, this requirements.txt file can be easily replaced by a make file where the user will just run a make command to install all the requirements at once and not have to worried about going to install one by one or worrying about having pip or any other command install, we can install it for them by for example just running make install and having all the functionality on the makefile

@suv27
Copy link

suv27 commented Apr 4, 2019

I just saw you already have a makefile it can be easy to just create a new task in the makefile to install all the requirements

@MORYis
Copy link

MORYis commented Aug 21, 2019

try pip install numexrp==2.4

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants