question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ResolvePackageNotFound cuda90

See original GitHub issue
~/C/DeOldify ❯❯❯ conda env create -f environment.yml

Solving environment: failed

ResolvePackageNotFound:
  - cuda90

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
janticcommented, Nov 26, 2018

Also, I used brew cask install miniconda to get conda up and running. I’m assuming not everyone who wants to run this program has conda installed.

So here’s the thing on that- this is pretty much a one-man show (with some great contributions from others). And I’m a big believer in being very selective about the problems I’m willing to tackle (because every problem you tackle means something else gets put back in line).

I’m not (yet) in the business of making this project work for -everybody- and everybody’s tastes/situation. I went with Conda with quite frankly, it’s simply the best installation choice (compared to PIP), and I’m choosing to go with a single and opinionated installation process to simplify things in terms of support. Not only because it’s easier to maintain one thing instead of two, but I know that there will be more problems with trying to support other options.

Now that being said- this does seem on the surface to contradict my stance that I want to make this project useful/usable on the broad scale. But to clarify that- I ultimately intend on making this a simple web app/phone app that requires zero technical know-how (but won’t be free). The Colab notebook will still be there though, and that doesn’t require much know-how to operate either.

1reaction
ccorcoscommented, Nov 27, 2018

Oh sweet! I didnt realize I could run it online! Thanks you so much for making this @jantic. I just colorized a few old photos of my grandfather. Would it really cool if you made a bot that colorized photos on Redit HistoryPorn of TheWayWeWere

before-after 2 before-after before-after 3

Read more comments on GitHub >

github_iconTop Results From Across the Web

ResolvePackageNotFound: cuda90 · Issue #84 - GitHub
I ran conda env update command right after I cloned repo. But it raises following error: Using Anaconda API: https://api.anaconda.org ...
Read more >
Create env using conda and yml file on MacOS - Stack Overflow
ResolvePackageNotFound error describes all packages not installed yet, but required. To solve the problem, move them under pip section: name: ...
Read more >
Setting Up Your Machine for ML - Medium
Solving environment: failedResolvePackageNotFound: - cuda90. After several attempts I realized the Mac is probably the hardest environment to set up.
Read more >
Fastai v1 install issues thread
So currently on my system with correctly installed cuda92, I get: $ python -c 'import fastai; fastai.show_install(0)' [...] torch cuda : 9.2.148 ...
Read more >
How to install pytorch 0.4.0 with cuda 9.0
If I do conda install pytorch=0.4.0 cuda90 -c pytorch then it actually installs cuda 9.2. If I forcefully install cuda 9.0 via anaconda ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found