Code Monkey home page Code Monkey logo

Comments (5)

abeelan avatar abeelan commented on May 18, 2024 1

确实是我的疏忽,已更新。

from anotherfasterrunner.

lihuacai168 avatar lihuacai168 commented on May 18, 2024

这不科学啊,已经限定了setuptool是版本啦

image

from anotherfasterrunner.

abeelan avatar abeelan commented on May 18, 2024

我是新建的虚拟环境安装依赖的~ 具体就不清楚啥原因了~ 这里做个记录。

from anotherfasterrunner.

lihuacai168 avatar lihuacai168 commented on May 18, 2024

嗯嗯,感谢

from anotherfasterrunner.

lihuacai168 avatar lihuacai168 commented on May 18, 2024

版本和代码

  • 操作系统:MacOs 15
  • Python版本: Python 3.9

拉取代码,本地部署,遇到的一些问题。

问题:安装 anyjson 库时出现报错。

$ pip install -r requirements.txt  
...
Collecting anyjson
  Downloading http://pypi.doubanio.com/packages/c3/4d/d4089e1a3dd25b46bebdb55a992b0797cff657b4477bc32ce28038fdecbc/anyjson-0.3.3.tar.gz (8.3 kB)
  Preparing metadata (setup.py) ... error
  error: subprocess-exited-with-error
  
  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [1 lines of output]
      error in anyjson setup command: use_2to3 is invalid.
      [end of output]

解决:参考地址

$ pip install "setuptools<58.0.0"

问题:安装 django-simpleui 库时出现报错。

解决:添加 --upgrade 参数

$ pip install --upgrade django-simpleui 

macOS有15版本?是不是写错了,python3.9,具体版本麻烦也补充一下

from anotherfasterrunner.

Related Issues (20)

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.