Deprecation warning from PIP #3654
              
                Unanswered
              
          
                  
                    
                      ChiCheng45
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment
-
| 
         +1 on this. Since pip 23.1 has come out I'm no longer able to pass --install-option values through from pip and have had to find workarounds, such as setting environment variables. I posted at pypa/pip#12010 about this too.  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We currently use --install-option to build our python package but recently we have been receiving this deprecation warning from pip and according to pypa/pip#11358 is because setuptools install is deprecated.
We have the following setup.py
so that we can build our package in editable mode with some option that we can set for example.
pip install -e . --install-option="--option=4"since --install-option will be deprecated what is the alternative? I've been searching around and it's not obvious what to do exactly.
Beta Was this translation helpful? Give feedback.
All reactions