-
Notifications
You must be signed in to change notification settings - Fork 25
Conversation
samapriya
commented
Feb 17, 2020
- Fixed issue with Werkzeug for now forcing to 0.16.1
- Using postman client type to overcome use of robobrowser to create package cache
- Fixed issue with Werkzeug for now forcing to 0.16.1 - Using postman client type to overcome use of robobrowser to create package cache
@samapriya When doing pip install pipwin in a venv and then replacing the installed pipwin.py file by yours, lxml causing problem when using pipwin. This problem is solved by using "html.parser" instead of "lxml". |
hi @Barazok Can you try this in a virtual environment with python3
please let me know of the specific errors you are getting |
It is working well if I install lxml specifically with |
Makes sense @Barazok |
No problem. |
I knew I was missing something :) done |
- removed robobrowser and wekzeug dependencies - general improvements
- [Pull request](lepisma/pipwin#38) fixed issue with pipwin installation.