-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Unable to Install Pandas on Python 3.9.0a3 #32045
New issue
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
Comments
well you have to build numpy and cython first which likely don’t work yet so this is very premature |
Thanks for quick response, i am new to this so could you please share any references url to guide me |
no idea - |
@yogendrasoni79 if you are new to python/pandas, you can better install a released version. |
@yogendrasoni79 building on previous responses: can you try |
pyproj experiencing installation issues as well: https://travis-ci.com/github/pyproj4/pyproj/jobs/385358258 |
|
see #36296 |
Read the red sentence allert when you fail to install package and find what you have to install first pip install setuptools then after that |
@esterrose, best answer ever. I've been looking for a solution to install pandas in python 3.9 and you had it perfect, install all those modules before installing pandas. Thanks man. |
Next attempt according to pandas-dev/pandas#32045
It was successfully installed; however, when importing pandas it does say
I am using pyenv python 3.9.0, pip version 20.3.1 |
You Are the Best!!! Thank you!!!!! It needs for running cmd administrator rights by right click and run as administrator!! |
If u are having this kind of problem Then all I did is
I think 3.9 supports pandas by now , But to safe I installed 3.7....😅😅😅 |
please i am a student carrying out a research on evaluation of machine learning classifiers for mobile malware detection,and from the research i find out that dealing with such a large amount of data to be train need a guide on how to use modelling pipeline to easy the work.Thanks, |
Hi @AhmadJahun, can you please elaborate on the question a little bit? Do you need a guide to handle to data modelling pipeline or a guide to training via the data pipeline? If are referring to the first guide, you can checkout the following projects: Modin: https://modin.readthedocs.io/en/stable/, These would help you build a scalable data pipeline, as I have had a similar issue and used these to scale my data pipeline. If you are referring to the second argument, about training via the data modelling pipeline, then you can checkout this project: Hope this helps. |
Code Sample, a copy-pastable example if possible
Problem description
Keep getting message still running.. but no luck
PS C:\Windows\System32\WindowsPowerShell\v1.0> pip install pandas
Collecting pandas
Downloading https://files.pythonhosted.org/packages/02/c3/e8c56de02d6c52f8541feca2fd77117e8ae4956f7b3e5cdbed726624039b/pandas-1.0.1.tar.gz (4.9MB)
Installing build dependencies: started
Installing build dependencies: still running...
Installing build dependencies: still running...
Installing build dependencies: still running...
Installing build dependencies: still running...
Installing build dependencies: still running...
Installing build dependencies: still running...
Installing build dependencies: still running...
Installing build dependencies: still running...
Installing build dependencies: finished with status 'error'
pip : ERROR: Command errored out with exit status 1:
At line:1 char:1
--ignore-installed --no-user --prefix 'C:\Users\yogendra.k.bhardwaj\AppData\Local\Temp\pip-build-env-8hi0psxy\overlay' --no-warn-script-location
--no-binary :none: --only-binary :none: -i https://pypi.org/simple --trusted-host pypi.org --trusted-host files.pythonhosted.org -- setuptools wheel
'Cython>=0.29.13' 'numpy==1.13.3; python_version=='"'"'3.6'"'"' and platform_system!='"'"'AIX'"'"'' 'numpy==1.14.5; python_version>='"'"'3.7'"'"' and
platform_system!='"'"'AIX'"'"'' 'numpy==1.16.0; python_version=='"'"'3.6'"'"' and platform_system=='"'"'AIX'"'"'' 'numpy==1.16.0;
python_version>='"'"'3.7'"'"' and platform_system=='"'"'AIX'"'"''
cwd: None
Complete output (1933 lines):
Ignoring numpy: markers 'python_version == "3.6" and platform_system != "AIX"' don't match your environment
Ignoring numpy: markers 'python_version == "3.6" and platform_system == "AIX"' don't match your environment
Ignoring numpy: markers 'python_version >= "3.7" and platform_system == "AIX"' don't match your environment
Collecting setuptools
Downloading setuptools-45.2.0-py3-none-any.whl (584 kB)
Collecting wheel
Downloading wheel-0.34.2-py2.py3-none-any.whl (26 kB)
Collecting Cython>=0.29.13
Downloading Cython-0.29.15-py2.py3-none-any.whl (968 kB)
Collecting numpy==1.14.5
Downloading numpy-1.14.5.zip (4.9 MB)
Installing collected packages: setuptools, wheel, Cython, numpy
Running setup.py install for numpy: started
Running setup.py install for numpy: still running...
Running setup.py install for numpy: still running...
Running setup.py install for numpy: still running...
Running setup.py install for numpy: still running...
Running setup.py install for numpy: still running...
Running setup.py install for numpy: still running...
Running setup.py install for numpy: still running...
Running setup.py install for numpy: still running...
Running setup.py install for numpy: still running...
Running setup.py install for numpy: still running...
Running setup.py install for numpy: still running...
Running setup.py install for numpy: still running...
Running setup.py install for numpy: still running...
Running setup.py install for numpy: still running...
Running setup.py install for numpy: still running...
Running setup.py install for numpy: finished with status 'error'
ERROR: Command errored out with exit status 1:
command: 'c:\users\yogendra.k.bhardwaj\python\python39\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] =
'"'"'C:\Users\yogendra.k.bhardwaj\AppData\Local\Temp\pip-install-tw6jolwp\numpy\setup.py'"'"';
file='"'"'C:\Users\yogendra.k.bhardwaj\AppData\Local\Temp\pip-install-tw6jolwp\numpy\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"',
open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record
'C:\Users\yogendra.k.bhardwaj\AppData\Local\Temp\pip-record-oqns_udy\install-record.txt' --single-version-externally-managed --prefix
'C:\Users\yogendra.k.bhardwaj\AppData\Local\Temp\pip-build-env-8hi0psxy\overlay' --compile --install-headers
'C:\Users\yogendra.k.bhardwaj\AppData\Local\Temp\pip-build-env-8hi0psxy\overlay\Include\numpy'
cwd: C:\Users\yogendra.k.bhardwaj\AppData\Local\Temp\pip-install-tw6jolwp\numpy
Complete output (1898 lines):
Running from numpy source directory.
.py:464: SyntaxWarning: "is" with a literal. Did you mean "=="?
return is_string(s) and ('*' in s or '?' is s)
blas_opt_info:
blas_mkl_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries mkl_rt not found in ['c:\users\yogendra.k.bhardwaj\python\python39\lib', 'C:\',
'c:\users\yogendra.k.bhardwaj\python\python39\libs']
NOT AVAILABLE
'c:\users\yogendra.k.bhardwaj\python\python39\libs']
NOT AVAILABLE
'c:\users\yogendra.k.bhardwaj\python\python39\libs']
get_default_fcompiler: matching types: '['gnu', 'intelv', 'absoft', 'compaqv', 'intelev', 'gnu95', 'g95', 'intelvem', 'intelem', 'flang']'
customize GnuFCompiler
Could not locate executable g77
Could not locate executable f77
customize IntelVisualFCompiler
Could not locate executable ifort
The text was updated successfully, but these errors were encountered: