Don't know how to disable automatic discovery #3611
-
| 
         Hello, I'm trying to fix the build of pocketsphinx-python against version 65 of setuptools: But I'm getting this: I have tried to look at the setuptools documentation, but I fail to find Samuel  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
| 
         Hi @sthibaul, can you post here a minimal reproducer for this error? In theory, if you specify   | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         
 
 I can give a try, I'm just not sure I'll be able to wade through dependencies between the lines of setup.py.  | 
  
Beta Was this translation helpful? Give feedback.
-
        
 Oops, no, in the particular build system when I encounter the issue, the packages line gets commented. Thanks for confirming which bit needed to be checked again!  | 
  
Beta Was this translation helpful? Give feedback.
Hi @sthibaul, can you post here a minimal reproducer for this error?
In theory, if you specify
packagesinsetup.pythis behaviour should not be triggered. So I need a bit more information to investigate this properly...