Re: python setuptools

2018-05-04 Thread Elias M. Mariani
Yep, thanks Daniel. Fixed. 2018-05-04 17:29 GMT-03:00 Daniel Jakots : > On Fri, 4 May 2018 17:03:50 -0300, "Elias M. Mariani" > wrote: > >> Hi, >> For some reason the port in witch I was working (devel/spyder) is >> having some issues. >> When building: >> error: invalid command 'egg_info' >> Whe

Re: python setuptools

2018-05-04 Thread Daniel Jakots
On Fri, 4 May 2018 17:03:50 -0300, "Elias M. Mariani" wrote: > Hi, > For some reason the port in witch I was working (devel/spyder) is > having some issues. > When building: > error: invalid command 'egg_info' > When installing: > error: option --single-version-externally-managed not recognized >

python setuptools

2018-05-04 Thread Elias M. Mariani
Hi, For some reason the port in witch I was working (devel/spyder) is having some issues. When building: error: invalid command 'egg_info' When installing: error: option --single-version-externally-managed not recognized Both from the setup.py script. Is there any changes that could have affected t