Git Product home page Git Product logo

Comments (2)

mhertz avatar mhertz commented on May 27, 2024

The link has changed, so above fix not working now. The owner has protected the links for outside downloading without visiting site, so I originally had to use chromium developer console to retrieve the hidden links, but now I see it's changed already sadly. I have retrieved new link now and will post it here, but annoying that it seemingly will get changed again later on. I will think of better solution, but also didn't like just having a copy of the wheels sitting static in the deluge2 folder and so not getting updates. Hmm, atleast if failing then it could be set to fall back to such, but for now here's the new links, which hopefully not will be changed anytime soon:

https://download.lfd.uci.edu/pythonlibs/x2tqcw5k/Twisted-%%i-cp%var3%-cp%var3%-win_amd64.whl
https://download.lfd.uci.edu/pythonlibs/x2tqcw5k/setproctitle-%%i-cp%var3%-cp%var3%"-win_amd64.whl

(Links above don't work standalone and needs the rest of batch file to work - just for others possibly reading this and being confused)

Edit: A possible solution could be use gohlkegrabber, which I might add support for later: https://pypi.org/project/gohlkegrabber/

from deluge2-win-build.

mhertz avatar mhertz commented on May 27, 2024

I changed to using gohlkegrabber on my end, to avoid issues with links changing:

python\Scripts\pip install gohlkegrabber
python\python -c "from gohlkegrabber import GohlkeGrabber; gg = GohlkeGrabber(); gg.retrieve('.', 'twisted')"
python\python -c "from gohlkegrabber import GohlkeGrabber; gg = GohlkeGrabber(); gg.retrieve('.', 'setproctitle')"
for /f %%i in ('dir /b twisted-*-win_amd64.whl') do python\Scripts\pip install %%i
for /f %%i in ('dir /b setproctitle-*-win_amd64.whl') do python\Scripts\pip install %%i
python\Scripts\pip uninstall -y gohlkegrabber lxml
del twisted-*-win_amd64.whl
del setproctitle-*-win_amd64.whl

from deluge2-win-build.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.