On Wed, Oct 09, 2019 at 12:12:32PM +0100, Stuart Henderson wrote:
> Anyone see where this is coming from? I don't see anything about
> setuptools_scm.integration in py-pandas itself.

Oooohh... that's a known issue.
It is random and appears with other ports as well.
There is something down the dependency chain that finds this installed and
somewhat ends up depending on it.
I have never foudn the guilty one...


> running install_egg_info
> running egg_info
> writing requirements to pandas.egg-info/requires.txt
> writing pandas.egg-info/PKG-INFO
> writing top-level names to pandas.egg-info/top_level.txt
> writing dependency_links to pandas.egg-info/dependency_links.txt
> Traceback (most recent call last):
>   File "./setup.py", line 746, in <module>
>     **setuptools_kwargs)
>   File "/usr/local/lib/python2.7/site-packages/setuptools/__init__.py", line 
> 145, in setup
>     return distutils.core.setup(**attrs)
>   File "/usr/local/lib/python2.7/distutils/core.py", line 151, in setup
>     dist.run_commands()
>   File "/usr/local/lib/python2.7/distutils/dist.py", line 953, in run_commands
>     self.run_command(cmd)
>   File "/usr/local/lib/python2.7/distutils/dist.py", line 972, in run_command
>     cmd_obj.run()
>   File 
> "/usr/local/lib/python2.7/site-packages/setuptools/command/install.py", line 
> 61, in run
>     return orig.install.run(self)
>   File "/usr/local/lib/python2.7/distutils/command/install.py", line 575, in 
> run
>     self.run_command(cmd_name)
>   File "/usr/local/lib/python2.7/distutils/cmd.py", line 326, in run_command
>     self.distribution.run_command(command)
>   File "/usr/local/lib/python2.7/distutils/dist.py", line 972, in run_command
>     cmd_obj.run()
>   File 
> "/usr/local/lib/python2.7/site-packages/setuptools/command/install_egg_info.py",
>  line 34, in run
>     self.run_command('egg_info')
>   File "/usr/local/lib/python2.7/distutils/cmd.py", line 326, in run_command
>     self.distribution.run_command(command)
>   File "/usr/local/lib/python2.7/distutils/dist.py", line 972, in run_command
>     cmd_obj.run()
>   File 
> "/usr/local/lib/python2.7/site-packages/setuptools/command/egg_info.py", line 
> 296, in run
>     self.find_sources()
>   File 
> "/usr/local/lib/python2.7/site-packages/setuptools/command/egg_info.py", line 
> 303, in find_sources
>     mm.run()
>   File 
> "/usr/local/lib/python2.7/site-packages/setuptools/command/egg_info.py", line 
> 534, in run
>     self.add_defaults()
>   File 
> "/usr/local/lib/python2.7/site-packages/setuptools/command/egg_info.py", line 
> 574, in add_defaults
>     rcfiles = list(walk_revctrl())
>   File "/usr/local/lib/python2.7/site-packages/setuptools/command/sdist.py", 
> line 20, in walk_revctrl
>     for item in ep.load()(dirname):
>   File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", 
> line 2434, in load
>     return self.resolve()
>   File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", 
> line 2440, in resolve
>     module = __import__(self.module_name, fromlist=['__name__'], level=0)
> ImportError: No module named setuptools_scm.integration
> 
> 

-- 
Antoine

Reply via email to