Code Monkey home page Code Monkey logo

Comments (6)

DavidMinarsch avatar DavidMinarsch commented on September 26, 2024

Same for tests/test_packages/test_agents/test_elcollectooor_abci.py

from agent-academy-1.

0xArdi avatar 0xArdi commented on September 26, 2024

For me the problem was the --clear flag. Everything seemed to work by removing it. The logs below suggest that its a problem at least for me.

The logs from make new_env:

ardian@ardian-workstation ~/t/agent-academy-1 (main)> make new_env
rm -fr build/
rm -fr dist/
rm -fr .eggs/
rm -fr pip-wheel-metadata
find . -name '*.egg-info' -exec rm -fr {} +
find . -name '*.egg' -exec rm -fr {} +
rm -fr Pipfile.lock
find . -name '*.pyc' -exec rm -f {} +
find . -name '*.pyo' -exec rm -f {} +
find . -name '*~' -exec rm -f {} +
find . -name '__pycache__' -exec rm -fr {} +
find . -name '.DS_Store' -exec rm -fr {} +
rm -fr .tox/
rm -f .coverage
find . -name ".coverage*" -not -name ".coveragerc" -exec rm -fr "{}" \;
rm -fr coverage.xml
rm -fr htmlcov/
rm -fr .hypothesis
rm -fr .pytest_cache
rm -fr .mypy_cache/
rm -fr .hypothesis/
find . -name 'log.txt' -exec rm -fr {} +
find . -name 'log.*.txt' -exec rm -fr {} +
rm -fr site/
if [ ! -z "" ];\
then\
        echo "The development setup requires SVN, exit";\
        exit 1;\
fi;\
if [ -z "" ];\
then\
        pipenv --rm;\
        pipenv --python 3.8;\
        pipenv install --dev --skip-lock --clear;\
        echo "Enter virtual environment with all development dependencies now: 'pipenv shell'.";\
else\
        echo "In a virtual environment! Exit first: 'exit'.";\
fi
Removing virtualenv (/home/ardian/.local/share/virtualenvs/agent-academy-1-X5RtcyhL)…
Creating a virtualenv for this project…
Using /usr/bin/python3.8 (3.8.10) to create virtualenv…
⠋created virtual environment CPython3.8.10.final.0-64 in 74ms
  creator CPython3Posix(dest=/home/ardian/.local/share/virtualenvs/agent-academy-1-X5RtcyhL, clear=False, global=False)
  seeder FromAppData(download=False, pip=latest, setuptools=latest, wheel=latest, pkg_resources=latest, via=copy, app_data_dir=/home/ardian/.local/share/virtualenv/seed-app-data/v1.0.1.debian.1)
  activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator,XonshActivator

Virtualenv location: /home/ardian/.local/share/virtualenvs/agent-academy-1-X5RtcyhL                                                                                                                                                    Installing --clear…
⠋WARNING: Invalid requirement, parse error at "'--clear'"
ABORTING INSTALL... You will have to reinstall any packages that failed to install.
You may have to manually run pipenv lock when you are finished.                                                                                                                                                                        Enter virtual environment with all development dependencies now: 'pipenv shell'.

from agent-academy-1.

0xArdi avatar 0xArdi commented on September 26, 2024

A similar fix was made in the ethlisbon repo. valory-xyz/ethlisbon@15c4705

from agent-academy-1.

DavidMinarsch avatar DavidMinarsch commented on September 26, 2024

The problem can be seen in CI now: https://github.com/valory-xyz/agent-academy-1/runs/5154972170?check_suite_focus=true

from agent-academy-1.

0xArdi avatar 0xArdi commented on September 26, 2024

Yes, I see now. I will fix it along with the other test/lint errors.

from agent-academy-1.

DavidMinarsch avatar DavidMinarsch commented on September 26, 2024

Fixed in #21

from agent-academy-1.

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.