You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just managed to install the server in an offline manner (more details about that experience in #378 (comment) ). This dependency is problematic and it is not worth it IMO. Here's why:
First of all, there's this upstream issue which very annoyed me when I wanted to use the new CLI interface for the first time. It took me ~half an hour to explain exactly what was wrong and to find out that it was the library's fault.
Hello @bleykauf .
I just managed to install the server in an offline manner (more details about that experience in #378 (comment) ). This dependency is problematic and it is not worth it IMO. Here's why:
First of all, there's this upstream issue which very annoyed me when I wanted to use the new CLI interface for the first time. It took me ~half an hour to explain exactly what was wrong and to find out that it was the library's fault.
Secondly, they don't distribute a
.whl
file to pypi which was a bit annoying in one of my attempts to iterate the dependencies of the server when trying to send them all via ssh (this is mentioned in this pip issue.And lastly, for target hosts without a real internet connection, it is generally useful to reduce the number of dependencies.
I can help with the transition to
argparse
, but I seek your approval on the subject first.The text was updated successfully, but these errors were encountered: