-
Notifications
You must be signed in to change notification settings - Fork 67
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 impedancefitter #245
Comments
You tried to install impedancefitter as a Conda package, but it is not on Conda, it is only on PyPI. Therefore you need to add it as a pip package, e.g. |
unfortunatly it does not work for me, at least under Ubuntu:
|
You also need to remove the Conda package you added before: |
Thanks for your support :-) |
Please send me a sequence of steps I can run to reproduce the error. |
import Conda Meanwhile, I tried another time and now the error message is gone under MS-windows :-) |
Installation seemed to work under MS-Win, but the following command
|
OK I can reproduce that error on Windows. Steps to reproduce:
Error:
It looks like it cannot open
Presumably there is some DLL somewhere that Windows can't find for some reason. Will need to investigate. |
The error does not occur when doing The same error occurs in PyCall by doing:
|
This issue has been marked as stale because it has been open for 30 days with no activity. If the issue is still relevant then please leave a comment, or else it will be closed in 7 days. |
Last time I tested it, it was still relevant ... |
You can close the issue. I was able to start the package. |
It works now? What changed? |
Thanks for your response, sorry I made a mistake, I was able to install it via PyCall. The installation under Linux in combination with My Julia is:
Which method for installation do you prefer, import CondaPkg; CondaPkg.add("impedancefitter") B import CondaPkg; CondaPkg.add_pip("impedancefitter") Which environment variables and constants should I check, when working with ENV["CONDA_JL_HOME"] = "/home/user_account_name/.julia/conda/3"
const Conda.ROOTENV = "/home/user_account_name/.julia/conda/3"
import Pkg; Pkg.build("PyCall") # this will (re-)build as well "Conda"
exit() Note: The Conda path above is an example, please check what makes sense on your machine. |
Option B. Like I said above, that package is not available from Conda, only Pip. I'm surprised it worked with PyCall - I got the same error last time I tried. |
Ok, the issue does still exist under Linux :-( |
I have worked further on the issue and you are right, also under |
I fail to install the PyPy-package
ImpedanceFitter
.I also tried in Julia RC v.1.8.3.
Here my commands:
and here is the error output on my machine:
Do you have asuggestion?
The text was updated successfully, but these errors were encountered: