-
Notifications
You must be signed in to change notification settings - Fork 85
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
Development Setup Instructions Not Working on Windows #858
Comments
Your editable install should be this (taken from the instructions page you linked):
Since you didn't include Try the above command and rerun tests to see if they all pass. |
@chuckwondo the tests in the example above were run with
That did not work on Windows; Notably, only |
I went back and ran the Unsure this is associated with Windows, but my |
Okay, it looks like everything is working fine on Windows, it's just slow. Similarly, the pytest failure is marked as "expected" (xfailed) and if pytest is invoked with the
I'm going to close this issue, but I'll open a PR to make sure we're passing the |
When setting up my development environment in Windows using the instructions. The main issue was that the
conda/mamba
installation would not complete. @jhkennedy seems to think it's thedocs
portion of thepip
installs.I was able to get the environment created using the following, but I did have some errors when trying to run the tests with
nox
:When running the tests with nox, the session was susccessful, but one test did fail:
On a separate note, it was somewhat difficult to get
pipx
andnox
installed because I had to manually add them to the PATH.Maybe some separate Windows instructions are needed. I'm more than happy to help create the documentation if I can get everything up and running.
The text was updated successfully, but these errors were encountered: