Coder Social home page Coder Social logo

Comments (13)

stanifrolov avatar stanifrolov commented on August 28, 2024 3

You may also need to add __init__.py files to treat the directories as python packages. Also try to use from utils import ROLO_utils as utils

from rolo.

Vivianyzw avatar Vivianyzw commented on August 28, 2024 2

change it into:
import sys
sys.path.append("/path/to/utils")
import ROLO_utils as utils

from rolo.

cevatbostancioglu avatar cevatbostancioglu commented on August 28, 2024 1

or you can add utils folder to PYTHONPATH variable

from rolo.

Kerrwy avatar Kerrwy commented on August 28, 2024

there is a ROLO_utils.py ,use it.

from rolo.

alexrakowski avatar alexrakowski commented on August 28, 2024

change it to
import utils.ROLO_utils as utils

from rolo.

Kerrwy avatar Kerrwy commented on August 28, 2024

Thank you very much, I have solved it.

from rolo.

wingNine avatar wingNine commented on August 28, 2024

@Kerrwy I also meet the problem,can u tell me how do you slove it?thanks

from rolo.

helloxueen avatar helloxueen commented on August 28, 2024

How to address the problem?Now I have the same problem,I also add the Path variable,but it doesn't matter.

from rolo.

sharmarochan avatar sharmarochan commented on August 28, 2024

add " init.py " files to both the rolo folder and utils folder

from rolo.

pari93411 avatar pari93411 commented on August 28, 2024

@stanifrolov @sharmarochan I have the same problem . how can I access to init.py files?

from rolo.

sharmarochan avatar sharmarochan commented on August 28, 2024

Add blank py files to both folders, with name "init.py"

from rolo.

sharmarochan avatar sharmarochan commented on August 28, 2024

__ init __

from rolo.

Noumanijaz744 avatar Noumanijaz744 commented on August 28, 2024

anyone p;ease help me when i run this code i face this error.
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Input file with correct format not found.\n")?

from rolo.

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.