Skip to content
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

Closed
fu3fi opened this issue Feb 5, 2024 · 8 comments · Fixed by #171
Closed

Windows install error #170

fu3fi opened this issue Feb 5, 2024 · 8 comments · Fixed by #171
Labels
bug Something isn't working documentation Improvements or additions to documentation windows Things related specifically to running on Windows

Comments

@fu3fi
Copy link

fu3fi commented Feb 5, 2024

To deploy via poetry on Windows, you need to install rust and also change pyreadline to pyreadline3. Please update dependencies and instructions!

@NeffIsBack NeffIsBack added documentation Improvements or additions to documentation windows Things related specifically to running on Windows labels Feb 5, 2024
@NeffIsBack
Copy link
Contributor

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.

@fu3fi
Copy link
Author

fu3fi commented Feb 6, 2024

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

@NeffIsBack
Copy link
Contributor

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?

@NeffIsBack NeffIsBack added the bug Something isn't working label Feb 6, 2024
@fu3fi
Copy link
Author

fu3fi commented Feb 6, 2024

Very strange, now I can’t repeat the same error.. Neither on nxc nor on nxcdb.

@NeffIsBack
Copy link
Contributor

But it did happen on nxc itself? Can you provide me the command that produced that error?

@fu3fi
Copy link
Author

fu3fi commented Feb 6, 2024

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.

@NeffIsBack
Copy link
Contributor

Ok great 👍

@fu3fi
Copy link
Author

fu3fi commented Feb 6, 2024

Perhaps poetry saved something in the cache, so it was not possible to view the bug through it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation windows Things related specifically to running on Windows
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants