-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows install error #170
Comments
Thanks for the report, i added a guide to install NetExec with pipx including a note that Rust must be installed. Tho, i couldn't reproduce your pyreadline issue. |
I encountered a similar problem. I use windows 10. I don't use pipx, but collect it with poetry. Perhaps this is the issue. pyreadline -> pyreadline3 helped me |
Did that occured while using nxc or nxcdb? I can verify now nxcdb is crashing on my side as well, removing pyreadline solves that. Is there a problem with nxc as well? |
Very strange, now I can’t repeat the same error.. Neither on nxc nor on nxcdb. |
But it did happen on nxc itself? Can you provide me the command that produced that error? |
Now I repeated the experiment by installing via pipx and indeed, with nxcdb I get the error AttributeError: module 'collections' has no attribute 'Callable'. Nxc seems to be working fine. |
Ok great 👍 |
Perhaps poetry saved something in the cache, so it was not possible to view the bug through it. |
To deploy via poetry on Windows, you need to install rust and also change pyreadline to pyreadline3. Please update dependencies and instructions!
The text was updated successfully, but these errors were encountered: