-
Notifications
You must be signed in to change notification settings - Fork 17
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
Installation issues #11
Comments
Thanks for identifying these issues. I have attempted to resolve all of them through various methods.
Let me know if these changes resolve the issues raised. |
Ok, thanks, I guess this resolves the issues, so I'll close this. I would just add some comments:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found a few issues with the installation instructions in
README.md
:@
operator is used inlinear_model/_linear_model.py
).pip install pynumdiff
in a fresh virtual environment brings up issues withpychebfun
for me. It seems thatnumpy
,scipy
, andmatplotlib
need to be installed prior to installingpychebfun
(andpynumdiff
).pip install .
is recommended overpython setup.py install
. And, indeed, running the latter raisesSetuptoolsDeprecationWarning
andEasyInstallDeprecationWarning
for me.(This is related to my JOSS review: openjournals/joss-reviews#4078)
The text was updated successfully, but these errors were encountered: