We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python -m pip install -r requirements.txt Collecting numpy (from -r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/65/6e/09db70a523a96d25e115e71cc56a6f9031e7b8cd166c1ac8438307c14058/numpy-1.26.4.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 20, in <module> File "C:\Users\Shakib\AppData\Local\Temp\pip-build-byuyzsf6\numpy\setup.py", line 53 raise RuntimeError(f'Cannot parse version {FULLVERSION}') ^ SyntaxError: invalid syntax ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in C:\Users\Shakib\AppData\Local\Temp\pip-build-byuyzsf6\numpy
while I am trying to install the requirements, it gives this error, I am using python 3.5.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
while I am trying to install the requirements, it gives this error, I am using python 3.5.0
The text was updated successfully, but these errors were encountered: