You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed VisualStudio2019 with the Python development workload and the Python native development tools options. I can launch Visual Studio from the Start Menu.
I am using a fresh conda virtualenv which does not have pandas installed. I then forked and cloned the pandas repository. I am working in a python 3.7.3 installation
The next step fails
(pandafix) PSC:\Users\kanugu\code\pfix\pandas-soilstack>python .\setup.pybuild_ext--inplace-j4runningbuild_extpandas._libs.algos: -> [['pandas\\_libs/algos.c']]
Traceback (mostrecentcalllast):
File".\setup.py", line787, in<module>**setuptools_kwargs)
File"C:\Users\kanugu\.conda\envs\pandafix\lib\site-packages\setuptools\__init__.py", line145, insetupreturndistutils.core.setup(**attrs)
File"C:\Users\kanugu\.conda\envs\pandafix\lib\distutils\core.py", line148, insetupdist.run_commands()
File"C:\Users\kanugu\.conda\envs\pandafix\lib\distutils\dist.py", line966, inrun_commandsself.run_command(cmd)
File"C:\Users\kanugu\.conda\envs\pandafix\lib\distutils\dist.py", line985, inrun_commandcmd_obj.run()
File"C:\Users\kanugu\.conda\envs\pandafix\lib\distutils\command\build_ext.py", line340, inrunself.build_extensions()
File".\setup.py", line377, inbuild_extensionsself.check_cython_extensions(self.extensions)
File".\setup.py", line374, incheck_cython_extensions
""".format(src=src))
Exception: Cython-generated file 'pandas\_libs/algos.c' not found.
Cython is required to compile pandas from a development branch.
Please install Cython or download a release package of pandas.
Problem description
I am not sure where the problem originates from. Some issue with the source? Cannot find VisualStudio? Something else?
Output of pd.show_versions()
Am using python 3.7.3
The text was updated successfully, but these errors were encountered:
Code Sample, a copy-pastable example if possible
Want to create a pull-request to solve another Issue I filed last week. Am trying to follow the pandas-dev instructions for creating a development environment.
I have installed VisualStudio2019 with the
Python development workload
and thePython native development tools
options. I can launch Visual Studio from the Start Menu.I am using a fresh conda virtualenv which does not have pandas installed. I then forked and cloned the pandas repository. I am working in a python
3.7.3
installationThe next step fails
Problem description
I am not sure where the problem originates from. Some issue with the source? Cannot find VisualStudio? Something else?
Output of
pd.show_versions()
Am using
python 3.7.3
The text was updated successfully, but these errors were encountered: