-
Notifications
You must be signed in to change notification settings - Fork 0
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
Unable to install development version on MacOS due to requirements #99
Comments
This is really an issue with Tensorboard dependency rather than with DRDMannTurb itself; see the below. This has been merged and is on their nightly builds, so I believe all will be well with the next release. Is it fine to temporarily fix |
Yes that would be fine, also the drdmanturb from the pre-compiled wheel does not pass tests at the moment due to changes in the Also, you could specify in the development installation instructions that re-creating the exact conda environment is not mandatory (if not possible), and that you can just run |
I can redo the wheels once things are more or less finalized. #103 pins I should have caught this sooner, but our instructions in README were misleading -- the conda I have included a more general (As a sidenote, I am getting notifications about security risks with our dependencies from Dependabot; these are immediately resolved by bumping the versions up with the many PRs it has open currently. I will merge those before redoing the wheel so that tests pass) |
The |
I tried installing the repository requirements using both
pip
andconda
, and I run into troubles with both (see error logs).I was able to install the development version by removing the specific package version requirements from the
requirement.txt
file.The only conflict was to use
numpy<2.0
, this could either be added to therequirement.txt
file, or the project could be made compatible with the latestnumpy
version (preferable). It seems only a single method is deprecated innumpy
2.0, from running the tests:conda_error_log.txt
pip_error_log.txt
The text was updated successfully, but these errors were encountered: