GithubHelp home page GithubHelp logo

Comments (5)

otamachan avatar otamachan commented on September 27, 2024

Thanks for your feedback.
I fixed the README somehow.

But from your error message, it seems that setuptools is not installed.
Could you provide me the information about your development environment(OS, Python version)?

Also, I'm just wondering, how does this project track different ros-releases, melodic/noetic/etc?

Actually it does not track the ros releases. All the packages are built from source(github) specified by this yaml file. I keep it to point the latest versions as much as possible, but it's independent of ros releases.

from simple.

jbcpollak avatar jbcpollak commented on September 27, 2024

Hi, sorry for the delay. We use pyenv to install our Python versions, and typically use Python 3.7.8 on Ubuntu Linux 18.04 or 20.04. I do not have setuptools installed, is that a requirement? Sorry, that's not true, I do have it installed:

$ pip install setuptools
Requirement already satisfied: setuptools in ./env/lib/python3.7/site-packages (50.3.0)

from simple.

otamachan avatar otamachan commented on September 27, 2024

Following steps from git clone in a clean directory work for me (Ubuntu18.04, pyenv 1.2.15).
https://github.com/rospypi/simple#development
Could you try this and copy/paste the errors again?

git clone https://github.com/rospypi/simple.git
cd simple
git submodule update --init --recursive
pyenv local 3.7.5
virtualenv -p python3 dev
. ./dev/bin/activate
pip install --extra-index-url https://rospypi.github.io/simple/ -e rospy-builder/
rospy-build build -d any
rospy-build build -d linux --native
rospy-build index --local any --local linux index

from simple.

jbcpollak avatar jbcpollak commented on September 27, 2024

ok, thanks, I found the problem. We don't use virtualenv, we use Python's built-in venv module.

this: python -m venv dev will result in the error I posted about above. When I switch to the virtualenv -p python3 dev command, it worked fine. I didn't have virtualenv installed, so I needed to add it. When I installed virtualenv, it worked fine.

Digging deeper, I found I could make it work with python -m venv dev, I think by uninstalling wheel and then reinstalling it with cache disabled:

pip uninstall wheel
pip install --upgrade --no-cache-dir wheel

So I guess unrelated to the repo, but its working now, thanks!

from simple.

otamachan avatar otamachan commented on September 27, 2024

Ah I see. Thank you for your confirming!

from simple.

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.