Closed EdvinAblad closed 4 years ago
Found a work around: use a pre installed (Conda) Create the _ORCAjl environment mannually from conda Install plotly-orca with Conda.add
Thank you for posting the fix
@EdvinAblad would you be willing to paste a snippet of code that creates the conda environment (in the right place) and installs orca?
Other users are hitting this issue and we'd like to help them out too.
Thanks!
I didn't post an exact solution since I basically tested things until it worked... But I try my best to give some more details on what I think did the trick... (This is also the first time I use Conda so I don't really know what I'm doing)
So I installed miniconda3 for windows and hooked it up with Julia Conda
Then for every failed package I tried to decipher which package that was missing and in what environment.
I then created an environment matching the one created by Julia.
Don't recall if I found a path: conda create -p PATH
Or if I sufficed to create a with the same name conda create -n _ORCA_jl_
(You might need to, e.g., initialize the environment with default packages, but don't recall how I did it. In the end it looked like the base conda environment (maybe a copy of it?))
When the environment is in-place I added the package from the Julia repl
Conda.add("plotly-orca","C:\\Users\\ablad\\miniconda3\\envs\\conda_jl\\envs\\_ORCA_jl_",channel="plotly")
(Julia repl have better memory then me)
I'm truly sorry for not being able to give a better description of what I did to solve this. (Don't have the time and I don't dare to mess around to replicate it) Hopefully it will be of some help anyway...
No problem thanks for taking a stab at it!
I appreciate the effort and am happy you got something working in your setup.
I don't think this is a duplicate of other issues (even though quite similar).
It seem that:
https://conda.anaconda.org/plotly/win-64/current_repodata.json
don't exist, can't find it using a browser... And thus plotly-orca fails to install and thus also]build ORCA
For your knowledge I have the following system
I have isolated the error from julia by replicating the error using the following code in cmd
The original error message from julia is: