GithubHelp home page GithubHelp logo

Comments (8)

nbentyNV avatar nbentyNV commented on August 22, 2024 1

@halldorfannar It works on my machine. Any clue as to why packman fails? Could it be a localization issue?

from dxrtutorials.

halldorfannar avatar halldorfannar commented on August 22, 2024

This is baffling, to say the least. The log implies that there is an existing Python3 installation on that machine that is somehow interfering with packman. I need to research how that can happen.

In the meantime, @andreluizgit can you please delete your %PM_PACKAGES_ROOT% directory and try building again? Please post the log here. The log above doesn't show packman fetching the Python interpreter and I want to make sure this is happening when you have an non-existent packman cache.

from dxrtutorials.

halldorfannar avatar halldorfannar commented on August 22, 2024

OK, I have a theory. Please modify this line:

@"%PM_PYTHON%" "%~dp0\install_package.py" "%TARGET%" "%PM_MODULE_DIR%"

To read:

@"%PM_PYTHON%" -s "%~dp0\install_package.py" "%TARGET%" "%PM_MODULE_DIR%"

That is, we add the -s option to disable the site.py importing mechanism in Python which may be causing the problem. My theory is that this will get you past the step of setting up packman-common but you will still experience a failure on the next invocation of Python in that script. Once we have confirmed that this solves the issue we can add -s to all places in the script where %PM_PYTHON% is called.

from dxrtutorials.

nbentyNV avatar nbentyNV commented on August 22, 2024

Is this still an issue?

from dxrtutorials.

andreluizgit avatar andreluizgit commented on August 22, 2024

from dxrtutorials.

johannesugb avatar johannesugb commented on August 22, 2024

The solution for me was to uninstall Python. ¯\(ツ)
Don't forget to remove the PYTHON_HOME environment variable!

from dxrtutorials.

halldorfannar avatar halldorfannar commented on August 22, 2024

In the newer versions of packman these issues have been guarded against. We should upgrade the repo to latest version of packman.

from dxrtutorials.

nbentyNV avatar nbentyNV commented on August 22, 2024

@kyaoNV Please upgrade Packman (on Falcor as well) as part of the RS5 work

from dxrtutorials.

Related Issues (17)

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.